DaveTeng0 commented on code in PR #4634:
URL: https://github.com/apache/ozone/pull/4634#discussion_r1204752684
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/upgrade/OMLayoutFeature.java:
##########
@@ -40,7 +40,9 @@ public enum OMLayoutFeature implements LayoutFeature {
MULTITENANCY_SCHEMA(3, "Multi-Tenancy Schema"),
- HSYNC(4, "Support hsync");
+ HSYNC(4, "Support hsync"),
+
+ SNAPSHOT_SUPPORT(5, "Ozone version supporting snapshot");
Review Comment:
yup make sense! thanks siyao!
--
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]