----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41581/ -----------------------------------------------------------
Review request for geode and Dan Smith. Repository: geode Description ------- It's not reproducing of GEODE-329. What happened is: The DistributedTestCase.disconnectFromDS() will close the cache in another thread. The next step to createPR(vm0, 0) should wait for the first cache is really closed. Otherwise, there's chance that the closing cache is still on going. Diffs ----- gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java 39ffb11 Diff: https://reviews.apache.org/r/41581/diff/ Testing ------- The dunit test Thanks, xiaojian zhou
