You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/26 11:56:33 UTC

[GitHub] [iotdb] jixuan1989 edited a comment on pull request #2739: Fix unseq merge data overlap bug

jixuan1989 edited a comment on pull request #2739:
URL: https://github.com/apache/iotdb/pull/2739#issuecomment-786602948


   > The unseq merge selector try to filter unseq files which overlapped with some open file. However, the open file's endTime is always Long.MIN_VALUE which will be filtered in pervious logic. So unseq files which overlapped with some open file cannot be excluded.
   
   ## Behavior
   
   ...
   
   ## Reasom
   
   The unseq merge selector tries to find unseq files which overlap with some unsealed files. 
   
   However, the unsealed file's endTime is always Long.MIN_VALUE which will be ignored because [Long.MIN_VALUE, Long.MIN_VALUE) never overlap with other files . 
   
   As a result,  the unseq files which overlapped with some unsealed file cannot be excluded. (what is this meaning????)
   
   ## Solution
   
   .....
   


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