S3 storage class type for using EC #6653
Replies: 2 comments 5 replies
-
After removing this REDUCED_REDUNDANCY header, the replication is defaulted to How can we use EC and RS-6-3-1024k when we use the s3 client? |
Beta Was this translation helpful? Give feedback.
-
Looks like you hit HDDS-10327, which was resolved after the 1.4.0 release. Prior to this fix, S3 gateway would default to sending Ratis 3 as the replication type if no type was provided, and this would override the server default. With the fix, S3 gateway will not specify a replication config by default, so the OM will fall back to the server side configuration you have set to EC here. You should be able to work around the issue by setting |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are using s3 clients to upload to ozone.
ozone/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/util/S3StorageType.java
Lines 35 to 36 in db2e507
Although we have configurations like the following on the ozone server side
when uploading with s3 client, we saw the key is still stored as RATIS, ONE (we used the header: REDUCED_REDUNDANCY)
Is there any s3 storage class that we can use to explicitly upload as EC, RS-6-3-1024k?
Beta Was this translation helpful? Give feedback.
All reactions