]
Pedro Ruivo commented on ISPN-12757:
------------------------------------
side-topic: ExplicitUnlockTest is invoking the wrong method too.
PartitionHandlingManagerImpl is unable to release locks
-------------------------------------------------------
Key: ISPN-12757
URL:
https://issues.redhat.com/browse/ISPN-12757
Project: Infinispan
Issue Type: Bug
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
When a stable topology is installed, the {{PartitionHandlingManagerImpl}} is unable to
release the locks.
It invokes {{LockManager.unlock()}} and should be {{LockManager.unlockAll()}}.