18.7. Deadlock Detection
18.7.1. About Deadlock Detection Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
		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.