You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2020/01/13 07:50:40 UTC

[hadoop-ozone] branch master updated: HDDS-2872. ozone.recon.scm.db.dirs missing from ozone-default.xml. (#434)

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 <14...@users.noreply.github.com>
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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org