Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created December 19, 2019 at 9:33 AM
Updated December 20, 2019 at 2:19 PM
Resolved December 20, 2019 at 2:19 PM
If a keyed join activity is inside a child query and it is stopped early (e.g. because of a downstream choosen), then it is not properly reset.
In particular complete lookup groups from the previous execution may be left for the next execution.
Also problems with the limiters remaining disabled after CQ restart.
If there are relatively small numbers of results as might be expected in a CQ this would probably have gone unnoticed. But if KJ was in a LOOP then this unbound limit (effectively unbound lookahead) could cause memory issues.