-
Bug
-
Resolution: Won't Do
-
Optional
-
None
-
7.3.4.GA
-
None
-
False
-
False
-
-
-
-
-
-
Undefined
-
Workaround Exists
-
-
-
JBoss Server Migration tool adds several jgroups channels to target configuration when migrating from EAP 6.4 to 7.3.
These channels are used by each cache-containers, this settings causes JGRP000012 when consisting the cluster.
Migrated jgroups channel and cache-container settings are follows.
<channels default="auto"> <channel name="ee-singleton" stack="udp"/> <channel name="ee-web" stack="udp"/> <channel name="ee-ejb" stack="udp"/> <channel name="ee-hibernate" stack="udp"/> <channel name="auto" stack="udp"/> ... <cache-container name="singleton" aliases="cluster ha-partition" default-cache="default"> <transport channel="ee-singleton" lock-timeout="60000"/> ... <cache-container name="web" aliases="standard-session-cache" default-cache="repl" module="org.jboss.as.clustering.web.infinispan"> <transport channel="ee-web" lock-timeout="60000"/> ... <cache-container name="ejb" aliases="sfsb sfsb-cache" default-cache="repl" module="org.jboss.as.clustering.ejb3.infinispan"> <transport channel="ee-ejb" lock-timeout="60000"/> ... <cache-container name="hibernate" default-cache="local-query" module="org.infinispan.hibernate-cache"> <transport channel="ee-hibernate" lock-timeout="60000"/>
Default jgroups channel on EAP 7.x is as follows. A single channel is used.
<channels default="ee"> <channel name="ee" stack="udp" cluster="ejb"/>
EAP shows JGRP000012 sometimes with migrated configuration.
5:38:58,737 WARN [org.jgroups.protocols.UDP] (thread-13,ee-ejb,jboss_node1) JGRP000012: discarded message from different cluster ee-web (our cluster is ee-ejb). Sender was jboss_node1 (received 25 identical messages from jboss_node1 in the last 61237 ms) 15:39:08,536 WARN [org.jgroups.protocols.UDP] (thread-8,ee-web,jboss_node1) JGRP000012: discarded message from different cluster ee-ejb (our cluster is ee-web). Sender was jboss_node1 (received 25 identical messages from jboss_node1 in the last 61218 ms) 15:39:08,575 WARN [org.jgroups.protocols.UDP] (thread-8,ee-web,jboss_node1) JGRP000012: discarded message from different cluster ee-ejb (our cluster is ee-web). Sender was jboss_node2 (received 11 identical messages from jboss_node2 in the last 60061 ms) 15:39:08,597 WARN [org.jgroups.protocols.UDP] (thread-9,ee-ejb,jboss_node1) JGRP000012: discarded message from different cluster ee-web (our cluster is ee-ejb). Sender was jboss_node2 (received 11 identical messages from jboss_node2 in the last 60009 ms)
- migrated configuration
attachments.zip/734_configuration_migrated_from_6423 - server logs
attachments.zip/logs_JGRP000012
- links to