[
https://issues.apache.org/jira/browse/HADOOP-4054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hairong Kuang updated HADOOP-4054:
----------------------------------
Status: Open (was: Patch Available)
> During edit log loading, an underconstruction file's lease gets removed twice
> -----------------------------------------------------------------------------
>
> Key: HADOOP-4054
> URL: https://issues.apache.org/jira/browse/HADOOP-4054
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.19.0
> Reporter: Hairong Kuang
> Assignee: Hairong Kuang
> Fix For: 0.19.0
>
> Attachments: editLogLease.patch, editLogLease1.patch
>
>
> The lease is removed on line 605: old = fsDir.unprotected(path, mtime);
> It then gets removed again on line 637:
> fsNamesys.leaseManager.removeLease(cons.clientName, path);
> The second removal results in an error message in the log, which is very
> annoying.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.