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 2018/08/29 03:51:49 UTC

[GitHub] QiuMM commented on a change in pull request #6251: fix opentsdb emitter always be running

QiuMM commented on a change in pull request #6251: fix opentsdb emitter always be running
URL: https://github.com/apache/incubator-druid/pull/6251#discussion_r213537407
 
 

 ##########
 File path: extensions-contrib/opentsdb-emitter/src/main/java/io/druid/emitter/opentsdb/OpentsdbSender.java
 ##########
 @@ -40,28 +43,40 @@
    */
   private static final String PATH = "/api/put";
   private static final Logger log = new Logger(OpentsdbSender.class);
+  private static final long FLUSH_TIMEOUT = 60000; // default flush wait 1 min
 
 Review comment:
   Yes it is. This is learned from other emitter extensions, e.g graphite-emitter.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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