Kirk Lund created GEODE-2190: -------------------------------- Summary: CI Failure: ParallelWANPropagationDUnitTest.testParallelPropagationWithLocalCacheClosedAndRebuilt fails Key: GEODE-2190 URL: https://issues.apache.org/jira/browse/GEODE-2190 Project: Geode Issue Type: Bug Components: tests, wan Reporter: Kirk Lund Assignee: Mark Bretl
I've seen this fail multiple times during precheckin. {noformat} :geode-wan:distributedTest org.apache.geode.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest > testParallelPropagationWithLocalCacheClosedAndRebuilt FAILED org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.wan.WANTestBase$$Lambda$15/754368253.run in VM 6 running on Host f68591f2a480 with 8 VMs at org.apache.geode.test.dunit.VM.invoke(VM.java:344) at org.apache.geode.test.dunit.VM.invoke(VM.java:314) at org.apache.geode.test.dunit.VM.invoke(VM.java:259) at org.apache.geode.internal.cache.wan.WANTestBase.createCacheInVMs(WANTestBase.java:869) at org.apache.geode.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest.testParallelPropagationWithLocalCacheClosedAndRebuilt(ParallelWANPropagationDUnitTest.java:295) Caused by: org.apache.geode.distributed.DistributedSystemDisconnectedException: Distributed System is shutting down, caused by org.apache.geode.distributed.DistributedSystemDisconnectedException: org.apache.geode.ForcedDisconnectException: Member isn't responding to heartbeat requests Caused by: org.apache.geode.distributed.DistributedSystemDisconnectedException: org.apache.geode.ForcedDisconnectException: Member isn't responding to heartbeat requests java.lang.AssertionError: Suspicious strings were written to the log during this run. Fix the strings or use IgnoredException.addIgnoredException to ignore. ----------------------------------------------------------------------- Found suspect string in log4j at line 2808 [fatal 2016/12/08 03:25:16.646 UTC <unicast receiver,f68591f2a480-55366> tid=0x2c] Membership service failure: Member isn't responding to heartbeat requests org.apache.geode.ForcedDisconnectException: Member isn't responding to heartbeat requests at org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2520) at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:999) at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:635) at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1698) at org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1286) at org.jgroups.JChannel.invokeCallback(JChannel.java:816) at org.jgroups.JChannel.up(JChannel.java:741) at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030) at org.jgroups.protocols.FRAG2.up(FRAG2.java:165) at org.jgroups.protocols.FlowControl.up(FlowControl.java:390) at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1070) at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:785) at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:426) at org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:74) at org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72) at org.jgroups.protocols.TP.passMessageUp(TP.java:1601) at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1817) at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10) at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1729) at org.jgroups.protocols.TP.receive(TP.java:1654) at org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:160) at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701) at java.lang.Thread.run(Thread.java:745) ----------------------------------------------------------------------- Found suspect string in log4j at line 2836 [error 2016/12/08 03:25:17.132 UTC <RMI TCP Connection(2)-172.17.0.4> tid=0x1e] org.apache.geode.distributed.DistributedSystemDisconnectedException: Distributed System is shutting down, caused by org.apache.geode.distributed.DistributedSystemDisconnectedException: org.apache.geode.ForcedDisconnectException: Member isn't responding to heartbeat requests org.apache.geode.internal.cache.wan.parallel.ParallelGatewaySenderOperation_2_DUnitTest > shuttingOneSenderInAVMShouldNotAffectOthersBatchRemovalThread FAILED org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderOperation_2_DUnitTest$$Lambda$132/905426298.run in VM 2 running on Host 154ef4a35f60 with 8 VMs Caused by: com.jayway.awaitility.core.ConditionTimeoutException: Condition defined as a org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderOperation_2_DUnitTest null within 20 seconds. 569 tests completed, 2 failed, 61 skipped :geode-wan:distributedTest FAILED :geode-web:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)