Loop with loopAgain conditional can get stuck if stopped early on multi node system
Field Tab
Administrator use only
Field Tab
Administrator use only
Description
Conclusion
None
Activity
Show:
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

Reporter

Priority
Fix versions
Pull Request URL
Created October 9, 2015 at 2:45 PM
Updated October 13, 2015 at 10:30 AM
Resolved October 13, 2015 at 10:30 AM
If a global LOOP activity with a loop again expression is terminated prematurely on some nodes and not others, deadlock will occur.
The stopped slave LOOP will cease to execute whilst the others wait on a global synchronization point.
The loop must continue to execute until all have signalled finished.