jixuan1989 commented on a change in pull request #2582:
URL: https://github.com/apache/iotdb/pull/2582#discussion_r566526910



##########
File path: 
server/src/main/java/org/apache/iotdb/db/sync/sender/manage/ISyncFileManager.java
##########
@@ -55,13 +55,14 @@
    */
   void getValidFiles(String dataDir) throws IOException;
 
-  Map<String, Map<Long, Set<File>>> getCurrentSealedLocalFilesMap();
 
-  Map<String, Map<Long, Set<File>>> getLastLocalFilesMap();
+  Map<String, Map<Long, Map<Long, Set<File>>>> getCurrentSealedLocalFilesMap();

Review comment:
       this also needs comments... @return




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