qiaojialin commented on a change in pull request #2582:
URL: https://github.com/apache/iotdb/pull/2582#discussion_r571360932
##########
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:
virtual sg configuration in sg level is needed. Then the receiver could
follow the configuration of the sender and each sg should be synced by one
sender.
----------------------------------------------------------------
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]