Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-15289 Allow viewfs mounts with HDFS/HCFS scheme and centralized mount table
  3. HDFS-15389

DFSAdmin should close filesystem and dfsadmin -setBalancerBandwidth should work with ViewFSOverloadScheme

    XMLWordPrintableJSON

Details

    • 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

        1. HDFS-15389-01.patch
          3 kB
          Ayush Saxena

        Issue Links

          Activity

            People

              ayushtkn Ayush Saxena
              ayushtkn Ayush Saxena
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: