org.hibernate.StaleStateException: Batch update returned unexpected row count from update in Hibernate

Solution Verified - Updated -

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.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content