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

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

XMLWordPrintable

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

      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;
      }
      

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

              Created:
              Updated:
              Resolved: