ozone
ozone copied to clipboard
Scalable, redundant, and distributed object store for Apache Hadoop
## What changes were proposed in this pull request? This PR refactors some of the OzoneManager code to make it available for use by the upcoming Om Snapshotting feature. ###...
## What changes were proposed in this pull request? This change was reverted by [HDDS-6828](https://issues.apache.org/jira/browse/HDDS-6828). I'm checking it back in as memory leak has been fixed as per HDDS-6722 https://issues.apache.org/jira/browse/HDDS-6456...
## What changes were proposed in this pull request? `RangerClientMultiTenantAccessController#decodeRSEStatusCodes` assumes the provided RangerServiceException will have a non-null status. However, Looking at the [constructors for the class](https://github.com/apache/ranger/blob/master/intg/src/main/java/org/apache/ranger/RangerServiceException.java) this may not...
## What changes were proposed in this pull request? The Last Leader Election and No. of Elections columns in the Pipelines page had incorrect or no data previously. This issue...
## What changes were proposed in this pull request? Add test class for freon. It generates random buckets for the s3 gateway. ## What is the link to the Apache...
## What changes were proposed in this pull request? Rather than eating up the exception & returning NULL for GetFileStatus, throw the exception. ## What is the link to the...
## What changes were proposed in this pull request? Implement "override GET response header" feature of Ozone S3. Based on this feature, you can override values for a set of...
## What changes were proposed in this pull request? Add container file path to error message when writing to container encounters an error ## What is the link to the...
https://issues.apache.org/jira/browse/HDDS-5265
## What changes were proposed in this pull request? By default DeletedBlockLog fetches 20,000 records per iteration and send the deleteBlock command to datanodes. There is a chance that the...