[jgroups-users] ASYM_ENCRYPT continues to do cause problems

Questions/problems related to using JGroups <[email protected]> Mon, 18 Feb 2019 17:17:10 +0100
Newsgroups gmane.comp.java.javagroups.general
Message-ID <mailman.139817.1550507375.1387.javagroups-users@lists.sourceforge.net>
Hello,

We are using jgroups-4.0.13.Final. Soemtimes we run into an issue which 
looks a lot like
https://issues.jboss.org/browse/JGRP-2239
A node is unable to join the cluster; after a reboot the cluster 
connects again. Is there anything known about this issue, should i file 
a new bug?

Best regards,
Thorsten goetzke

Below is a snipped of the log and our configuration


2019-02-12 11:59:42,384 WARN  [org.jgroups.protocols.pbcast.NAKACK2] 
(jgroups-1962,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
JGRP000011: DESKTOP-U20RUA2-9326: Nachricht 37 von Nicht-Mitglied 
test-9130037-40758 wurde verworfen (View=[DESKTOP-U20RUA2-9326|55] (1) 
[DESKTOP-U20RUA2-9326]) (3 identische Nachrichten erhalten von 
test-9130037-40758 in den letzten 117481 ms)
2019-02-12 12:00:09,593 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1952,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
key server test-9130037-40758 is not in the current view 
[DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]; ignoring 
NEW_KEYSERVER msg
2019-02-12 12:00:10,593 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1952,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
key server test-9130037-40758 is not in the current view 
[DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]; ignoring 
NEW_KEYSERVER msg
2019-02-12 12:00:11,593 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1952,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
key server test-9130037-40758 is not in the current view 
[DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]; ignoring 
NEW_KEYSERVER msg
2019-02-12 12:00:12,593 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1952,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
key server test-9130037-40758 is not in the current view 
[DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]; ignoring 
NEW_KEYSERVER msg
2019-02-12 12:00:13,218 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1952,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
ignoring secret key sent by test-9130037-40758 which is not in current 
view [DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]
2019-02-12 12:00:13,218 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1952,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
ignoring secret key sent by test-9130037-40758 which is not in current 
view [DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]
2019-02-12 12:00:23,727 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] 
(jgroups-1962,Cluster4e54274e-0b76-4254-b32b-0f4c2625604freleased-v10.1.0.1.81474,DESKTOP-U20RUA2-9326) 
ignoring secret key sent by test-9130037-40758 which is not in current 
view [DESKTOP-U20RUA2-9326|55] (1) [DESKTOP-U20RUA2-9326]

<config xsi:schemaLocation="urn:org:jgroups 
http://www.jgroups.org/schema/jgroups-4.0.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="urn:org:jgroups">
<TCP bind_port="7800" bind_addr="192.168.102.108"/>
<!--it is recommended to add all the hosts on which members of the 
cluster will be running to the configuration.-->
<TCPPING 
initial_hosts="192.168.102.107[7800],192.168.102.107[7801],192.168.102.109[7800]" 
async_discovery="true" port_range="0" send_cache_on_join="true"/>
<MERGE3/>
<FD_SOCK/>
<FD_ALL/>
<VERIFY_SUSPECT/>
<BARRIER/>
<ASYM_ENCRYPT/>
<pbcast.NAKACK2/>
<UNICAST3/>
<pbcast.STABLE/>
<AUTH auth_value="lJ.zT8UvDcM-6f0" 
auth_class="org.jgroups.auth.MD5Token" token_hash="MD5"/>
<pbcast.GMS/>
<MFC/>
<FRAG2/>
<RSVP/>
<pbcast.STATE_TRANSFER/>
</config>