Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 21. Deadlock Detection
21.1. About Deadlock Detection Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
A deadlock occurs when multiple processes or tasks wait for the other to release a mutually required resource. Deadlocks can significantly reduce the throughput of a system, particularly when multiple transactions operate against one key set.
JBoss Data Grid provides deadlock detection to identify such deadlocks. Deadlock detection is set to
disabled
by default.