[
https://issues.apache.org/jira/browse/GEODE-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647509#comment-14647509
]
ASF subversion and git services commented on GEODE-172:
-------------------------------------------------------
Commit 64a9bd411058127571be61809e0e28d9ce174e2a in incubator-geode's branch
refs/heads/develop from Vivek Bhaskar
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=64a9bd4 ]
GEODE-172: Fixing an intermittent failure as reported by closing cache after
each individual test.
Also temporarily taking care of an assertion failure that is reflected in
GEODE-110 and GEODE-141 that are still under investigation.
> DistTXPersistentDebugDUnitTest.testTXPRRR2_putall fail intermittently because
> cache already exists
> --------------------------------------------------------------------------------------------------
>
> Key: GEODE-172
> URL: https://issues.apache.org/jira/browse/GEODE-172
> Project: Geode
> Issue Type: Bug
> Reporter: Darrel Schneider
> Assignee: vivek bhaskar
> Priority: Minor
>
> dunit.RMIException: While invoking
> com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.createCacheInVm in VM 0
> running on Host cc6-co6.gemstone.com with 4 VMs
> at dunit.VM.invoke(VM.java:160)
> at dunit.VM.invoke(VM.java:86)
> at
> com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.createCacheInAllVms(DistTXDebugDUnitTest.java:79)
> at
> com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.testTXPRRR2_putall(DistTXDebugDUnitTest.java:612)
> Caused by: com.gemstone.gemfire.cache.CacheExistsException: GemFireCache[id =
> 1055576000; isClosing = false; isShutDownAll = false; created = Mon Jul 27
> 22:52:05 PDT 2015; server = false; copyOnRead = false; lockLease = 120;
> lockTimeout = 60]: An open cache already exists.
> at
> com.gemstone.gemfire.internal.cache.GemFireCacheImpl.create(GemFireCacheImpl.java:775)
> at com.gemstone.gemfire.cache.CacheFactory.create(CacheFactory.java:170)
> at com.gemstone.gemfire.cache.CacheFactory.create(CacheFactory.java:161)
> at
> com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.createCacheInVm(DistTXDebugDUnitTest.java:75)
> Seems like this test should close any previous cache if it is always going to
> create a new one (instead of reusing).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)