HDFS 20 append: Lightweight NameNode operations to trigger lease recovery
-------------------------------------------------------------------------

                 Key: HDFS-1520
                 URL: https://issues.apache.org/jira/browse/HDFS-1520
             Project: Hadoop HDFS
          Issue Type: New Feature
    Affects Versions: 0.20-append
            Reporter: Hairong Kuang
            Assignee: Hairong Kuang
             Fix For: 0.20-append


Currently HBase uses append to trigger the close of HLog during Hlog split. 
Append is a very expensive operation, which involves not only NameNode 
operations but creating a writing pipeline. If one of datanodes on the pipeline 
has a problem, this recovery may takes minutes. I'd like implement a 
lightweight NameNode operation to trigger lease recovery and make HBase to use 
this instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to