devmadhuu commented on code in PR #5106:
URL: https://github.com/apache/ozone/pull/5106#discussion_r1273163435
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServlet.java:
##########
@@ -350,13 +352,13 @@ private boolean includeSnapshotData(HttpServletRequest
request) {
return Boolean.parseBoolean(includeParam);
}
- private void writeFilesToArchive(Set<Path> copyFiles,
- Map<Path, Path> hardLinkFiles,
- ArchiveOutputStream archiveOutputStream,
- boolean completed)
+ private void writeFilesToArchive(
+ Set<Path> copyFiles,
+ Map<Path, Path> hardLinkFiles,
+ ArchiveOutputStream archiveOutputStream,
+ boolean completed, Path checkpointLocation)
Review Comment:
@smengcl - Thanks for your review. Taken care.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]