SaketaChalamchala commented on code in PR #7988:
URL: https://github.com/apache/ozone/pull/7988#discussion_r2011244072


##########
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:
   nit: can you change non-leader to follower everywhere?



-- 
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]

Reply via email to