[
https://issues.apache.org/jira/browse/CASSANDRA-1871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975415#action_12975415
]
Hudson commented on CASSANDRA-1871:
-----------------------------------
Integrated in Cassandra-0.7 #123 (See
[https://hudson.apache.org/hudson/job/Cassandra-0.7/123/])
Expose index-building status in JMX + cli schema description
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-1871
> Expose index-building status in JMX + cli schema description
> ------------------------------------------------------------
>
> Key: CASSANDRA-1871
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1871
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Affects Versions: 0.7 beta 1
> Reporter: Jonathan Ellis
> Assignee: Pavel Yaskevich
> Priority: Minor
> Fix For: 0.7.1
>
> Attachments: CASSANDRA-1871-0.7.patch, CASSANDRA-1871.patch
>
>
> This involves
> 1) exposing a JMX method to fetch a list of indexes that are built (should
> check SystemTable.isIndexBuilt -- see CFS.addIndex for example use)
> 2) incorporating that into the cli display
> 3) add index name to IndexBuilder.getTaskType. cli can then fetch active
> task from CompactionManager; if it is an index build, show % complete as
> CompactionInfo (i.e. IndexBuilder) BytesRead/TotalBytes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.