[
https://issues.apache.org/jira/browse/GEODE-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785726#comment-15785726
]
ASF subversion and git services commented on GEODE-2233:
--------------------------------------------------------
Commit ad09e9f4a47fc849b71715da5cdeae5f6b030797 in geode's branch
refs/heads/develop from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=ad09e9f ]
GEODE-2233: Improved test
shuttingOneSenderInAVMShouldNotAffectOthersBatchRemovalThread
> CI Failure
> ConcurrentParallelGatewaySenderOperation_2_DUnitTest.shuttingOneSenderInAVMShouldNotAffectOthersBatchRemovalThread
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-2233
> URL: https://issues.apache.org/jira/browse/GEODE-2233
> Project: Geode
> Issue Type: Bug
> Components: wan
> Reporter: Dan Smith
>
> This is a new test that was added in this commit
> {noformat}
> commit 0c62068cfb8ec4db5c1c15550c88fd22be237885
> Author: Jason Huynh <[email protected]>
> Date: Wed Nov 23 09:31:14 2016 -0800
> GEODE-2123: Test batch removal threads are not shared across queues.
> {noformat}
> It seems to be failing intermittently with this error:
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking
> org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderOperation_2_DUnitTest$$Lambda$132/282536639.run
> in VM 2 running on Host c628b2771bd1 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.concurrent.ConcurrentParallelGatewaySenderOperation_2_DUnitTest.shuttingOneSenderInAVMShouldNotAffectOthersBatchRemovalThread(ConcurrentParallelGatewaySenderOperation_2_DUnitTest.java:99)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> at java.lang.Thread.run(Thread.java:745)
> 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.
> at
> com.jayway.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:122)
> at
> com.jayway.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
> at
> com.jayway.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at
> com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:764)
> at
> com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:603)
> at
> org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderOperation_2_DUnitTest.lambda$shuttingOneSenderInAVMShouldNotAffectOthersBatchRemovalThread$bb17a952$16(ConcurrentParallelGatewaySenderOperation_2_DUnitTest.java:100)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at hydra.MethExecutor.executeObject(MethExecutor.java:245)
> at
> org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:73)
> at sun.reflect.GeneratedMethodAccessor480.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:324)
> at sun.rmi.transport.Transport$1.run(Transport.java:200)
> at sun.rmi.transport.Transport$1.run(Transport.java:197)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
> at
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
> at
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
> at
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
> ... 3 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)