]
Radoslav Husar moved JBEAP-13605 to WFLY-9474:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9474 (was: JBEAP-13605)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: 11.0.0.Final
(was: 7.1.0.DR12)
(was: 7.1.0.DR13)
(was: 7.1.0.CR3)
Message NODE_X::MESSAGE_Y not found in retransmission table
-----------------------------------------------------------
Key: WFLY-9474
URL:
https://issues.jboss.org/browse/WFLY-9474
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 11.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
In failover scenario *ejb-ejbservlet-jvmkill-repl-async* we saw this WARN message on
*server*:
{code}
08:09:22,881 WARN [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-2)
JGRP000041: perf18: message perf20::104044 not found in retransmission table
{code}
This message is being logged repeatedly causing the test not to finish properly until
time-out.
Timeline:
1. JVMKILL started at 08:09:16:197 (Failing node 1 (perf19)):
{code}
08:09:16:197 EST [DEBUG][RMI TCP Connection(49)-10.16.90.52] HOST
perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - [JVM-KILL] =Start=
{code}
2. New cluster view was received at 08:09:21,413 (without perf19)
{code}
08:09:21,413 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(thread-14) ISPN000094: Received new cluster view for channel ejb: [perf21|6] (3) [perf21,
perf20, perf18]
{code}
3. Message "... not found in retransmission table" starts to occur on perf18,
perf20, perf21 repeatedly:
{code}
08:09:22,881 WARN [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-2)
JGRP000041: perf18: message perf20::104044 not found in retransmission table
{code}
4. Server started on perf19 at 08:10:30,218
5. ERROR message is logged afterward on perf19:
{code}
08:10:30,790 ERROR [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-1)
JGRP000040: perf19: sender e6c86784-b1b1-4135-5719-9ffc8654e4cb not found in
retransmission table
{code}
6. "... not found in retransmission table" is logged repeatedly on perf19
{code}
08:11:18,836 ERROR [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-1)
JGRP000040: perf19: sender perf18 not found in retransmission table
{code}
This message occurs on all nodes. Client is not affected.
Link to server log:
http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...