Bug 1179269
| Summary: | 118 OptimisticLockExceptions in jbpm-bpmn2 module using Oracle 11gR2 and 12c databases | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jiri Svitak <jsvitak> | ||||||
| Component: | jBPM Core | Assignee: | Alessandro Lazarotti <alazarot> | ||||||
| Status: | CLOSED EOL | QA Contact: | Marek Baluch <mbaluch> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6.1.0 | CC: | ksuta, kverlaen, mbaluch | ||||||
| Target Milestone: | ER5 | ||||||||
| Target Release: | 6.1.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-03-27 20:00:10 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 1049238 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jiri Svitak
2015-01-06 14:12:22 UTC
failing tests where when pessimistic lock was used and was caused by lack of entity manager flush after resist but before lock was acquired. jbpm master: https://github.com/droolsjbpm/jbpm/commit/b632d5c702ffd196d715f1c83d796e3e38425229 6.2.x: https://github.com/droolsjbpm/jbpm/commit/780382ddfdbf4b243c18276937e5173b11e0c171 drools master: https://github.com/droolsjbpm/drools/commit/3362adee721d84e96e464e863aa620da1d3f172e 6.2.x: https://github.com/droolsjbpm/drools/commit/5b28f61d7855067798664d9ee9c947eb3891c3c8 Created attachment 985044 [details]
Pessimistic locking error stacktrace
Similar issue found for Postgresql DB and for persisting SessionInfo. See attachment. Should have same cause. In jbpm-bpmn2 module there is now 98 failures less for Oracle11gR2 and 113 less for Oracle12c. Other failures are due to different problems. Verified in BPM Suite 6.1.0.ER5. |