b-slim commented on a change in pull request #6251: fix opentsdb emitter always
be running
URL: https://github.com/apache/incubator-druid/pull/6251#discussion_r213460483
##########
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:
does this means the emitter will block 1 min waiting for the flush to finish?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]