-
Bug
-
Resolution: Done
-
Major
-
jBPM 3.2.10
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
The split of some of the JobExecutorThread functionality into a new
DispatcherThread creates some problems:
o the DispatcherThread busy-waits in a loop (and uses CPU)
o job processing could be deferred for an indeterminate time.
o crashing at certain points could leave jobs locked (not processed)
indefinitely