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

Eager locks acquired multiple times

XMLWordPrintable

    • Low

      If eager locking is enabled, a remote lock is acquired repeatedly.
      e.g.
      tx.begin()

      cache.put(k,v); //rpc acquiring lock on "k"
      ...
      cache.remove(k); // another rpc for acquiring lock on "k"

      tx.commit();

      the second rpc for acquiring lock is un-necessary.

              mircea.markus Mircea Markus (Inactive)
              mircea.markus Mircea Markus (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: