[ https://issues.apache.org/jira/browse/GEODE-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14975289#comment-14975289 ]
Dan Smith commented on GEODE-244: --------------------------------- BTW, the reason the overflow size was much larger than the in memory size is actually a bug in the queue size calculation. It looks like it was introduced recently, which is probably why this test used to pass even though the eviction is asynchronous. See GEODE-498. > CI failure: RebalanceOperationDUnitTest > testRecoverRedundancyParallelAsyncEventQueueSimulation failed an assertion > ------------------------------------------------------------------------------------------------------------------ > > Key: GEODE-244 > URL: https://issues.apache.org/jira/browse/GEODE-244 > Project: Geode > Issue Type: Bug > Affects Versions: 1.0.0-incubating > Reporter: Kirk Lund > Assignee: Dan Smith > Labels: CI > > RebalanceOperationDUnitTest > testRecoverRedundancyParallelAsyncEventQueueSimulation failed an assertion in > nightly build #190: > {color:red} > {noformat} > com.gemstone.gemfire.internal.cache.control.RebalanceOperationDUnitTest > > testRecoverRedundancyParallelAsyncEventQueueSimulation FAILED > dunit.RMIException: While invoking > com.gemstone.gemfire.internal.cache.control.RebalanceOperationDUnitTest$43.run > in VM 0 running on Host jenkins-ubuntu-1404-4gb-f59 with 4 VMs > at dunit.VM.invoke(VM.java:359) > at dunit.VM.invoke(VM.java:303) > at dunit.VM.invoke(VM.java:257) > at > com.gemstone.gemfire.internal.cache.control.RebalanceOperationDUnitTest.recoverRedundancyParallelAsyncEventQueue(RebalanceOperationDUnitTest.java:1148) > at > com.gemstone.gemfire.internal.cache.control.RebalanceOperationDUnitTest.testRecoverRedundancyParallelAsyncEventQueueSimulation(RebalanceOperationDUnitTest.java:1090) > Caused by: > junit.framework.AssertionFailedError: expected:<6> but was:<4> > {noformat} > {color} -- This message was sent by Atlassian JIRA (v6.3.4#6332)