此内容没有您所选择的语言版本。
3.5.6. Deadlock Detection
3.5.6.1. About Deadlock Detection 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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.