ivandika3 commented on code in PR #7988:
URL: https://github.com/apache/ozone/pull/7988#discussion_r2015352534
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneManagerVersion.java:
##########
@@ -54,6 +54,9 @@ public enum OzoneManagerVersion implements ComponentVersion {
S3_LIST_MULTIPART_UPLOADS_PAGINATION(11,
"OzoneManager version that supports S3 list multipart uploads API with
pagination"),
+
+ SNAPSHOT_READ_FROM_NON_LEADER(12, "OzoneManager version that supports " +
+ "snapshot read operations from non-leader"),
Review Comment:
I intentionally use "non-leader" term so that it also includes future OM
listener. See https://issues.apache.org/jira/browse/HDDS-11523.
--
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]