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 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org