You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dinesh Joshi (JIRA)" <ji...@apache.org> on 2018/09/21 22:17:00 UTC

[jira] [Created] (CASSANDRA-14783) Run bulk nodetool commands via REST API

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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org