]
Romain Pelisse moved JBEAP-9408 to WFLY-10074:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10074 (was: JBEAP-9408)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Target Release: (was: 7.2.0.GA)
Affects Version/s: (was: 7.1.0.DR13)
(7.2.0) Failed to deliver OOB message: channel is not connected
---------------------------------------------------------------
Key: WFLY-10074
URL:
https://issues.jboss.org/browse/WFLY-10074
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Daniel Čihák
Assignee: Paul Ferraro
Priority: Minor
Labels: infinispan_clean_shutdown
We saw an error in *server* log in failover scenario *shutdown-ha-ss* (1 occurence).
Server log message:
{code}
9:37:30,867 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004:
Undertow 1.4.11.Final-redhat-1 stopping
[JBossINF] [0m[31m09:37:30,921 ERROR [org.jboss.as.clustering.jgroups.protocol.NAKACK2]
(thread-18) JGRP000039: perf18: failed to deliver OOB message [dst: <null>, src:
perf19 (3 headers), size=32 bytes, flags=OOB|DONT_BUNDLE]:
java.lang.IllegalStateException: channel is not connected
[JBossINF] [0m[0m09:37:30,933 INFO [org.jboss.as] (MSC service thread 1-2)
WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Beta6-redhat-1) stopped in 247ms
{code}
It occurs during server shutdown directly before server is finally stopped. WARN message
is logged before followed by "Stopped deployment" info message:
{code}
09:37:30,862 WARN
[org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler]
(remote-thread--p8-t3) ISPN000071: Caught exception when handling command
CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20,
joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null,
availabilityMode=null, actualMembers=null, throwable=null, viewId=3}:
org.infinispan.commons.CacheConfigurationException: Unable to configure component (type:
class org.infinispan.topology.CacheTopologyControlCommand, instance
CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20,
joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null,
availabilityMode=null, actualMembers=null, throwable=null, viewId=3})
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:151)
[JBossINF] at
org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler$2.run(GlobalInboundInvocationHandler.java:157)
[JBossINF] at
org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl$RunnableWrapper.run(BlockingTaskAwareExecutorServiceImpl.java:199)
[JBossINF] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[JBossINF] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[JBossINF] at
org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
[JBossINF] at java.lang.Thread.run(Thread.java:745)
[JBossINF] Caused by: org.infinispan.IllegalLifecycleStateException: Trying to register a
component after stopping: org.infinispan.topology.LocalTopologyManagerFactory
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:184)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:171)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:167)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.createComponentFactoryInternal(AbstractComponentRegistry.java:348)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.getFactory(AbstractComponentRegistry.java:327)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:293)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
[JBossINF] at
org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:147)
[JBossINF] ... 6 more
09:37:30,866 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028:
Stopped deployment SStest-ejb-startup-ejb.jar (runtime-name: SStest-ejb-startup-ejb.jar)
in 187ms
{code}
There is no exception logged on client at the same time.
Link to server log:
http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...