rakeshadr commented on a change in pull request #2093:
URL: https://github.com/apache/ozone/pull/2093#discussion_r604580742
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
##########
@@ -253,4 +253,17 @@ private OMConfigKeys() {
public static final String OZONE_OM_LAYOUT_VERSION_DEFAULT = "V0";
public static final String OZONE_OM_LAYOUT_VERSION_V1 = "V1";
+
+ /**
+ * Configuration properties for Dir Deleting Service.
+ */
+ public static final String OZONE_DIR_DELETING_SERVICE_INTERVAL =
+ "ozone.directory.deleting.service.interval";
+ public static final String OZONE_DIR_DELETING_SERVICE_INTERVAL_DEFAULT
+ = "30s";
Review comment:
Good catch, I will update:-)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]