You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Bilahari T H (Jira)" <ji...@apache.org> on 2020/04/20 15:35:00 UTC

[jira] [Created] (HADOOP-17002) ABFS: Avoid storage calls to check if the account is HNS enabled or not

Bilahari T H created HADOOP-17002:
-------------------------------------

             Summary: ABFS: Avoid storage calls to check if the account is HNS enabled or not
                 Key: HADOOP-17002
                 URL: https://issues.apache.org/jira/browse/HADOOP-17002
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/azure
    Affects Versions: 3.4.0
            Reporter: Bilahari T H
            Assignee: Bilahari T H
             Fix For: 3.4.0


Each time an FS instance is created a Getacl call is made. If the call fails with 400 Bad request, the account is determined to be a non-HNS account. 

Recommendation is to create a config and be able to avoid store calls to determine account HNS status,

If config is available, use that to determine account HNS status. If config is not present in core-site, default behaviour will be calling getAcl. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org