timsants opened a new pull request #7551: URL: https://github.com/apache/pinot/pull/7551
## Context The Pinot OSS distribution is currently loading two metric library plugins (yammer and dropwizard). This is causing metrics to be missed on certain instances of servers, depending on which metric library was loaded. ## Description Removing DropWizard metrics library from distribution. In addition, will throw an exception if more than 1 metrics library is found. ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) * [ ] Yes (Please label as **<code>backward-incompat</code>**, and complete the section below on Release Notes) We are assuming that there are no customers are attempting to use 2 or more different metric libraries at a time. Does this PR fix a zero-downtime upgrade introduced earlier? * [ ] Yes (Please label this as **<code>backward-incompat</code>**, and complete the section below on Release Notes) ## Release Notes ## Documentation <!-- If you have introduced a new feature or configuration, please add it to the documentation as well. See https://docs.pinot.apache.org/developers/developers-and-contributors/update-document --> -- 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]
