You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/11/12 05:43:19 UTC

[jira] [Resolved] (HDFS-4642) Allow lease recovery for multiple paths to be issued in one request

     [ https://issues.apache.org/jira/browse/HDFS-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved HDFS-4642.
--------------------------

    Resolution: Later

> Allow lease recovery for multiple paths to be issued in one request
> -------------------------------------------------------------------
>
>                 Key: HDFS-4642
>                 URL: https://issues.apache.org/jira/browse/HDFS-4642
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Ted Yu
>
> Currently client can only request lease recovery for one Path:
> {code}
>   public boolean recoverLease(Path f) throws IOException {
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.1#6144)