Dinesh Joshi created CASSANDRA-14783:
----------------------------------------

             Summary: Run bulk nodetool commands via REST API
                 Key: CASSANDRA-14783
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14783
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Dinesh Joshi
            Assignee: Dinesh Joshi


It would be very useful to have the ability to run nodetool commands across all 
nodes in a cluster and get the results in one response so that we don't need to 
run it against each node in the cluster individually. We should have a REST 
endpoint that will allow the user to do this.

For example, we could have a REST endpoint like the following -

{noformat}
<host>:<port>/bulk/nodetool/tablestats?arg0=keyspace_name.table_name&arg1=<if 
required>
{noformat}

This should be part of the management / sidecar process that runs alongside 
CassandraDaemon.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to