Ethan Rose
Ethan Rose
## 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? Allow HDDS Layout features to specify: 1. How many datanodes SCM should wait to finalize before declaring finalization complete and finalizing...
## What changes were proposed in this pull request? Coordination between the background sync and tenant modification requests is currently done through a stamped lock. The background sync currently holds...
## What changes were proposed in this pull request? Design proposal for container reconciliation. Please comment inline on the markdown document to ask questions and post feedback. Switch to `Rich...
## What changes were proposed in this pull request? - Use RocksDB column family key count estimates to initialize OM metrics that need to survive restarts or be updated on...
## What changes were proposed in this pull request? A lot of boilerplate code to do something very simple: - Tell SCM to start reconciliation for a container from the...
Builds off #6778 ## What changes were proposed in this pull request? When a block is deleted from a container, it should be marked as deleted in the container merkle...
## What changes were proposed in this pull request? ### Motivation In order to build the merkle tree of all data in the container, the scanner should not exit after...