fanhualta commented on a change in pull request #664: [IOTDB-333] Storage group 
divide by time range
URL: https://github.com/apache/incubator-iotdb/pull/664#discussion_r361046815
 
 

 ##########
 File path: 
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
 ##########
 @@ -1199,20 +1318,21 @@ public void loadNewTsFile(TsFileResource 
newTsFileResource)
       boolean isOverlap = false;
       int preIndex = -1, subsequentIndex = sequenceFileList.size();
 
+      List<TsFileResource> sequenceList = new ArrayList<>(sequenceFileList);
 
 Review comment:
   It's related to my work LOAD_FILE and sync module. I will have a look at it, 
something needs to be modified.

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


With regards,
Apache Git Services

Reply via email to