You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Shelley Lynn Hughes-Godfrey (JIRA)" <ji...@apache.org> on 2018/03/16 23:28:00 UTC

[jira] [Created] (GEODE-4881) handle concurrent lucene indexing (after region created) with rebalance

Shelley Lynn Hughes-Godfrey created GEODE-4881:
--------------------------------------------------

             Summary: 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


{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)