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
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.