neuyilan commented on a change in pull request #460:
URL: https://github.com/apache/iotdb/pull/460#discussion_r536475838



##########
File path: 
server/src/main/java/org/apache/iotdb/db/engine/flush/MemTableFlushTask.java
##########
@@ -235,6 +235,8 @@ public void run() {
             ChunkWriterImpl chunkWriter = (ChunkWriterImpl) ioMessage;
             chunkWriter.writeToFileWriter(this.writer);
           } else {
+            this.writer.setMinPlanIndex(memTable.getMinPlanIndex());

Review comment:
       It mainly used for a follower to catch up to the leader when doing 
snapshot task to filter tsfiles,  for details please see 
https://issues.apache.org/jira/browse/IOTDB-918




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