[ https://issues.apache.org/jira/browse/GEODE-8528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258488#comment-17258488 ]
Geode Integration commented on GEODE-8528: ------------------------------------------ Seen on support/1.12 in [DistributedTestOpenJDK8 #126|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-12-main/jobs/DistributedTestOpenJDK8/builds/126] ... see [test results|http://files.apachegeode-ci.info/builds/apache-support-1-12-main/1.12.1-build.0148/test-results/distributedTest/1606984119/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-12-main/1.12.1-build.0148/test-artifacts/1606984119/distributedtestfiles-OpenJDK8-1.12.1-build.0148.tgz]. > PutAllClientServerDistributedTest.testPartialKeyInPRSingleHop fails due to > missing disk store after server restart > ------------------------------------------------------------------------------------------------------------------ > > Key: GEODE-8528 > URL: https://issues.apache.org/jira/browse/GEODE-8528 > Project: Geode > Issue Type: Bug > Affects Versions: 1.12.0 > Reporter: Benjamin P Ross > Priority: Major > > org.apache.geode.internal.cache.PutAllClientServerDistributedTest > > testPartialKeyInPRSingleHop FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.internal.cache.PutAllClientServerDistributedTest$$Lambda$313/839097690.call > in VM 1 running on Host 3e9ce4ee92bd with 4 VMs > at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610) > at org.apache.geode.test.dunit.VM.invoke(VM.java:462) > at > org.apache.geode.internal.cache.PutAllClientServerDistributedTest.testPartialKeyInPRSingleHop(PutAllClientServerDistributedTest.java:1894) > Caused by: > java.lang.IllegalStateException: Disk store ds1 not found > at > org.apache.geode.internal.cache.LocalRegion.findDiskStore(LocalRegion.java:7480) > at > org.apache.geode.internal.cache.PartitionedRegion.findDiskStore(PartitionedRegion.java:9203) > at > org.apache.geode.internal.cache.LocalRegion.<init>(LocalRegion.java:602) > at > org.apache.geode.internal.cache.LocalRegion.<init>(LocalRegion.java:546) > at > org.apache.geode.internal.cache.PartitionedRegion.<init>(PartitionedRegion.java:760) > at > org.apache.geode.internal.cache.GemFireCacheImpl.createVMRegion(GemFireCacheImpl.java:2925) > at > org.apache.geode.internal.cache.GemFireCacheImpl.basicCreateRegion(GemFireCacheImpl.java:2869) > at > org.apache.geode.internal.cache.GemFireCacheImpl.createRegion(GemFireCacheImpl.java:2853) > at > org.apache.geode.cache.RegionFactory.create(RegionFactory.java:768) > at > org.apache.geode.internal.cache.PutAllClientServerDistributedTest.createServer(PutAllClientServerDistributedTest.java:2797) > at > org.apache.geode.internal.cache.PutAllClientServerDistributedTest.lambda$testPartialKeyInPRSingleHop$515fd116$1(PutAllClientServerDistributedTest.java:1894) > Halfway through the test we shutdown Server2 and restart it, but upon > attempting to start the server with the same disk store name we used original > we get missing disk store errors. -- This message was sent by Atlassian Jira (v8.3.4#803005)