]
Dan Berindei updated ISPN-5654:
-------------------------------
Issue Type: Task (was: Enhancement)
Make DeadlockDetectingLockManager aware of single-node locking
--------------------------------------------------------------
Key: ISPN-5654
URL:
https://issues.jboss.org/browse/ISPN-5654
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 8.0.0.Beta2
Reporter: Dan Berindei
Fix For: 8.0.0.Final
{{DeadlockDetectingLockManager}} seems to assume that the node that started a transaction
acquires a local lock before replicating, which is wrong since we switched to locking only
on the primary owner.
In particular, {{isSameKeyDeadlock}} can probably be removed altogether.