Symious
Symious
In `RangerHiveAuthorizer`, the function of `checkPrivileges` will check the permission for the `HivePrivilegeObject` with `FileUtils.isActionPermittedForFileHierarchy`, and this method will check the permission for all the files under the related directory...
For leaf files, we don't need the permission of FsAction.EXECUTE.
## 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...
## What changes were proposed in this pull request? The default container-copy directory is "/tmp", when several replication jobs are running, the performance of the disk holding "/tmp" is quite...
## What changes were proposed in this pull request? This ticket is to add delete action to log4j to delete our of date audit logs. ## What is the link...
## What changes were proposed in this pull request? In OzoneManagerStateMachine.runCommand, if there is a Runtime exception, OM will be terminated. In our case, the user would like to create...
## What changes were proposed in this pull request? Recon stores the mapping of ContainerKeyPrefix in local RocksDB. When Recon is applying DELETE or UPDATE events from OM, it will...
## What changes were proposed in this pull request? If a datanode crashes, the blocks on the datanode will be added to inflightReplication to fulfill the replication factor. When the...
## What changes were proposed in this pull request? Currently if clients first connect to a follower OM, the response show the OM is not leader but didn't specify the...
## What changes were proposed in this pull request? In [HDDS-6562](https://issues.apache.org/jira/browse/HDDS-6562), we introduced the feature to exclude specific operations for AuditLog. But the usage in PROD cluster is not convenient,...