yschengzi opened a new pull request #4021:
URL: https://github.com/apache/iotdb/pull/4021


   change rule for loading tsfile with the same establish time
   
   e.g.
   we want to load a tsfile in sequence list,
   the previous tsfile has file name "a-b-c-d", the subsequence tsfile has file 
name "e-f-g-h".
   and a(establish time of this file) is equal to e.
   
   before:
   we throw a exception with message "can not load TsFile because of can not 
find suitable location",
   and stop loading process
   
   now:
   we load this file in unsequence folder.
   
   and this update also solve the problem of 
"IoTDBLoadExternalTsfileIT.loadUnsequenceTsfileTest", it will be located in 
unsequence folder
   
   cherry pick from #3983 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to