Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.12.2
Description
Currently the creation of the SplitEnumerator is in the JM main thread. In case the SplitEnumerator instantiation takes long, the job execution will timeout. The fix is moving the SplitEnumerator creation to the coordinator thread.