[ 
https://issues.apache.org/jira/browse/HDFS-15389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ayush Saxena updated HDFS-15389:
--------------------------------
    Description: 
Two Issues Here :
Firstly Prior to HDFS-15321, When DFSAdmin was closed the FileSystem associated 
with it was closed as part of close method, But post HDFS-15321, the 
{{FileSystem}} isn't stored as part of {{FsShell}}, hence during close, the 
FileSystem still stays and isn't close.
* This is the reason for failure of TestDFSHAAdmin

Second : {{DfsAdmin -setBalancerBandwidth}} doesn't work with 
{{ViewFSOverloadScheme}} since the setBalancerBandwidth calls {{getFS()}} 
rather than {{getDFS()}} which resolves the scheme in {{HDFS-15321}}

  was:
Two Issues Here :
Firstly Prior to HDFS-15321, When DFSAdmin was closed the FileSystem associated 
with it was closed as part of close method, But post HDFS-15321, the 
{{FileSystem}} isn't stored as part of {{FsShell}}, hence during close, the 
FileSystem still stays and isn't close.
** This is the reason for failure of TestDFSHAAdmin

Second : {{DfsAdmin -setBalancerBandwidth}} doesn't work with 
{{ViewFSOverloadScheme}} since the setBalancerBandwidth calls {{getFS()}} 
rather than {{getDFS()}} which resolves the scheme in {{HDFS-15321}}


> DFSAdmin should close filesystem and dfsadmin -setBalancerBandwidth should 
> work with ViewFSOverloadScheme 
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-15389
>                 URL: https://issues.apache.org/jira/browse/HDFS-15389
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>         Attachments: HDFS-15389-01.patch
>
>
> Two Issues Here :
> Firstly Prior to HDFS-15321, When DFSAdmin was closed the FileSystem 
> associated with it was closed as part of close method, But post HDFS-15321, 
> the {{FileSystem}} isn't stored as part of {{FsShell}}, hence during close, 
> the FileSystem still stays and isn't close.
> * This is the reason for failure of TestDFSHAAdmin
> Second : {{DfsAdmin -setBalancerBandwidth}} doesn't work with 
> {{ViewFSOverloadScheme}} since the setBalancerBandwidth calls {{getFS()}} 
> rather than {{getDFS()}} which resolves the scheme in {{HDFS-15321}}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to