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

make files visible in the namespace as soon as they are created

    XMLWordPrintableJSON

Details

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

    Description

      In the current DFS implementation, a file appears in the namespace only when the creator closes the file. Also, if the namenode or the client dies before closing the file, the file never appears in the namespace.

      This issue will make files appear in the namespace as soon as it is created. Also, it will continue to remain in the namespace even if the creator dies before closing the file.

      This is related to HADOOP-89. It is different from HADOOP-89 because it does not attempt to make data visible as soon as it is written.

      Attachments

        1. atomicCreation2.patch
          8 kB
          Dhruba Borthakur
        2. 1708-20070820a.patch
          2 kB
          Christophe Taton

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: