You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/26 02:06:19 UTC

[GitHub] [druid] FrankChen021 commented on issue #11033: Metrics Emitter timeout after 12-16ms

FrankChen021 commented on issue #11033:
URL: https://github.com/apache/druid/issues/11033#issuecomment-807877142


   You could take a look at how timeout is calculated here.
   
   https://github.com/apache/druid/blob/bf20f9e9798417c9293a195690b6adcb48f44d3f/core/src/main/java/org/apache/druid/java/util/emitter/core/HttpPostEmitter.java#L805
   
   And according to the log, I think you might also need to configure following property.
   
   |Property|Description|Default|
   |--------|-----------|-------|
   |`druid.emitter.http.minHttpTimeoutMillis`|If the speed of filling batches imposes timeout smaller than that, not even trying to send batch to endpoint, because it will likely fail, not being able to send the data that fast. Configure this depending based on emitter/successfulSending/minTimeMs metric. Reasonable values are 10ms..100ms.|0|


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org