You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/05/29 23:48:03 UTC

[jira] [Resolved] (GEODE-1394) CI Failure: Several parallel WAN tests failed with OutOfMemoryError: Java heap space

     [ https://issues.apache.org/jira/browse/GEODE-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker resolved GEODE-1394.
----------------------------------
    Resolution: Cannot Reproduce

Closing due to inactivity.  Please reopen if this test fails again.

> CI Failure: Several parallel WAN tests failed with OutOfMemoryError: Java heap space
> ------------------------------------------------------------------------------------
>
>                 Key: GEODE-1394
>                 URL: https://issues.apache.org/jira/browse/GEODE-1394
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Barry Oglesby
>            Priority: Major
>              Labels: ci
>
> CI Failure: Several parallel WAN tests failed with OutOfMemoryError: Java heap space
> Geode_develop_DistributedTests
> Private Build #2564 (May 11, 2016 9:09:16 PM)
> Revision: 123ddb7ccf847203c35b314dd86dd6425a4cb500
> These tests all failed with OOME:
> - ParallelWANPropagationClientServerDUnitTest.testParallelPropagationWithClientServer
> - ParallelWANPropagationDUnitTest.testParallelPropagationWithLocalCacheClosedAndRebuilt
> - ParallelWANPropagationDUnitTest.testParallelPropagationWithOverflow
> - ParallelWANPropagationDUnitTest.testParallelPropagationTxOperations
> - ParallelWANPropagationDUnitTest.testParallelPropagationWithDestroy
> - ParallelWANPropagationDUnitTest.testParallelPropagation_withoutRemoteSite
> - ParallelWANPropagationDUnitTest.testParallelPropagation
> - ParallelWANPropagationDUnitTest.testParallelPropagationWithFilter
> - ParallelWANPropagationDUnitTest.testParallelPropagation_ManualStart
> - ParallelWANPropagationDUnitTest.testSerialReplicatedAndParallePartitionedPropagation
> - ParallelWANPropagationDUnitTest.testParallelPropagationWithPutAll
> - ParallelWANPropagationDUnitTest.testPartitionedParallelPropagationToTwoWanSites
> - ParallelWANPropagationDUnitTest.testParallelPropagationPutBeforeSenderStart
> - ParallelWANPropagationDUnitTest.testPartitionedParallelPropagationHA
> - ParallelWANPropagationDUnitTest.testParallelColocatedPropagation
> - ParallelWANPropagationDUnitTest.testParallelColocatedPropagation2
> - ParallelWANPropagationDUnitTest.testParallelPropagationWithFilter_AfterAck
> - ParallelWANStatsDUnitTest.testParallePropagationWithRemoteRegionDestroy
> - ParallelWANStatsDUnitTest.testParallelPropogationWithFilter
> The errors all looked similar. Here is the one for ParallelWANPropagationDUnitTest.testParallelPropagationWithDestroy:
> Error Message
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$14/2143070390.run in VM 4 running on Host timor.gemstone.com with 8 VMs
> {noformat}
> Stacktrace
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$14/2143070390.run in VM 4 running on Host timor.gemstone.com with 8 VMs
> 	at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
> 	at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
> 	at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
> 	at com.gemstone.gemfire.internal.cache.wan.WANTestBase.createCacheInVMs(WANTestBase.java:853)
> 	at com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest.testParallelPropagationWithDestroy(ParallelWANPropagationDUnitTest.java:861)
> 	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:497)
> 	at junit.framework.TestCase.runTest(TestCase.java:176)
> 	at junit.framework.TestCase.runBare(TestCase.java:141)
> 	at junit.framework.TestResult$1.protect(TestResult.java:122)
> 	at junit.framework.TestResult.runProtected(TestResult.java:142)
> 	at junit.framework.TestResult.run(TestResult.java:125)
> 	at junit.framework.TestCase.run(TestCase.java:129)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
> 	at junit.framework.TestSuite.run(TestSuite.java:247)
> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
> 	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
> 	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
> 	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
> 	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> 	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:497)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 	at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
> 	at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
> 	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
> 	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:497)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 	at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
> 	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
> 	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.OutOfMemoryError: Java heap space
> 	at com.gemstone.gemfire.internal.cache.tier.sockets.Message.readPayloadFields(Message.java:843)
> 	at com.gemstone.gemfire.internal.cache.tier.sockets.Message.readHeaderAndPayload(Message.java:772)
> 	at com.gemstone.gemfire.internal.cache.tier.sockets.Message.read(Message.java:618)
> 	at com.gemstone.gemfire.internal.cache.tier.sockets.Message.recv(Message.java:1084)
> 	at com.gemstone.gemfire.cache.client.internal.GatewaySenderBatchOp$GatewaySenderGFEBatchOpImpl.attemptReadResponse(GatewaySenderBatchOp.java:212)
> 	at com.gemstone.gemfire.cache.client.internal.GatewaySenderBatchOp$GatewaySenderGFEBatchOpImpl.attemptRead(GatewaySenderBatchOp.java:173)
> 	at com.gemstone.gemfire.cache.client.internal.GatewaySenderBatchOp$GatewaySenderGFEBatchOpImpl.attempt(GatewaySenderBatchOp.java:152)
> 	at com.gemstone.gemfire.cache.client.internal.ConnectionImpl.execute(ConnectionImpl.java:258)
> 	at com.gemstone.gemfire.cache.client.internal.pooling.PooledConnection.execute(PooledConnection.java:328)
> 	at com.gemstone.gemfire.cache.client.internal.OpExecutorImpl.executeWithPossibleReAuthentication(OpExecutorImpl.java:950)
> 	at com.gemstone.gemfire.cache.client.internal.OpExecutorImpl.executeOn(OpExecutorImpl.java:592)
> 	at com.gemstone.gemfire.cache.client.internal.PoolImpl.executeOn(PoolImpl.java:765)
> 	at com.gemstone.gemfire.cache.client.internal.GatewaySenderBatchOp.executeOn(GatewaySenderBatchOp.java:79)
> 	at com.gemstone.gemfire.cache.client.internal.SenderProxy.receiveAckFromReceiver(SenderProxy.java:40)
> 	at com.gemstone.gemfire.internal.cache.wan.GatewaySenderEventRemoteDispatcher.readAcknowledgement(GatewaySenderEventRemoteDispatcher.java:102)
> 	at com.gemstone.gemfire.internal.cache.wan.GatewaySenderEventRemoteDispatcher$AckReaderThread.run(GatewaySenderEventRemoteDispatcher.java:596)
> {noformat}
> Standard Output
> {noformat}
> Previously run tests: [ParallelWANPropagationLoopBackDUnitTest, ParallelGatewaySenderOperation_2_DUnitTest, ParallelGatewaySenderOperationsDUnitTest, ParallelWANStatsDUnitTest, ParallelWANPropagationClientServerDUnitTest, ParallelWANPropagationDUnitTest]
> {noformat}



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