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

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

Commit 14085c7d6a515b089a9441a163a6aad0bed830ab in geode's branch 
refs/heads/feature/GEODE-7674 from zhouxh
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=14085c7 ]

GEODE-7674: Clear on PR with lucene index should throw exception


> Partitioned region clear should handle/update lucene index
> ----------------------------------------------------------
>
>                 Key: GEODE-7674
>                 URL: https://issues.apache.org/jira/browse/GEODE-7674
>             Project: Geode
>          Issue Type: Sub-task
>          Components: lucene, regions
>            Reporter: Nabarun Nag
>            Priority: Major
>              Labels: GeodeCommons, pull-request-available
>
> Clear operation on partitioned region should appropriately handle lucene 
> indexes defined on that partitioned region.
> Existing behavior (complexities in updating lucene indexes):
> The lucene indexes are managed through AsyncEventQueue (AEQ); the region 
> operations on the clear (both for replicated and partitioned region) 
> generated RegionEvents, currently the AEQ does not support handling 
> RegionEvent. Supporting RegionEvent with AEQ is separate task which needs to 
> be considered outside of the clear implementation. 
> Till the RegionEvents are supported on AEQs, the PR clear will not be 
> supported on regions with Lucene indexes.
> Expectation:
> Throw exception for PR clear operation when there is lucene index on the 
> region.
> Acceptance :
> - Add test to verify exception is thrown when PR clear is performed on the 
> region with local clear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to