swamirishi commented on code in PR #9141:
URL: https://github.com/apache/ozone/pull/9141#discussion_r2430687098
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/OmSnapshotLocalDataManager.java:
##########
@@ -113,4 +229,73 @@ public void close() {
}
}
}
+
+ static final class LocalDataVersionNode {
+ private UUID snapshotId;
+ private int version;
+ private UUID previousSnapshotId;
+ private int previousSnapshotVersion;
Review Comment:
done this was actually done in the next pr. However I merged the changes
--
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]