smengcl commented on code in PR #4634:
URL: https://github.com/apache/ozone/pull/4634#discussion_r1203243646
##########
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:
Call this `FILESYSTEM_SNAPSHOT` instead? `_SUPPORT` is not necessary IMO.
And we want to differentiate it from Ratis snapshots
```suggestion
FILESYSTEM_SNAPSHOT(5, "Ozone version supporting snapshot");
```
--
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]