clintropolis commented on a change in pull request #7339: Fix exclusive start 
partitions for sequenceMetadata
URL: https://github.com/apache/incubator-druid/pull/7339#discussion_r268832281
 
 

 ##########
 File path: 
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java
 ##########
 @@ -1072,9 +1105,26 @@ private void addSequence(final 
SequenceMetadata<PartitionIdType, SequenceOffsetT
       }
     }
 
+    if (!isEndOffsetExclusive() && !sequences.isEmpty()) {
 
 Review comment:
   Should this be moved into the check above since both blocks have 
`!sequences.isEmpty()`?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to