Zakelly commented on code in PR #24181:
URL: https://github.com/apache/flink/pull/24181#discussion_r1510709354
##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/filemerging/FileMergingSnapshotManagerBase.java:
##########
@@ -289,6 +308,13 @@ protected Path generatePhysicalFilePath(Path dirPath) {
return new Path(dirPath, fileName);
}
+ @VisibleForTesting
+ boolean isResponsibleForFile(Path filePath) {
Review Comment:
It is used only for testing for now and will also be used when integrating
the recovery (FLINK-32080).
Since it accesses some private variables, I suggest keep it here.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]