smengcl commented on code in PR #4190:
URL: https://github.com/apache/ozone/pull/4190#discussion_r1096177215
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java:
##########
@@ -424,4 +424,6 @@ private OMConfigKeys() {
= "ozone.om.enable.ofs.shared.tmp.dir";
public static final boolean OZONE_OM_ENABLE_OFS_SHARED_TMP_DIR_DEFAULT
= false;
+ public static final String OZONE_OM_SNAPSHOT_DIFF_DB_DIR
+ = "ozone.om.snapshot.diff.db.dirs";
Review Comment:
Remove `s` at the end?
```suggestion
= "ozone.om.snapshot.diff.db.dir";
```
--
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]