[ https://issues.apache.org/jira/browse/HADOOP-19595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004372#comment-18004372 ]
ASF GitHub Bot commented on HADOOP-19595: ----------------------------------------- bhattmanish98 opened a new pull request, #7791: URL: https://github.com/apache/hadoop/pull/7791 JIRA: https://issues.apache.org/jira/browse/HADOOP-19595 -------------------------------------------------------------------------------------------------------------------------- Trunk PR: https://github.com/apache/hadoop/pull/7765 Currently, we keep the namespaceEnabled information at both the client and store levels, updating it in both locations when a filesystem is created. With this PR, we've moved this information to the ABFS configuration class, allowing anyone who needs it to access it from there. This update helps minimize confusion and removes data redundancy. > ABFS: AbfsConfiguration should store account type information (HNS or FNS) > -------------------------------------------------------------------------- > > Key: HADOOP-19595 > URL: https://issues.apache.org/jira/browse/HADOOP-19595 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/azure > Affects Versions: 3.4.1 > Reporter: Manish Bhatt > Assignee: Manish Bhatt > Priority: Major > Labels: pull-request-available > > Currently, both {{AbfsClient}} and {{AzureBlobFileSystemStore}} store > information about whether the account is FNS or HNS (i.e., whether namespace > is enabled). This information should instead be stored at the > {{AbfsConfiguration}} level, allowing both the client and the store to > retrieve it from there when needed. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org