[
https://issues.apache.org/jira/browse/CASSANDRA-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220391#comment-13220391
]
Pavel Yaskevich edited comment on CASSANDRA-3583 at 3/1/12 9:54 PM:
--------------------------------------------------------------------
SecondaryIndexManager.setIndexRemoved(Collection<ByteBuffer>) method is broken,
it calls SecondaryIndex.setIndexBuilt(ByteBuffer) instead of using
SecondaryIndex.setIndexRemoved(ByteBuffer).
was (Author: xedin):
SecondaryIndexManager.setIndexRemoved(Collection<ByteBuffer>) method is
broken, it calls SecondaryIndex.setIndexBuilt(ByteBuffer) instead of using
SecondaryIndexManager.removeIndexedColumn(ByteBuffer).
> 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
> Affects Versions: 1.1.0
> Reporter: Jonathan Ellis
> Assignee: Vijay
> Priority: Minor
> Fix For: 1.1.0
>
> Attachments: 0001-3583-v2.patch, 0001-3583.patch
>
>
> 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