]
Bela Ban updated JGRP-2089:
---------------------------
Summary: CENTRAL_LOCK: potential deadlocks after cluster split (was: Potential
deadlocks after cluster split)
CENTRAL_LOCK: potential deadlocks after cluster split
-----------------------------------------------------
Key: JGRP-2089
URL:
https://issues.jboss.org/browse/JGRP-2089
Project: JGroups
Issue Type: Bug
Affects Versions: 3.6.10
Reporter: Bram Klein Gunnewiek
Assignee: Bela Ban
Fix For: 3.6.11, 4.0
We encountered deadlocks in some rare situations where a cluster split and/or merged. The
dealocks happend when using the UDP transport protocol and where caused by received lock
requests from members not present in the current view.
We fixed this with:
https://github.com/belaban/JGroups/pull/311