Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
-
Reviewed
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
Attachments
Attachments
Issue Links
- is related to
-
HDFS-15321 Make DFSAdmin tool to work with ViewFSOverloadScheme
- Resolved
- links to