A.6. DeadlockDetectingLockManager
org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
This component provides information about the number of deadlocks that were detected.
Name | Description | Type | Writable |
---|---|---|---|
DetectedLocalDeadlocks | Number of local transaction that were roll backed due to deadlocks. | long | No |
DetectedRemoteDeadlocks | Number of remote transaction that were roll backed due to deadlocks. | long | No |
LocallyInterruptedTransactions | Number of locally originated transactions that were interrupted as a deadlock situation was detected. | long | No |
OverlapWithNotDeadlockAwareLockOwners | Number of situations when we try to determine a deadlock and the other lock owner is NOT a transaction. In this scenario we cannot run the deadlock detection mechanism. | long | No |
TotalNumberOfDetectedDeadlocks | Total number of local detected deadlocks. | long | No |
Name | Description | Signature |
---|---|---|
resetStatistics | Resets statistics gathered by this component. | void resetStatistics() |