You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ra...@apache.org on 2021/04/08 03:43:25 UTC

[ozone] branch HDDS-2939 updated: HDDS-5072. [FSO] Addendum patch to fix compilation error (#2130)

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

rakeshr pushed a commit to branch HDDS-2939
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/HDDS-2939 by this push:
     new 9ebaddb  HDDS-5072. [FSO] Addendum patch to fix compilation error (#2130)
9ebaddb is described below

commit 9ebaddbbb902f114c588e5ef24d356ed5d100825
Author: Rakesh Radhakrishnan <ra...@apache.org>
AuthorDate: Thu Apr 8 09:13:05 2021 +0530

    HDDS-5072. [FSO] Addendum patch to fix compilation error (#2130)
---
 .../java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
index f4a077e..5ffe9f2 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
@@ -256,7 +256,7 @@ public class TestRecursiveAclWithFSOBucket {
     conf.setBoolean(OZONE_ACL_ENABLED, true);
 
     TestOMRequestUtils.configureFSOptimizedPaths(conf, true,
-        OMConfigKeys.OZONE_OM_LAYOUT_VERSION_V1);
+        OMConfigKeys.OZONE_OM_METADATA_LAYOUT_PREFIX);
 
     cluster =
         MiniOzoneCluster.newBuilder(conf).setClusterId(clusterId)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org