[
https://issues.apache.org/jira/browse/GEODE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123759#comment-16123759
]
ASF subversion and git services commented on GEODE-3304:
--------------------------------------------------------
Commit dd178413fdd9660914f90880b03a6586cc6f6dbb in geode's branch
refs/heads/develop from zhouxh
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=dd17841 ]
GEODE-3304: when colocated child bucket is destroyed, it should not impact its
parent bucket's creation.
This closes #706
> CI failure:
> LuceneIndexDestroyDUnitTest.verifyDestroySingleIndexWhileDoingPuts fails with
> RegionDestroyedException
> ------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-3304
> URL: https://issues.apache.org/jira/browse/GEODE-3304
> Project: Geode
> Issue Type: Bug
> Components: lucene
> Affects Versions: 1.3.0
> Reporter: Shelley Lynn Hughes-Godfrey
>
> {noformat}
> org.apache.geode.cache.lucene.LuceneIndexDestroyDUnitTest >
> verifyDestroySingleIndexWhileDoingPuts(PARTITION_REDUNDANT) [1] FAILED
> org.apache.geode.InternalGemFireError:
> org.apache.geode.cache.RegionDestroyedException: Partitioned Region @354cb015
> [path='/region'; dataPolicy=PARTITION; prId=239; isDestroyed=false;
> isClosed=false; retryTimeout=3600000; serialNumber=4204; partition
> attributes=PartitionAttributes@536733386[redundantCopies=1;localMaxMemory=100;totalMaxMemory=2147483647;totalNumBuckets=10;partitionResolver=null;colocatedWith=null;recoveryDelay=-1;startupRecoveryDelay=0;FixedPartitionAttributes=null;partitionListeners=null];
> on VM 172.17.0.8(172)<v161>:32770], caused by
> org.apache.geode.cache.RegionDestroyedException: Partitioned Region @43ee7285
> [path='/AsyncEventQueue_index#_region_PARALLEL_GATEWAY_SENDER_QUEUE';
> dataPolicy=PARTITION; prId=240; isDestroyed=true; isClosed=false;
> retryTimeout=3600000; serialNumber=4216; partition
> attributes=PartitionAttributes@1047578025[redundantCopies=1;localMaxMemory=1000;totalMaxMemory=2147483647;totalNumBuckets=10;partitionResolver=null;colocatedWith=/region;recoveryDelay=-1;startupRecoveryDelay=0;FixedPartitionAttributes=null;partitionListeners=null];
> on VM 172.17.0.8(172)<v161>:32770]
> at org.apache.geode.internal.Assert.throwError(Assert.java:94)
> at org.apache.geode.internal.Assert.fail(Assert.java:68)
> at
> org.apache.geode.cache.lucene.LuceneIndexDestroyDUnitTest.verifyDestroySingleIndexWhileDoingPuts(LuceneIndexDestroyDUnitTest.java:175)
> Caused by:
> org.apache.geode.cache.RegionDestroyedException: Partitioned Region
> @354cb015 [path='/region'; dataPolicy=PARTITION; prId=239; isDestroyed=false;
> isClosed=false; retryTimeout=3600000; serialNumber=4204; partition
> attributes=PartitionAttributes@536733386[redundantCopies=1;localMaxMemory=100;totalMaxMemory=2147483647;totalNumBuckets=10;partitionResolver=null;colocatedWith=null;recoveryDelay=-1;startupRecoveryDelay=0;FixedPartitionAttributes=null;partitionListeners=null];
> on VM 172.17.0.8(172)<v161>:32770], caused by
> org.apache.geode.cache.RegionDestroyedException: Partitioned Region @43ee7285
> [path='/AsyncEventQueue_index#_region_PARALLEL_GATEWAY_SENDER_QUEUE';
> dataPolicy=PARTITION; prId=240; isDestroyed=true; isClosed=false;
> retryTimeout=3600000; serialNumber=4216; partition
> attributes=PartitionAttributes@1047578025[redundantCopies=1;localMaxMemory=1000;totalMaxMemory=2147483647;totalNumBuckets=10;partitionResolver=null;colocatedWith=/region;recoveryDelay=-1;startupRecoveryDelay=0;FixedPartitionAttributes=null;partitionListeners=null];
> on VM 172.17.0.8(172)<v161>:32770]
> at
> org.apache.geode.internal.cache.PartitionedRegion.virtualPut(PartitionedRegion.java:2036)
> at
> org.apache.geode.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:151)
> at
> org.apache.geode.internal.cache.LocalRegion.basicPut(LocalRegion.java:5027)
> at
> org.apache.geode.internal.cache.LocalRegion.validatedPut(LocalRegion.java:1580)
> at
> org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1567)
> at
> org.apache.geode.internal.cache.AbstractRegion.put(AbstractRegion.java:325)
> at
> org.apache.geode.cache.lucene.LuceneIndexDestroyDUnitTest.doPutsUntilStopped(LuceneIndexDestroyDUnitTest.java:548)
> at
> org.apache.geode.cache.lucene.LuceneIndexDestroyDUnitTest.lambda$verifyDestroySingleIndexWhileDoingPuts$b814fe7d$1(LuceneIndexDestroyDUnitTest.java:157)
> Caused by:
> org.apache.geode.cache.RegionDestroyedException: Partitioned
> Region @43ee7285
> [path='/AsyncEventQueue_index#_region_PARALLEL_GATEWAY_SENDER_QUEUE';
> dataPolicy=PARTITION; prId=240; isDestroyed=true; isClosed=false;
> retryTimeout=3600000; serialNumber=4216; partition
> attributes=PartitionAttributes@1047578025[redundantCopies=1;localMaxMemory=1000;totalMaxMemory=2147483647;totalNumBuckets=10;partitionResolver=null;colocatedWith=/region;recoveryDelay=-1;startupRecoveryDelay=0;FixedPartitionAttributes=null;partitionListeners=null];
> on VM 172.17.0.8(172)<v161>:32770]
> at
> org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7324)
> at
> org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2712)
> at
> org.apache.geode.internal.cache.PartitionedRegionDataStore.grabFreeBucket(PartitionedRegionDataStore.java:492)
> at
> org.apache.geode.internal.cache.PartitionedRegionDataStore.grabFreeBucketRecursively(PartitionedRegionDataStore.java:272)
> at
> org.apache.geode.internal.cache.PartitionedRegionDataStore.grabBucket(PartitionedRegionDataStore.java:2813)
> at
> org.apache.geode.internal.cache.PartitionedRegionDataStore.handleManageBucketRequest(PartitionedRegionDataStore.java:956)
> at
> org.apache.geode.internal.cache.PRHARedundancyProvider.createBucketOnMember(PRHARedundancyProvider.java:1214)
> at
> org.apache.geode.internal.cache.PRHARedundancyProvider.createBucketInstance(PRHARedundancyProvider.java:390)
> at
> org.apache.geode.internal.cache.PRHARedundancyProvider.createBucketAtomically(PRHARedundancyProvider.java:578)
> at
> org.apache.geode.internal.cache.PartitionedRegion.createBucket(PartitionedRegion.java:3254)
> at
> org.apache.geode.internal.cache.PartitionedRegion.virtualPut(PartitionedRegion.java:1998)
> ... 7 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)