Concurrent execution of FlowJob may cause FlowExecutionException #4092
Labels
for: backport-to-4.3.x
Issues that will be back-ported to the 4.3.x line
for: backport-to-5.0.x
Issues that will be back-ported to the 5.0.x line
has: minimal-example
Bug reports that provide a minimal complete reproducible example
in: core
type: bug
Milestone
Bug description
When flow is made by
FlowBuilder
, transition is not initialized. It may causeFlowExecutionException
when multiple thread runs the same job object with different jobExecutions.Environment
v4.3.5, jdk17
Steps to reproduce
I've made some test code to reproduce it. You can reproduce it by running a following code within FlowJobBuilderTests.
Expected behavior
No exception.
Minimal Complete Reproducible example
See Steps to reproduce.
The text was updated successfully, but these errors were encountered: