-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(observability): a command check cluster information & status #12826
Comments
The above-mentioned info are now available through several system tables. |
This comment was marked as outdated.
This comment was marked as outdated.
related #13764 |
We can directly connect to etcd to dump the current table fragments, workers, users, election members, and various types of catalogs, similar to the This provides a simple method to observe the data stored in etcd before the sql backend officially goes live.
|
TODO: add table catalog after redaction is supported. |
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
As requested by users, we need a command to quickly tell the status of cluster, including
The text was updated successfully, but these errors were encountered: