gianm commented on a change in pull request #6129: Add support for
'maxTotalRows' to incremental publishing kafka indexing task and appenderator
based realtime task
URL: https://github.com/apache/incubator-druid/pull/6129#discussion_r211035759
##########
File path:
extensions-core/kafka-indexing-service/src/main/java/io/druid/indexing/kafka/IncrementalPublishingKafkaIndexTaskRunner.java
##########
@@ -429,9 +429,6 @@ public void run()
// if stop is requested or task's end offset is set by call to
setEndOffsets method with finish set to true
if (stopRequested.get() || sequences.get(sequences.size() -
1).isCheckpointed()) {
Review comment:
Got it. Seems fine, since we haven't read anything from the Kafka consumer
yet.
----------------------------------------------------------------
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]