-
Bug
-
Resolution: Done
-
Major
-
1.0.1.Beta
-
None
I have a long-running split element in my jobXML, and sometimes it takes 300 seconds over.
I don't want to execute following step before precedence split complete, but it will be transitioned unexpectedly after 300 seconds.
And I found the implementation of 300 seconds threshold in org.jberet.runtime.runner.SplitExecutionRunner:
private static final long SPLIT_FLOW_TIMEOUT_SECONDS = 300; ... latch.await(SPLIT_FLOW_TIMEOUT_SECONDS, TimeUnit.SECONDS);
I can't found this behavior in the spec. or did I overlooked something?
- is related to
-
JBERET-55 Flow/Split transitioning & termination not fully defined
- Resolved
-
JBERET-125 Split may cause deadlock
- Resolved