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
Fix For: 0.19.0
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.