This is an automated email from the ASF dual-hosted git repository.
umamahesh pushed a commit to branch HDDS-3816-ec
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/HDDS-3816-ec by this push:
new 831b3fa HDDS-5833: EC: Fix
TestRootedOzoneFileSystem.testBucketDefaultsShouldBeInheritedToFileForEC
failure in branch (#2718)
831b3fa is described below
commit 831b3faa271828830581b9186680e4ad21f264b0
Author: Uma Maheswara Rao G <[email protected]>
AuthorDate: Wed Oct 6 12:04:01 2021 -0700
HDDS-5833: EC: Fix
TestRootedOzoneFileSystem.testBucketDefaultsShouldBeInheritedToFileForEC
failure in branch (#2718)
---
.../test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
index 4c29404..ba16051 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
@@ -1557,7 +1557,7 @@ public class TestRootedOzoneFileSystem {
builder.setBucketLayout(BucketLayout.LEGACY);
builder.setDefaultReplicationConfig(
new DefaultReplicationConfig(ReplicationType.EC,
- new ECReplicationConfig(3, 2)));
+ new ECReplicationConfig("RS-3-2-1024")));
BucketArgs omBucketArgs = builder.build();
String vol = UUID.randomUUID().toString();
String buck = UUID.randomUUID().toString();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]