You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/02 21:31:39 UTC

[jira] [Commented] (GEODE-631) CI failure: PRQueryRegionDestroyedDUnitTest.testPRWithRegionDestroyInOneDatastoreWithDelay

    [ https://issues.apache.org/jira/browse/GEODE-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128967#comment-15128967 ] 

ASF subversion and git services commented on GEODE-631:
-------------------------------------------------------

Commit 7a77f805692f14b2f9760899be30bd831d8186ab in incubator-geode's branch refs/heads/develop from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=7a77f80 ]

GEODE-631: CI failure: PRQueryRegionDestroyedDUnitTest.testPRWithRegionDestroyInOneDatastoreWithDelay

When query executes and does not find region, a ForceReattemptException should be thrown.
This is because the region could have been destroyed and buckets moved while executing.


> CI failure: PRQueryRegionDestroyedDUnitTest.testPRWithRegionDestroyInOneDatastoreWithDelay
> ------------------------------------------------------------------------------------------
>
>                 Key: GEODE-631
>                 URL: https://issues.apache.org/jira/browse/GEODE-631
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Darrel Schneider
>            Assignee: Jason Huynh
>              Labels: CI
>
> git rev 9283282c64076c5f8e599f3d47895f3c48e205e8 build #815:
> junit.framework.AssertionFailedError: Unexpected exception during query: util.TestException: PRQueryDUnitHelper#getCacheSerializableRunnableForPRQueryAndCompareResults: Caught unexpected query exception
> 	at com.gemstone.gemfire.cache.query.partitioned.PRQueryDUnitHelper$13.run2(PRQueryDUnitHelper.java:758)
> 	
> Caused by: com.gemstone.gemfire.cache.query.RegionNotFoundException: Region not found:  /Portfolios
> 	at com.gemstone.gemfire.cache.query.internal.CompiledRegion.evaluate(CompiledRegion.java:88)
> 	at com.gemstone.gemfire.cache.query.internal.CompiledIteratorDef.evaluateCollection(CompiledIteratorDef.java:164)
> 	at com.gemstone.gemfire.cache.query.internal.RuntimeIterator.evaluateCollection(RuntimeIterator.java:111)
> 	at com.gemstone.gemfire.cache.query.internal.CompiledIteratorDef.getRuntimeIterator(CompiledIteratorDef.java:108)
> 	at com.gemstone.gemfire.cache.query.internal.CompiledSelect.computeDependencies(CompiledSelect.java:185)
> 	at com.gemstone.gemfire.cache.query.internal.DefaultQuery.executeUsingContext(DefaultQuery.java:568)
> 	at com.gemstone.gemfire.internal.cache.PRQueryProcessor.executeQueryOnBuckets(PRQueryProcessor.java:398)
> 	at com.gemstone.gemfire.internal.cache.PRQueryProcessor.executeSequentially(PRQueryProcessor.java:361)
> 	at com.gemstone.gemfire.internal.cache.PRQueryProcessor.executeQuery(PRQueryProcessor.java:147)
> 	at com.gemstone.gemfire.internal.cache.partitioned.QueryMessage.operateOnPartitionedRegion(QueryMessage.java:199)
> 	at com.gemstone.gemfire.internal.cache.partitioned.PartitionMessage.process(PartitionMessage.java:323)
> 	at com.gemstone.gemfire.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:380)
> 	at com.gemstone.gemfire.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:451)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)