hemantk-12 commented on code in PR #6553:
URL: https://github.com/apache/ozone/pull/6553#discussion_r1575065732
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/SnapshotInfo.java:
##########
@@ -123,6 +123,7 @@ public static SnapshotStatus valueOf(SnapshotStatusProto
status) {
private long referencedReplicatedSize;
private long exclusiveSize;
private long exclusiveReplicatedSize;
+ private boolean deepCleanedDeletedDir;
Review Comment:
nit: please add this in `toString()` method.
--
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]