smengcl commented on code in PR #4935:
URL: https://github.com/apache/ozone/pull/4935#discussion_r1236005852
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/SnapshotInfo.java:
##########
@@ -153,7 +154,8 @@ private SnapshotInfo(UUID snapshotId,
UUID globalPreviousSnapshotId,
String snapshotPath,
String checkpointDir,
- long dbTxSequenceNumber) {
+ long dbTxSequenceNumber,
+ boolean deepClean) {
Review Comment:
Also need to add javadoc for `dbTxSequenceNumber` and `deepClean`
--
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]