[
https://issues.jboss.org/browse/JGRP-2270?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-2270:
--------------------------------
Could actually reproduce the issue:
* Start 10 members with config=asym-ssl.xml (change_key_on_leave=true)
* Gracefully leave 1 (coord) and 2 (next-in-line to become coord) in short succession
==> Sometimes a member still has a view including member 2
The unit test is {{ASYM_ENCRYPT_LeaveTest.testGracefulLeave()}}.
ASYM_ENCRYPT: killing the coordinator leads to incorrect views
--------------------------------------------------------------
Key: JGRP-2270
URL:
https://issues.jboss.org/browse/JGRP-2270
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0.12
Attachments: asym-ssl.xml
When using ASYM_ENCRYPT (see the attached config {{asym-ssl.xml}}), killing the coord and
next-in-line sometimes leads to the cluster not forming correctly. To reproduce:
* Setup: start 10 members
* Kill the coord with {{kill -15}}, sleep 1 sec, kill the next-in-line with -9
* Kill both the coord and next-in-line with -9
* Leave the coord gracefully and kill the next-in-line with -9
* Kill the coord with -9 and leave the next-in-line gracefully
* Kill the first 3 members with -9
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)