HTHou commented on a change in pull request #983:
URL: https://github.com/apache/incubator-iotdb/pull/983#discussion_r413868358
##########
File path:
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
##########
@@ -160,9 +145,16 @@
return rangeCompare == 0 ? compareFileName(o1.getFile(), o2.getFile())
: rangeCompare;
});
+ // upgrading sequence TsFile resource list
+ private List<TsFileResource> upgradeSeqFileList = new LinkedList<>();
+
private CopyOnReadLinkedList<TsFileProcessor> closingSequenceTsFileProcessor
= new CopyOnReadLinkedList<>();
// includes sealed and unsealed unSequence TsFiles
private List<TsFileResource> unSequenceFileList = new ArrayList<>();
+
+ // upgrading sequence TsFile resource list
Review comment:
fixed
----------------------------------------------------------------
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]