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
Not specifiedFix 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 April 21, 2017 at 5:26 PM
Updated March 14, 2018 at 7:13 PM
Resolved May 3, 2017 at 2:37 PM
If OUTPUT/BUILD,UPDATE's were downstream from a balanced splitter, the query could deadlock.
A suppressed UPDATE sink is never initialized and therefore the arm of the splitter is not started or stopped. In that case the other outputs to the splitter are pulled until the balanced splitter buffer is full and the query deadlocks.
In the case of unbalanced splitters (which spill if being pull unevenly), the suppressed UPDATE sink, would cause the splitter input to never be stopped, which could cause other problems.