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

Eager locks acquired multiple times

    XMLWordPrintable

Details

    • Low

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: