This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new dedbbab  HDDS-2872. ozone.recon.scm.db.dirs missing from 
ozone-default.xml. (#434)
dedbbab is described below

commit dedbbab99f4cccfe05c95339049f2bd0eecec0b1
Author: avijayanhwx <[email protected]>
AuthorDate: Sun Jan 12 23:50:33 2020 -0800

    HDDS-2872. ozone.recon.scm.db.dirs missing from ozone-default.xml. (#434)
---
 .../java/org/apache/hadoop/ozone/TestOzoneConfigurationFields.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 70be9a5..148f98f 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
@@ -55,7 +55,9 @@ public class TestOzoneConfigurationFields extends 
TestConfigurationFieldsBase {
         HddsConfigKeys.HDDS_SECURITY_PROVIDER,
         OMConfigKeys.OZONE_OM_NODES_KEY,
         OzoneConfigKeys.OZONE_ACL_AUTHORIZER_CLASS_NATIVE,
-        OzoneConfigKeys.OZONE_S3_AUTHINFO_MAX_LIFETIME_KEY
+        OzoneConfigKeys.OZONE_S3_AUTHINFO_MAX_LIFETIME_KEY,
+        ReconServerConfigKeys.OZONE_RECON_SCM_DB_DIR
+        // TODO HDDS-2856
     ));
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to