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

NameNode could delete wrong edits file when there is an error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.15.0
    • 0.15.2
    • None
    • None

    Description

      On one of the clusters two namenode directories were specified. The second directory had errors and edits log sync failed. Namenode was supposed to run with the good directory, but it exited with a 'fatal error' message.

      Looks like it is caused by a bug in processIOError() in FSEditsLog.java. It removes the wrong directory since it passes in index into errorStreams rather than index into editStreams by mistake.

      This probably should go in 0.15.2.

      Attachments

        1. HADOOP-2460.patch
          1.0 kB
          Raghu Angadi

        Activity

          People

            dhruba Dhruba Borthakur
            rangadi Raghu Angadi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: