jojochuang commented on code in PR #5661:
URL: https://github.com/apache/ozone/pull/5661#discussion_r1418127880
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/ClientVersion.java:
##########
@@ -41,6 +41,8 @@ public enum ClientVersion implements ComponentVersion {
BUCKET_LAYOUT_SUPPORT(3,
"This client version has support for Object Store and File " +
"System Optimized Bucket Layouts."),
+ INCREMENTAL_CHUNK_LIST_SUPPORT(4,
+ "This client version has support for incremental chunk list."),
Review Comment:
this is not needed. will remove.
--
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]