-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR10
-
None
Analysis document for listener for lifecycle server events says that there is management attribute timeout which is described:
timeout - a timeout in seconds before cancelling the execution of the listener.
But execution of runtimeConfigurationStateChanged and runningStateChanged methods isn't cancelled when timeout is reached. java.util.concurrent.TimeoutException is correctly logged.
It seems to me that ProcessStateListenerService.java#L176 needs to cancel Future in TimeoutException catch block
- is cloned by
-
WFCORE-2176 ProcessStateListener execution isn't cancelled when timeout is reached
- Resolved
- is incorporated by
-
JBEAP-7960 (7.1.0) Upgrade to WildFly Core to 3.0.0.Alpha22
- Closed