Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-2994

If lease soft limit is recovered successfully the append can fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-alpha
    • 2.1.1-beta
    • None
    • None
    • Reviewed

    Description

      I saw the following logs on my test cluster:

      2012-02-22 14:35:22,887 INFO org.apache.hadoop.hdfs.server.namenode.FSNamesystem: startFile: recover lease [Lease.  Holder: DFSClient_attempt_1329943893604_0007_m_000376_0_453973131_1, pendingcreates: 1], src=/benchmarks/TestDFSIO/io_data/test_io_6 from client DFSClient_attempt_1329943893604_0007_m_000376_0_453973131_1
      2012-02-22 14:35:22,887 INFO org.apache.hadoop.hdfs.server.namenode.FSNamesystem: Recovering lease=[Lease.  Holder: DFSClient_attempt_1329943893604_0007_m_000376_0_453973131_1, pendingcreates: 1], src=/benchmarks/TestDFSIO/io_data/test_io_6
      2012-02-22 14:35:22,888 WARN org.apache.hadoop.hdfs.StateChange: BLOCK* internalReleaseLease: All existing blocks are COMPLETE, lease removed, file closed.
      2012-02-22 14:35:22,888 WARN org.apache.hadoop.hdfs.StateChange: DIR* FSDirectory.replaceNode: failed to remove /benchmarks/TestDFSIO/io_data/test_io_6
      2012-02-22 14:35:22,888 WARN org.apache.hadoop.hdfs.StateChange: DIR* NameSystem.startFile: FSDirectory.replaceNode: failed to remove /benchmarks/TestDFSIO/io_data/test_io_6
      

      It seems like, if recoverLeaseInternal succeeds in startFileInternal, then the INode will be replaced with a new one, meaning the later replaceNode call can fail.

      Attachments

        1. HDFS-2994-2.0.6-alpha.patch
          3 kB
          Tao Luo
        2. HDFS-2994_4.patch
          4 kB
          Tao Luo
        3. HDFS-2994_3.patch
          4 kB
          Tao Luo
        4. HDFS-2994_2.patch
          10 kB
          Tao Luo
        5. HDFS-2994_1.patch
          7 kB
          amith
        6. HDFS-2994_1.patch
          7 kB
          amith

        Issue Links

          Activity

            People

              taoluo Tao Luo
              tlipcon Todd Lipcon
              Votes:
              0 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: