Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
llap
-
None
-
None
Description
if (!task.canFinish() || numSlotsAvailable.get() == 0) {
this condition makes it to run into tight loop if no slots available and if the task is finishable.