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

Eager locks acquired multiple times

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    • 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.

            [ISPN-1130] Eager locks acquired multiple times

            this is no longer the case, single lock owner changes also introduced this optimisation.

            Mircea Markus (Inactive) added a comment - this is no longer the case, single lock owner changes also introduced this optimisation.

            @Mircea: Is this still a problem? Could you pls check?

            Manik Surtani (Inactive) added a comment - @Mircea: Is this still a problem? Could you pls check?

            it isn't addressed by any refactoring JIRA afaik

            Mircea Markus (Inactive) added a comment - it isn't addressed by any refactoring JIRA afaik

            Do we still need this JIRA opened? Isn't it addressed by one of your lock refactoring JIRAs? If so, please link to it and close this.

            Manik Surtani (Inactive) added a comment - Do we still need this JIRA opened? Isn't it addressed by one of your lock refactoring JIRAs? If so, please link to it and close this.

              mircea.markus Mircea Markus (Inactive)
              mircea.markus Mircea Markus (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: