org.hibernate.StaleStateException: Batch update returned unexpected row count from update in Hibernate
Issue
- Two threads are working concurrently with the same row, one has deleted the row and the other is updating the row
-
During the commit phase of the transaction, the update thread encounters an exception like the below
org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7
- 6
- Hibernate
- 5
- 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.