yuanlihan opened a new pull request #12327: URL: https://github.com/apache/druid/pull/12327
### Description This is a simple PR to remove the redundant annotation from start methods of several emitters. Note that the ServiceEmitter wraps the user configured emitter and starts it. https://github.com/apache/druid/blob/db91961af70c61ebe1cbe7c42c12309e85c477fb/server/src/main/java/org/apache/druid/server/emitter/EmitterModule.java#L98 Currently, emitters with the redundant annotations will be started twice. This PR has: - [X] been self-reviewed. - [X] been tested in a test Druid cluster. -- 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]
