smengcl commented on code in PR #4190:
URL: https://github.com/apache/ozone/pull/4190#discussion_r1087485822
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java:
##########
@@ -556,6 +556,7 @@ private OzoneConsts() {
public static final String OM_SNAPSHOT_NAME = "snapshotName";
public static final String OM_SNAPSHOT_DIR = "db.snapshots";
public static final String OM_SNAPSHOT_INDICATOR = ".snapshot";
+ public static final String OM_SNAPSHOT_DIFF_DB_NAME = "db.snapshots.diff";
Review Comment:
What about
```suggestion
public static final String OM_SNAPSHOT_DIFF_DB_NAME = "db.snapdiffs";
```
--
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]