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-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org