jt2594838 commented on a change in pull request #1169:
URL: https://github.com/apache/incubator-iotdb/pull/1169#discussion_r428407038
##########
File path:
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
##########
@@ -1776,6 +1803,22 @@ public void loadNewTsFile(TsFileResource
newTsFileResource) throws LoadFileExcep
}
}
+ /**
+ * Set the version in "partition" to "version" if "version" is larger than
the current version.
+ * @param partition
+ * @param version
+ */
+ public void setPartitionFileVersionToMax(long partition, long version) {
Review comment:
I do not see the point.
----------------------------------------------------------------
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]