-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.8.0-alpha1
-
None
If an instance of a Throwable that is not an Exception is thrown (e.g. StackOverflowError during deletion of a huge process instance - deleteCascade is recursive), then when the command context is closed
- the engine will not properly catch this error, cf. [1]
- the engine will close the command context, cf. [2]
- the engine will flush all sessions, including the db entity manager, cf. [3]
- the db entity manager will make SQL statements
- the transaction will be committed, not rolled back
As a result, the database is in an inconsistent state.
[1] https://github.com/camunda/camunda-bpm-platform/blob/7.7.0/engine/src/main/java/org/camunda/bpm/engine/impl/interceptor/CommandContextInterceptor.java#L107
[2] https://github.com/camunda/camunda-bpm-platform/blob/7.7.0/engine/src/main/java/org/camunda/bpm/engine/impl/interceptor/CommandContextInterceptor.java#L113
[3] https://github.com/camunda/camunda-bpm-platform/blob/7.7.0/engine/src/main/java/org/camunda/bpm/engine/impl/interceptor/CommandContext.java#L132
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-8005 StackOverflowError when canceling process with big amount of subprocesses
- Closed