Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.18.5, 2.19.4, 2.20.1
-
None
-
Patch Available
-
Unknown
Description
If you have a custom interating splitter which runs in parallel processing and which throws a RuntimeException either in the "hasNext" or "next" method after an aggregation thread was created then the aggregation thread will never finish.
Therefore if the error occurs mulitple times the aggregatgor threads pile up.