]
Pedro Ruivo closed ISPN-8394.
-----------------------------
Resolution: Duplicate Issue
PendingLockManager blocks the caller thread if local
----------------------------------------------------
Key: ISPN-8394
URL:
https://issues.jboss.org/browse/ISPN-8394
Project: Infinispan
Issue Type: Enhancement
Components: Transactions
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
The PendingLockManager is used when topology changes by transactional caches. It contains
all the keys locked by transaction from previous topology id.
Current implementation blocks for local commands. This is problematic for pessimistic
transaction because the lock is acquired during the runtime.