[
https://issues.apache.org/jira/browse/HDFS-17478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076722#comment-18076722
]
ASF GitHub Bot commented on HDFS-17478:
---------------------------------------
SAY-5 commented on PR #8432:
URL: https://github.com/apache/hadoop/pull/8432#issuecomment-4332457677
Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have
flagged my recent typo-sweep PRs as AI-generated spam (notably
hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have
caught this pattern sooner. Apologies for the noise.
> FSPermissionChecker to avoid obtaining a new AccessControlEnforcer instance
> before each authz call
> --------------------------------------------------------------------------------------------------
>
> Key: HDFS-17478
> URL: https://issues.apache.org/jira/browse/HDFS-17478
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: namenode
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.5.0
>
> Attachments: HDFS-17478.patch
>
>
> An instance of AccessControlEnforcer is obtained from the registered
> INodeAttributeProvider before every call made to authorizer. This can be
> avoided by initializing the AccessControlEnforcer instance during
> construction of FsPermissionChecker and using it in every subsequent call to
> the authorizer. This will eliminate the unnecessary overhead in highly
> performance sensitive authz code path.
>
> CC: [~abhay], [~arp], [~swagle]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]