[GitHub] [druid] yuanlihan commented on issue #9904: Fail to compact overlapping segments

2020-05-31 Thread GitBox


yuanlihan commented on issue #9904:
URL: https://github.com/apache/druid/issues/9904#issuecomment-636480970


   @jihoonson thanks for checking this.



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:
us...@infra.apache.org



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



[GitHub] [druid] yuanlihan commented on issue #9904: Fail to compact overlapping segments

2020-05-27 Thread GitBox


yuanlihan commented on issue #9904:
URL: https://github.com/apache/druid/issues/9904#issuecomment-635034945


   Hi @jihoonson, sorry to bother you again. Would you like to share any 
further feedback about this issue?



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:
us...@infra.apache.org



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



[GitHub] [druid] yuanlihan commented on issue #9904: Fail to compact overlapping segments

2020-05-21 Thread GitBox


yuanlihan commented on issue #9904:
URL: https://github.com/apache/druid/issues/9904#issuecomment-632448083


   Hi @jihoonson 
   > This log means, you got two segments of overlapping intervals and same 
version. This is never allowed since Druid doesn't know what segment to read in 
this case. Druid should never create such segments of overlapping intervals but 
same version. Can you check why and how they were created? 
   
   The two partially overlapping segments with same version are created by the 
compaction task as described in step 3 of bug duplication steps above. 
According to the log of compaction task, I found that the two input partially 
overlapping segments(with different version) are arranged to compact in two 
different `indexSpec`, and creating a `DAY` granularity segment and an `HOUR` 
granularity segment correspondingly but with same version. And I pasted the log 
of compaction task 
[here](https://gist.github.com/yuanlihan/a3f54ca6eb6ba7508fcfa653065c79eb) FYI. 
And you can also easily reproduce this bug locally according to the steps 
listed above.
   
   
   



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:
us...@infra.apache.org



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