You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Dathan Pattishall <da...@gmail.com> on 2010/09/20 23:40:03 UTC

anything on the roadmap to know the status return of executing nodetool maintenance commands

I would love the ability to run nodetool repair and get status updates
on what is being done and  when to what, as well as an estimated time
of completion
Like
Grabbing data from nodes
populating memtable
cleanups
etc.

Currently this stuff happens asynchronously from the nodetool point of
view (fire/forget). More info is cooler :)

Re: anything on the roadmap to know the status return of executing nodetool maintenance commands

Posted by Nirmal Ranganathan <rn...@gmail.com>.
https://issues.apache.org/jira/browse/CASSANDRA-1449 to change nodetool to
blocking for all commands. Not necessarily providing more info, but waits
till the operations are complete.

On Mon, Sep 20, 2010 at 4:40 PM, Dathan Pattishall <da...@gmail.com>wrote:

> I would love the ability to run nodetool repair and get status updates
> on what is being done and  when to what, as well as an estimated time
> of completion
> Like
> Grabbing data from nodes
> populating memtable
> cleanups
> etc.
>
> Currently this stuff happens asynchronously from the nodetool point of
> view (fire/forget). More info is cooler :)
>