JyotinderSingh opened a new pull request #2941: URL: https://github.com/apache/ozone/pull/2941
## What changes were proposed in this pull request? This task is to merge [HDDS-4653](https://issues.apache.org/jira/browse/HDDS-4653) to support Transparent Data Encryption for MPU Keys in FSO bucket layout. Presently it's throwing a NOT_SUPPORTED exception. ``` 10:01:29.283 [OM StateMachine ApplyTransaction Thread - 0] ERROR OMAudit - user=xyz | ip=127.0.0.1 | op=INITIATE_MULTIPART_UPLOAD {volume=d05a32f8-29a0-46f3-9215-d3b8ace658c5, bucket=dcdf3716-970d-4e66-a6ba-f857d9311aa7, key=mpu_test_key_1, dataSize=0, replicationType=STAND_ALONE, replicationFactor=ONE} | ret=FAILURE org.apache.hadoop.ozone.om.exceptions.OMException: MultipartUpload is not yet supported on encrypted buckets at org.apache.hadoop.ozone.om.request.s3.multipart.S3InitiateMultipartUploadRequestWithFSO.validateAndUpdateCache(S3InitiateMultipartUploadRequestWithFSO.java:120) ... ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5807 ## How was this patch tested? Related integration tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
