Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: v0.9.4
-
Component/s: None
-
Labels:None
Description
Previously the default action was to spawn a new null|null logical node and then have the next call load a new config. This adds an extra reconfigure to a logical node's lifecycle which was a cause of some non-determinism in test. Also, there was an extra thread forked that is no longer needed because of the driver now is responsible for source/sink open/close.