samperson1997 commented on a change in pull request #1411:
URL: https://github.com/apache/incubator-iotdb/pull/1411#discussion_r450586855



##########
File path: 
server/src/main/java/org/apache/iotdb/db/writelog/recover/TsFileRecoverPerformer.java
##########
@@ -80,17 +104,33 @@ public TsFileRecoverPerformer(String logNodePrefix, 
VersionController versionCon
    * @return a RestorableTsFileIOWriter if the file is not closed before 
crush, so this writer can

Review comment:
       Update the comment according to new return type

##########
File path: 
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java
##########
@@ -540,6 +574,80 @@ private void releaseFlushedMemTable(IMemTable memTable) {
     }
   }
 
+  /**
+   * Construct the a new or get an existing TsFileSequenceReader of a TsFile.
+   *
+   * @return a TsFileSequenceReader
+   */
+  private TsFileSequenceReader getFileReader(TsFileResource tsFileResource) 
throws IOException {

Review comment:
       Will this unused method be used later?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to