clintropolis opened a new pull request, #20056:
URL: https://github.com/apache/druid/pull/20056

   ### Description
   Noticed while running a test that the logs complained a bunch during service 
startup because they wanted to emit metrics but the collector was not running 
yet, leaving a bunch of errors like:
   
   ```
   2026-08-18T09:22:53,034 WARN [HttpPostEmitter-2] 
org.apache.druid.java.util.common.RetryUtils - Retrying (2 of 2) in 1,221ms.
   java.util.concurrent.ExecutionException: java.net.ConnectException: 
Connection refused: /192.168.1.80:9301
        at 
java.base/java.util.concurrent.CompletableFuture.wrapInExecutionException(CompletableFuture.java:345)
        at 
java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:440)
   ...
        at 
org.apache.druid.java.util.emitter.core.HttpPostEmitter$EmittingThread.sendWithRetries(HttpPostEmitter.java:661)
        at 
   ...
   ```


-- 
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]

Reply via email to