Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The documentation of DispatchingEStage notes the following:
/** * Return true if there are no messages queued or in processing, false otherwise. */
However, this currently only considers queued threads and doesn't consider running threads. We should modify it such that it considers running threads.