k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Add endpoint to query schema update progress #443

Open emerkle826 opened 6 months ago

emerkle826 commented 6 months ago

When performing a token rebalance, it would be useful to know if the cluster is undergoing a schema update. Currently, only a single node in the cluster is queried for endpoints and keyspaces to determine if it is safe to perform a rebalance.