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/06/24 14:23:58 UTC

[GitHub] [incubator-druid] litao91 opened a new issue #7949: KIS: potential data overriding when taskDuration is set

litao91 opened a new issue #7949: KIS: potential data overriding when taskDuration is set
URL: https://github.com/apache/incubator-druid/issues/7949
 
 
   ### Affected Version
   
   Since KIS is introduced 
   
   ### Description
   
   Consider the following case
   
   1. We have a KIS generates a segment of 12:00-13:00, of version v1
   2. At 12:30 the all the sub tasks come to the end of duration and release the locks at nearly the same time. 
   3. New subtasks start and create new segment, also of interval 12:00-13:00. Since we have to acquire new lock for new tasks, the segment have new version of v2
   4. Then, the same interval of v2 will overshadow that of v1, which is unexpected.
   

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