-
Bug
-
Resolution: Done
-
Major
-
7.13.2.GA
-
RHPAM 7.13.2
OCP 4.10.55
Oracle 18
-
False
-
None
-
False
-
-
-
-
-
-
https://github.com/kiegroup/jbpm/pull/2318, https://github.com/kiegroup/drools/pull/11, https://github.com/kiegroup/drools/pull/18, https://github.com/kiegroup/drools/pull/17, https://github.com/kiegroup/jbpm/pull/2357, https://github.com/kiegroup/jbpm/pull/2356, https://github.com/kiegroup/drools/pull/19
-
---
-
---
-
-
1 KieServer pod has 3 replicas. After running the testing process, the logs show the following deadlock error:
~~~
ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-10) ORA-00060: deadlock detected while waiting for resource
~~~
When the deadlock happens the process rollbacks and is no longer accessible from their side (the HT disappears from the tasklist as if it's correctly closed but the subprocess status is still on the HT).
It is working correctly on 7.3.1 and 7.13.2 is getting the exception.
After an analysis, it seems that the deadlock is happening on SessionInfo and ProcessInstanceInfo tables.
How to avoid specifics deadlocks on SessionInfo and ProcessInstanceInfo tables?
- is cloned by
-
JBPM-10187 Deadlock is happening on SessionInfo and ProcessInstanceInfo tables
- Resolved
- is related to
-
RHPAM-4845 Timer scheduler should use CMT to keep same transaction
- Closed