-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
There is a test only race during test teardown where task gets queued to the executor right before it gets shutdown and before it gets queued to the mock network. This means that this logic will completely miss the task and causing the join to wait forever (since it waits for pending task to become empty).