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

Vijay commented on CASSANDRA-3583:
----------------------------------

Hi Jonathan,

Will it be ok to do a full index rebuild always, this will be simpler though. 

Other option is to track the SSTables which failed to build the index (due to 
crash or due to the user interruption).
Something like:
nt rebuild <CFNAME> all
nt rebuild <CFNAME> failed

I dont see a restart building a index should we try to check there too? Let me 
know thanks!

                
> Add "rebuild index" JMX command
> -------------------------------
>
>                 Key: CASSANDRA-3583
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3583
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core, Tools
>            Reporter: Jonathan Ellis
>            Assignee: Vijay
>            Priority: Minor
>             Fix For: 1.1
>
>
> CASSANDRA-1740 allows aborting an index build, but there is no way to 
> re-attempt the build without restarting the server.
> We've also had requests to allow rebuilding an index that *has* been built, 
> so it would be nice to kill two birds with one stone here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to