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 2009/01/10 01:13:59 UTC

[jira] Updated: (HADOOP-5009) DataNode#shutdown sometimes leaves data block scanner verification log unclosed

     [ https://issues.apache.org/jira/browse/HADOOP-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang updated HADOOP-5009:
----------------------------------

    Attachment: blockScannerFd.patch

The attached patch attempts to fix the problem.

> DataNode#shutdown sometimes leaves data block scanner verification log unclosed
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-5009
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5009
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.19.1
>
>         Attachments: blockScannerFd.patch
>
>
> When datanode gets shutdown by calling DataNode#shutdown, it occasionally leaves the data block scanner verification log unclosed. There are two possible causes:
> 1. DataNode does not wait until block scanner thread to exit.
> 2. DataBlockScanner does not guarantee that the verification log is closed if the scanner is interrupted. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.