Description of problem: When using ASYM_ENCRYPT, in the JGroups stack, the error below is reported when the second server instance is joining the cluster. ------------------- [Server:server-two] 16:33:33,896 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) JBAS010281: Started remote-connector-client-mappings cache from ejb container [Server:server-two] 16:33:33,910 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 67) JBAS010281: Started repl cache from ejb container [Server:server-two] 16:33:34,019 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "cluster-ejb-test-ear-stateless-clustered.ear" (runtime-name : "cluster-ejb-test-ear-stateless-clustered.ear") [Server:server-two] 16:33:34,047 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.9.GA (AS 7.5.9.Final-redhat-2) started in 13985ms - Started 318 of 383 services (129 services are lazy, passive or on-demand) [Server:server-one] 16:33:34,707 DEBUG [org.jgroups.protocols.pbcast.GMS] (ServerService Thread Pool -- 68) election results: {} [Server:server-one] 16:33:35,211 DEBUG [org.jgroups.protocols.pbcast.GMS] (ServerService Thread Pool -- 68) election results: {master:server-two/ejb=1} [Server:server-one] 16:33:35,211 DEBUG [org.jgroups.protocols.pbcast.GMS] (ServerService Thread Pool -- 68) sending JOIN(master:server-one/ejb) to master:server-two/ejb **************************************************************************************************************** [Server:server-one] 16:33:35,226 ***ERROR*** [org.jgroups.protocols.ASYM_ENCRYPT] (OOB-4,shared=tcpping) master:server-one/ejb: key server is currently not set **************************************************************************************************************** [Server:server-two] 16:33:35,273 DEBUG [org.jgroups.protocols.pbcast.STABLE] (ViewHandler,ejb,master:server-two/ejb) suspending message garbage collection [Server:server-two] 16:33:35,274 DEBUG [org.jgroups.protocols.pbcast.STABLE] (ViewHandler,ejb,master:server-two/ejb) resume task started, max_suspend_time=33000 [Server:server-two] 16:33:35,277 DEBUG [org.jgroups.protocols.pbcast.NAKACK2] (Incoming-1,shared=tcpping) [Server:server-two] [master:server-two/ejb setDigest()] [Server:server-two] existing digest: master:server-two/ejb: [1 (1)] [Server:server-two] new digest: master:server-two/ejb: [0 (0)], master:server-one/ejb: [0 (0)] [Server:server-two] resulting digest: master:server-two/ejb: [1 (1)], master:server-one/ejb: [0 (0)] [Server:server-two] 16:33:35,277 DEBUG [org.jgroups.protocols.pbcast.GMS] (Incoming-1,shared=tcpping) master:server-two/ejb: installing view [master:server-two/ejb|1] [master:server-two/ejb, master:server-one/ejb] [Server:server-two] 16:33:35,278 DEBUG [org.jgroups.protocols.FD_SOCK] (Incoming-1,shared=tcpping) VIEW_CHANGE received: [master:server-two/ejb, master:server-one/ejb] ------------------- The error "key server is currently not set" occurs as the server just got started, and hadn't joined the cluster yet. The error message means that it can't decode a message it received because it doesn't have the encryption keys and shouldn't be of concern. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Change the "ERROR" message for "key server is currently not set" to INFO level or even DEBUG level Additional info: Ops teams are usually on alert for ERROR/WARN messages requiring some sort of action on their part. The message in this instance should be of a lower severity
PR: https://github.com/belaban/JGroups/pull/329
Verified with EAP 6.4.16.CP.CR1
Released on June 20 2017 as part of the EAP 6.4.16 maintenance release.