Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-3534

The namenode ignores ioexceptions in close

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.18.0
    • None
    • None
    • Reviewed

    Description

      The namenode node in FSNamesystem.close ignores and IOExceptions from closing the namespace.

          IOUtils.close(LOG, dir);
      

      which only logs any exceptions in dir.close() at the debug level.

      Attachments

        1. hadoop-3534.patch
          0.6 kB
          Owen O'Malley
        2. 3534_20080613.patch
          0.6 kB
          Tsz-wo Sze

        Activity

          People

            szetszwo Tsz-wo Sze
            omalley Owen O'Malley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: