]
Bela Ban updated JGRP-2089:
---------------------------
Fix Version/s: 3.6.11
4.0
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 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