-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
This is issue of category log noise. Everything works as expected. Just I want to challenge the logging ERROR severity of that message.
ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-6,null,hsc-1-blccq) hsc-1-blccq: dropped multicast message from non-member hsc-1-9kwq7
In context it appeared here
[0m[0m19:55:17,013 INFO [org.infinispan.LIFECYCLE] (thread-6,null,hsc-1-blccq) [Context=org.infinispan.PERMISSIONS] ISPN100002: Starting rebalance with members [hsc-1-dk67r, hsc-1-9kwq7], phase READ_OLD_WRITE_ALL, topology id 2 [0m[31m19:55:17,305 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-16,ee,hsc-1-blccq) hsc-1-blccq: dropped multicast message from non-member hsc-1-9kwq7 [0m[31m19:55:17,311 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-16,ee,hsc-1-blccq) hsc-1-blccq: dropped multicast message from non-member hsc-1-9kwq7 [0m[31m19:55:17,445 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-6,null,hsc-1-blccq) hsc-1-blccq: dropped multicast message from non-member hsc-1-9kwq7 [0m[0m19:55:18,958 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,959 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,960 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,960 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,961 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,961 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,961 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,962 INFO [org.infinispan.CLUSTER] (thread-12,ee,hsc-1-blccq) ISPN100000: Node hsc-1-9kwq7 joined the cluster [0m[0m19:55:18,990 INFO [org.infinispan.LIFECYCLE] (thread-12,ee,hsc-1-blccq) [Context=org.infinispan.PERMISSIONS] ISPN100002: Starting rebalance with members [hsc-1-dk67r, hsc-1-9kwq7, hsc-1-blccq], phase READ_OLD_WRITE_ALL, topology id 6
My interpretation is in this case one node hsc-1-9kwq7 is not joined yet, so cluster member hsc-1-blccq do not want to talk to him. Which seems fair to me and that it can happen and is actually not a problem. Is it really ERROR state and do we want to report ERROR in this case?