[
https://issues.apache.org/jira/browse/GEODE-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408239#comment-16408239
]
ASF subversion and git services commented on GEODE-4881:
--------------------------------------------------------
Commit 4f91f53594bac3f36cb99c5d58278fa260a931bb in geode's branch
refs/heads/feature/GEODE-4881 from [~lhughesgodfrey]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4f91f53 ]
GEODE-4881: Support lucene reindexing (of existing data) with rebalance
* LuceneServiceImpl changes to support AEQ addition to existing region (after
index initialized)
* Testing with and without redundancy
> handle concurrent lucene indexing (after region created) with rebalance
> -----------------------------------------------------------------------
>
> Key: GEODE-4881
> URL: https://issues.apache.org/jira/browse/GEODE-4881
> Project: Geode
> Issue Type: New Feature
> Components: lucene
> Reporter: Shelley Lynn Hughes-Godfrey
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {noformat}
> While adding a Lucene index to a region with data, if a rebalance is
> triggered during re-indexing, the index should complete successfully and
> match the region data.
> If I add a Lucene index while a rebalance is in progress, the index should
> successfully complete and match the region data. (*)
> (*) Note: It may be acceptable to detect a rebalance in progress before
> starting and wait for it to finish before adding the Lucene index.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)