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


Reply via email to