kfaraz opened a new pull request, #17867:
URL: https://github.com/apache/druid/pull/17867
### Description
Standard ITs are full of messages like:
```java
2025-04-02T19:03:50,395 INFO [MonitorScheduler-0]
org.apache.druid.java.util.emitter.core.LoggingEmitter -
{"feed":"metrics","metric":"jetty/numOpenConnections","service":"","host":"","value":0,"timestamp":"2025-04-02T19:03:50.395Z"}
2025-04-02T19:04:50,388 INFO [MonitorScheduler-0]
org.apache.druid.java.util.emitter.core.LoggingEmitter -
{"feed":"metrics","metric":"zk/connected","service":"","host":"","value":1,"timestamp":"2025-04-02T19:04:50.388Z"}
```
These messages never provide any useful info. Other than these, no other
metrics are emitted
from the integration testing client. So we can just disable the metric
emission for now.
### Changes
- Remove unused `ZookeeperClient`
- Use `NoopEmitter` on the client side of standard ITs
--
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]