Change lease record when a open-for-write-file gets renamed
-----------------------------------------------------------
Key: HADOOP-3176
URL: https://issues.apache.org/jira/browse/HADOOP-3176
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: dhruba borthakur
When a file/directory is removed, the namenode should repair the leases so that
the existing leases point to the appropriate file. The lease record has the
pathname of the file that it refers to.
This is required because the namenode has to invoke lease-recovery on the
correct file if the client that was writing to a file dies.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.