[
https://issues.apache.org/jira/browse/GEODE-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298939#comment-15298939
]
ASF subversion and git services commented on GEODE-1389:
--------------------------------------------------------
Commit d75752146cd4c1d8990576a8df568fe9c87087d6 in incubator-geode's branch
refs/heads/develop from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=d757521 ]
GEODE-1389, GEODE-1012: Moving lucene persistence tests
There were two tests in LuceneIndexRecoveryHAIntegrationTest that used
disk resources. Moved the overflow test too a LuceneQueriesPersistence
suite, where it will be cleaned up by the DiskRule.
The recovery test was pretty much the same as an existing test in
LuceneIndexCreationPersistent.
> CI Failure: LuceneIndexRecoveryHAIntegrationTest.overflowRegionIndex
> --------------------------------------------------------------------
>
> Key: GEODE-1389
> URL: https://issues.apache.org/jira/browse/GEODE-1389
> Project: Geode
> Issue Type: Bug
> Components: lucene
> Reporter: Barry Oglesby
>
> CI Failure: LuceneIndexRecoveryHAIntegrationTest.overflowRegionIndex
> Geode_develop_IntegrationTests
> Private Build #2701 (May 10, 2016 11:09:00 AM)
> Revision: f93c87f13b4bf1bda67d994587d1299163694772
> Error Message
> {noformat}
> java.lang.IllegalStateException: The region "/__PR/_B__indexedRegion_69" has
> been persisted to disk so it can not be recreated on the same disk store
> without persistence. Either destroy the persistent region, recreate it as
> overflow and persistent, or create the overflow only region on a different
> disk store.
> {noformat}
> Stacktrace
> {noformat}
> java.lang.IllegalStateException: The region "/__PR/_B__indexedRegion_69" has
> been persisted to disk so it can not be recreated on the same disk store
> without persistence. Either destroy the persistent region, recreate it as
> overflow and persistent, or create the overflow only region on a different
> disk store.
> at
> com.gemstone.gemfire.internal.cache.DiskRegion.<init>(DiskRegion.java:103)
> at
> com.gemstone.gemfire.internal.cache.DiskInitFile.createDiskRegion(DiskInitFile.java:971)
> at
> com.gemstone.gemfire.internal.cache.DiskRegion.create(DiskRegion.java:202)
> at
> com.gemstone.gemfire.internal.cache.LocalRegion.createDiskRegion(LocalRegion.java:8244)
> at
> com.gemstone.gemfire.internal.cache.LocalRegion.<init>(LocalRegion.java:636)
> at
> com.gemstone.gemfire.internal.cache.DistributedRegion.<init>(DistributedRegion.java:202)
> at
> com.gemstone.gemfire.internal.cache.BucketRegion.<init>(BucketRegion.java:231)
> at
> com.gemstone.gemfire.internal.cache.LocalRegion.createSubregion(LocalRegion.java:968)
> at
> com.gemstone.gemfire.internal.cache.PartitionedRegionDataStore.createBucketRegion(PartitionedRegionDataStore.java:816)
> at
> com.gemstone.gemfire.internal.cache.PartitionedRegionDataStore.grabFreeBucket(PartitionedRegionDataStore.java:492)
> at
> com.gemstone.gemfire.internal.cache.PartitionedRegionDataStore.grabBucket(PartitionedRegionDataStore.java:3033)
> at
> com.gemstone.gemfire.internal.cache.PartitionedRegionDataStore.handleManageBucketRequest(PartitionedRegionDataStore.java:1084)
> at
> com.gemstone.gemfire.internal.cache.PRHARedundancyProvider.createBucketOnMember(PRHARedundancyProvider.java:1266)
> at
> com.gemstone.gemfire.internal.cache.PRHARedundancyProvider.createBucketInstance(PRHARedundancyProvider.java:422)
> at
> com.gemstone.gemfire.internal.cache.PRHARedundancyProvider.createBucketAtomically(PRHARedundancyProvider.java:614)
> at
> com.gemstone.gemfire.internal.cache.PartitionedRegion.createBucket(PartitionedRegion.java:3464)
> at
> com.gemstone.gemfire.internal.cache.PartitionedRegion.virtualPut(PartitionedRegion.java:2074)
> at
> com.gemstone.gemfire.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:132)
> at
> com.gemstone.gemfire.internal.cache.LocalRegion.basicPut(LocalRegion.java:5409)
> at
> com.gemstone.gemfire.internal.cache.LocalRegion.validatedPut(LocalRegion.java:1702)
> at
> com.gemstone.gemfire.internal.cache.LocalRegion.put(LocalRegion.java:1682)
> at
> com.gemstone.gemfire.internal.cache.AbstractRegion.put(AbstractRegion.java:332)
> at
> com.gemstone.gemfire.cache.lucene.internal.LuceneIndexRecoveryHAIntegrationTest.overflowRegionIndex(LuceneIndexRecoveryHAIntegrationTest.java:187)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
> at
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
> at
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
> at
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> at
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> at
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
> at
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
> at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> at
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> at
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> at
> org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
> at
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
> at
> org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)