adoroszlai commented on code in PR #6689:
URL: https://github.com/apache/ozone/pull/6689#discussion_r1604763496
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneManagerVersion.java:
##########
@@ -40,6 +40,8 @@ public enum OzoneManagerVersion implements ComponentVersion {
LIGHTWEIGHT_LIST_KEYS(4, "OzoneManager version that supports lightweight"
+ " listKeys API."),
+ ATOMIC_REWRITE_KEY(5, "OzoneManager version that supports rewriting key as
atomic operation"),
Review Comment:
We'll need to update the specific version number later, as 5 is being added
for HDDS-10435.
--
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]