]
Paul Ferraro commented on WFLY-5457:
------------------------------------
These messages are harmless. These are in-flight RPCs received by Infinispan's
RpcDispatcher before it's up handler is disassociated from the channel during
shutdown.
org.infinispan.IllegalLifecycleStateException: Cache marshaller has
been stopped during server shutdown
-------------------------------------------------------------------------------------------------------
Key: WFLY-5457
URL:
https://issues.jboss.org/browse/WFLY-5457
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.CR2
Reporter: Michal Vinkler
Assignee: Paul Ferraro
Priority: Minor
EAP 7.0.0.DR11
Scenario: failover-http-session-shutdown-repl-sync, using graceful shutdown
During server shutdown, perf19 logged this single-line error message few times:
{code}
ERROR [org.jgroups.blocks.RequestCorrelator] (OOB-18,ee,perf19) failed marshalling rsp
(CacheNotFoundResponse): org.infinispan.IllegalLifecycleStateException: Cache marshaller
has been stopped
{code}
Just after that the server stopped, see the log:
{code}
[JBossINF] [0m[0m06:40:01,917 INFO [org.wildfly.extension.undertow] (MSC service
thread 1-1) WFLYUT0004: Undertow 1.3.0.CR2 stopping
[JBossINF] [0m[0m06:40:01,917 INFO [org.jboss.as.server.deployment] (MSC service
thread 1-7) WFLYSRV0208: Stopped subdeployment (runtime-name:
clusterbench-ee7-web-passivating.war) in 10472ms
[JBossINF] [0m[31m06:40:01,916 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-18,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,921 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-10,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,917 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-20,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,917 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-17,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,917 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-13,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,917 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-1,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,922 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-8,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[31m06:40:01,922 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-12,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[0m06:40:01,928 INFO [org.jboss.as.server.deployment] (MSC service
thread 1-1) WFLYSRV0028: Stopped deployment clusterbench-ee7.ear (runtime-name:
clusterbench-ee7.ear) in 10476ms
[JBossINF] [0m[31m06:40:01,917 ERROR [org.jgroups.blocks.RequestCorrelator]
(OOB-19,ee,perf19) failed marshalling rsp (CacheNotFoundResponse):
org.infinispan.IllegalLifecycleStateException: Cache marshaller has been stopped
[JBossINF] [0m[0m06:40:01,970 INFO [org.jboss.as] (MSC service thread 1-5)
WFLYSRV0050: EAP 7.0.0.Alpha1 (WildFly Core 2.0.0.CR5) stopped in 10521ms
[JBossINF] [0m
2015/10/02 06:40:02:479 EDT [DEBUG][RMI TCP Connection(12)-10.16.90.52] HOST
perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Server is down.
{code}
Server log
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-failover-http-...