[
https://issues.apache.org/jira/browse/GEODE-8528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen Nichols closed GEODE-8528.
-------------------------------
> 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
> Components: tests
> Affects Versions: 1.12.0
> Reporter: Benjamin P Ross
> Assignee: Kirk Lund
> Priority: Major
> Labels: GeodeOperationAPI, testing
> Fix For: 1.15.0
>
>
> 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.20.7#820007)