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 "Haohui Mai (JIRA)" <ji...@apache.org> on 2014/07/26 00:34:39 UTC

[jira] [Created] (HDFS-6757) Simplify lease manager with INodeID

Haohui Mai created HDFS-6757:
--------------------------------

             Summary: Simplify lease manager with INodeID
                 Key: HDFS-6757
                 URL: https://issues.apache.org/jira/browse/HDFS-6757
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Haohui Mai
            Assignee: Haohui Mai
         Attachments: HDFS-6757.000.patch

Currently the lease manager records leases based on path instead of inode ids. Therefore, the lease manager needs to carefully keep track of the path of active leases during renames and deletes. This can be a non-trivial task.

This jira proposes to simplify the logic by tracking leases using inodeids instead of paths.




--
This message was sent by Atlassian JIRA
(v6.2#6252)