[
https://issues.apache.org/jira/browse/GEODE-7674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551844#comment-17551844
]
ASF subversion and git services commented on GEODE-7674:
--------------------------------------------------------
Commit fd886ca93cc0e4e97413dfb45852fc18785cba50 in geode's branch
refs/heads/feature/GEODE-7665 from Xiaojian Zhou
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fd886ca93c ]
GEODE-7674: Clear on PR with lucene index should throw exception (#6317)
> 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.20.7#820007)