You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2017/08/17 21:40:02 UTC

[jira] [Created] (GEODE-3458) Failure in SerialWANPropagationDUnitTest.testReplicatedSerialPropagationWithRemoteReceiverRestarted_SenderReceiverPersistent due to loss of quorum

Dan Smith created GEODE-3458:
--------------------------------

             Summary: Failure in SerialWANPropagationDUnitTest.testReplicatedSerialPropagationWithRemoteReceiverRestarted_SenderReceiverPersistent due to loss of quorum
                 Key: GEODE-3458
                 URL: https://issues.apache.org/jira/browse/GEODE-3458
             Project: Geode
          Issue Type: Bug
          Components: wan
            Reporter: Dan Smith


This test failed in a private build with bc655eb9b3683282705e7449f0f7a720c1a6243d

{noformat}
org.apache.geode.internal.cache.wan.serial.SerialWANPropagationDUnitTest > testReplicatedSerialPropagationWithRemoteReceiverRestarted_SenderReceiverPersistent FAILED
    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 2776

    [fatal 2017/08/16 00:34:19.721 UTC <Geode Membership View Creator> tid=0xf5] Possible loss of quorum due to the loss of 1 cache processes: [172.17.0.8(179)<ec><v0>:32771]

{noformat}

Looking at the test, I think what is going on is that we create a WAN site with only 2 members. When the test tears down the VMs, it closes the first member and I think the second member is then deciding that is has lost quorum.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)