You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bill (JIRA)" <ji...@apache.org> on 2018/10/02 21:19:00 UTC

[jira] [Created] (GEODE-5810) events not drained from secondary queues in testPartitionedParallelPropagationHA test

Bill created GEODE-5810:
---------------------------

             Summary: events not drained from secondary queues in testPartitionedParallelPropagationHA test
                 Key: GEODE-5810
                 URL: https://issues.apache.org/jira/browse/GEODE-5810
             Project: Geode
          Issue Type: Bug
          Components: wan
            Reporter: Bill


Stack trace:

{noformat}
org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest > testPartitionedParallelPropagationHA FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest$$Lambda$214/55002370.run in VM 7 running on Host e1abfa396082 with 8 VMs
        at org.apache.geode.test.dunit.VM.invoke(VM.java:450)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:419)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:362)
        at org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA(ConcurrentParallelGatewaySenderDUnitTest.java:634)

        Caused by:
        org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.internal.cache.wan.WANTestBase that uses org.apache.geode.internal.cache.wan.AbstractGatewaySender, org.apache.geode.internal.cache.wan.AbstractGatewaySenderorg.apache.geode.internal.cache.RegionQueue Expected events in all secondary queues are drained but actual is 1. Queue content is: bucketId=6:[206]; expected:<0> but was:<1> within 120 seconds.
            at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
            at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
            at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
            at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
            at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:711)
            at org.apache.geode.internal.cache.wan.WANTestBase.validateParallelSenderQueueAllBucketsDrained(WANTestBase.java:3290)
            at org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest.lambda$testPartitionedParallelPropagationHA$bb17a952$17(ConcurrentParallelGatewaySenderDUnitTest.java:634)

            Caused by:
            java.lang.AssertionError: Expected events in all secondary queues are drained but actual is 1. Queue content is: bucketId=6:[206]; expected:<0> but was:<1>
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)