enth deadlock due to uninitialized states and lookahead race

Description

None

Conclusion

None

Activity

Show:

Jacob Cobbett-Smith April 20, 2016 at 11:01 AM
Edited

The issue was caused by multiple members not being initialized, or initialized asynchronously. The stall could happen if the lookahead on one node wasn't created when others were.
Prior to the PR fix, it used to setup the lookahead as it wired the graph, before the activity had started and before the numerator value was initialized. It used the numerator value to determine whether it needed a lookahead or not.
And another member 'localRecCount' was initialized after the lookahead was started, meaning the callback when the lookahead finished might not take the expected action.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created April 20, 2016 at 8:35 AM
Updated April 20, 2016 at 12:38 PM
Resolved April 20, 2016 at 12:38 PM