pri1712 opened a new issue, #19058: URL: https://github.com/apache/pinot/issues/19058
**Motivation:** Currently, Pinot does not have an all-encompassing diagnostic command that an operator can run to assess the health of their cluster. When debugging missing data or cluster desyncs, users have to manually stitch together API calls to figure out what is wrong. A unified diagnostic utility (similar to an fsck for Pinot) would be highly valuable to help users understand cluster health at a glance, reducing MTTR during incidents. **Proposed Interface:** Ideally, this could be integrated as a new command in the existing admin scripts, for example: `bin/pinot-admin.sh CheckCluster -zkAddress localhost:2181 -clusterName PinotCluster` _PS: If this is something the community agrees would be valuable, I would love to be assigned to this and work on the implementation._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
