1 Reply Latest reply on Nov 1, 2010 9:19 AM by manik

    question on eager locking

    yelin666

      If we eagerly lock cache keys cluster-wide either explicitly (through cache.getAdvancedCache().lock(K)) or implicitly (through useEagerLocking="true"), is lock striping still applicable by default? Basically, I want to understand if locking one key on a node could prevent locking other keys in the same lock striping on other nodes.