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 2018/05/03 22:11:00 UTC

[jira] [Commented] (GEODE-5047) Modify gfsh command 'list Lucene index' to list status of re-indexing.

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

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

Commit 8f0b97a48396d5d1ae23aa28696d2d4786160d4b in geode's branch refs/heads/develop from [~nabarunnag]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8f0b97a ]

GEODE-5047: list lucene index result modified (#1799)

         * list lucene index gfsh command will now display on of three states
	* NOT_INITIALIZED if the index is present in only in defined map
	* INITIALIZED if the index is present in the index map
	* INDEXING_IN_PROGRESS if the index creation is in progress.

> Modify gfsh command 'list Lucene index' to list status of re-indexing.
> ----------------------------------------------------------------------
>
>                 Key: GEODE-5047
>                 URL: https://issues.apache.org/jira/browse/GEODE-5047
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>            Reporter: nabarun
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> As a GemFire developer, I want to use gfsh to check if the Lucene index creation has completed successfully using the 'list lucene indexes' and 'describe lucene index' commands.
> Acceptance criteria:
> When I use gfsh to add a new Lucene index to an existing region with data, I can check its status using 'list lucene index':
>  * If indexing is in progress, the list command will display this
>  * If indexing is complete, the list command will display this and I can execute a Lucene search.
> h2. Implementation ideas
> Check for completed file. If not present, status is 'initializing'. Once re-indexing is complete, status changes to 'initialized'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)