Darrel Schneider created GEODE-180:
--------------------------------------
Summary: SnapshotDUnitTest intermittently fails because of a cache
left over from a previous test
Key: GEODE-180
URL: https://issues.apache.org/jira/browse/GEODE-180
Project: Geode
Issue Type: Bug
Reporter: Darrel Schneider
Priority: Minor
See:
https://builds.apache.org/view/All/job/Geode-nightly/172/testReport/com.gemstone.gemfire.cache.snapshot/SnapshotDUnitTest/testCacheExportFilterException/
Multiple methods on this test fail with the same error. Here is one:
SnapshotDUnitTest.testCacheExportFilterException
ava.lang.IllegalStateException: Cannot create region /PdxTypes DataPolicy
withPersistence=true because another cache (asf903(24154)<v619>:34023) has the
same region DataPolicy withPersistence=false. Persistent members must be
started before non-persistent members
at
com.gemstone.gemfire.internal.cache.CreateRegionProcessor$CreateRegionMessage.handleCacheDistributionAdvisee(CreateRegionProcessor.java:483)
at
com.gemstone.gemfire.internal.cache.CreateRegionProcessor$CreateRegionMessage.process(CreateRegionProcessor.java:378)
at
com.gemstone.gemfire.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:371)
at
com.gemstone.gemfire.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:442)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at
com.gemstone.gemfire.distributed.internal.DistributionManager.runUntilShutdown(DistributionManager.java:692)
at
com.gemstone.gemfire.distributed.internal.DistributionManager$5$1.run(DistributionManager.java:1000)
at java.lang.Thread.run(Thread.java:745)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)