clintropolis opened a new pull request, #18246: URL: https://github.com/apache/druid/pull/18246
### Description This PR removes the `reset-cluster` tool, which was out of date from missing a few metadata tables. It is mainly for testing, has proven error prone to maintain, and seems like it would be hard to ever completely clean stuff up when extensions are considered, so I think we should just remove it. #### Release note The `reset-cluster` dev and testing environement oriented tool has been removed. It was already out of date, and would fail to completely clear out the metadata store (missing "upgradeSegments" and "segmentSchemas" tables added in Druid 28 and 30 respectively). This tool was not intended for production use cases, so there should be no impact for cluster operators. -- 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]
