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

Allow lease recovery for multiple paths to be issued in one request

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Later
    • None
    • None
    • None
    • None

    Description

      Currently client can only request lease recovery for one Path:

        public boolean recoverLease(Path f) throws IOException {
      

      For HBase distributed log splitting, Nicolas made a suggestion here:
      https://issues.apache.org/jira/browse/HBASE-7878?focusedCommentId=13615364&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13615364

      HBase master collects the files that should be split, it issues lease recovery for the files (in one request), then distribute log splitting.

      This would help shorten MTTR.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: