umamaheswararao commented on code in PR #3591:
URL: https://github.com/apache/ozone/pull/3591#discussion_r921804352


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -187,6 +187,23 @@ public final class OzoneConfigKeys {
   public static final int OZONE_BLOCK_DELETING_SERVICE_WORKERS_DEFAULT
       = 10;
 
+  /**
+   * Configuration properties for Ozone Recovering Container Scrubbing Service.
+   */

Review Comment:
   ```
   diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestOzoneConfigurationFields.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestOzoneConfigurationFields.java
   index 5fd2eb0ea..687b28f17 100644
   --- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestOzoneConfigurationFields.java
   +++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestOzoneConfigurationFields.java
   @@ -104,6 +104,8 @@ private void addPropertiesNotInXml() {
            OzoneConfigKeys.OZONE_ACL_AUTHORIZER_CLASS_NATIVE,
            OzoneConfigKeys.OZONE_S3_AUTHINFO_MAX_LIFETIME_KEY,
            OzoneConfigKeys.OZONE_CLIENT_REQUIRED_OM_VERSION_MIN_KEY,
   +        
OzoneConfigKeys.OZONE_RECOVERING_CONTAINER_SCRUBBING_SERVICE_TIMEOUT,
   +        
OzoneConfigKeys.OZONE_RECOVERING_CONTAINER_SCRUBBING_SERVICE_WORKERS,
            ReconConfigKeys.RECON_SCM_CONFIG_PREFIX,
            ReconConfigKeys.OZONE_RECON_ADDRESS_KEY,
            ReconConfigKeys.OZONE_RECON_DATANODE_ADDRESS_KEY,
   ```



-- 
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]

Reply via email to