You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/09/03 01:27:44 UTC

[jira] Commented: (HADOOP-4054) During edit log loading, an underconstruction file's lease gets removed twice

    [ https://issues.apache.org/jira/browse/HADOOP-4054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627849#action_12627849 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4054:
------------------------------------------------

I think we don't need that second removal.

> 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.