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 2019/03/25 18:58:15 UTC

[GitHub] [incubator-druid] jihoonson opened a new pull request #7339: Fix exclusive start partitions for sequenceMetadata

jihoonson opened a new pull request #7339: Fix exclusive start partitions for sequenceMetadata
URL: https://github.com/apache/incubator-druid/pull/7339
 
 
   The Kafka/Kinesis task generates `sequenceMetadata`s from the task context when it is started and `restoreSequences` returns false. Currently, the first sequence always has inclusive start partitions and subsequent sequences always have exclusive start partitions. This is not true both in Kinesis and Kafka indexing service. In Kafka indexing service, the start partitions are always inclusive. In Kinesis indexing service, only the very first sequence which is created when the supervisor is started has inclusive start partitions. Others should have exclusive start partitions.
   
   I also fixed [this line](https://github.com/apache/incubator-druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java#L652).

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


With regards,
Apache Git Services

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