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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2008/09/03 01:43:44 UTC

[jira] Assigned: (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:all-tabpanel ]

Hairong Kuang reassigned HADOOP-4054:
-------------------------------------

    Assignee: Hairong Kuang

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