Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3004

NPE in Total Order when tries to unblock blocked PrepareCommand twice (or more)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.3.0.Final
    • 5.3.0.Alpha1
    • Transactions
    • None

    Description

      When the prepares fails, it unblocks waiting prepares immediately. However, when a rollback arrives, it tries to unblock them again, throwing a NPE.

      fix in TotalOrderManager:

      if (synchronizedBlock == null) {
        //already released!
        return;
      }
      

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: