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 "Yoram Arnon (JIRA)" <ji...@apache.org> on 2006/03/15 20:02:04 UTC

[jira] Created: (HADOOP-84) client should report file name in which IO exception occurs

client should report file name in which IO exception occurs
-----------------------------------------------------------

         Key: HADOOP-84
         URL: http://issues.apache.org/jira/browse/HADOOP-84
     Project: Hadoop
        Type: Bug
  Components: dfs  
    Versions: 0.1    
    Reporter: Yoram Arnon
    Priority: Minor


A file in the DFS got corrupted somehow.
The client gets an exception accessing a block in the file:

060315 105907 Could not obtain block from any node:  java.io.IOException: No live nodes contain current block
060315 105917 No node available for block blk_2690692619196463439

It could (and should) report the file in which the error occurred, together with the block information.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HADOOP-84) client should report file name in which IO exception occurs

Posted by "Konstantin Shvachko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-84?page=all ]

Konstantin Shvachko updated HADOOP-84:
--------------------------------------

    Attachment: HADOOP-84.patch

This patch does file name and offset reporting for the failed block.
I also removed 2 unused variables.
Should be ok to include into the release.

> client should report file name in which IO exception occurs
> -----------------------------------------------------------
>
>          Key: HADOOP-84
>          URL: http://issues.apache.org/jira/browse/HADOOP-84
>      Project: Hadoop
>         Type: Bug
>   Components: dfs
>     Versions: 0.1
>     Reporter: Yoram Arnon
>     Assignee: Konstantin Shvachko
>     Priority: Minor
>  Attachments: HADOOP-84.patch
>
> A file in the DFS got corrupted somehow.
> The client gets an exception accessing a block in the file:
> 060315 105907 Could not obtain block from any node:  java.io.IOException: No live nodes contain current block
> 060315 105917 No node available for block blk_2690692619196463439
> It could (and should) report the file in which the error occurred, together with the block information.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HADOOP-84) client should report file name in which IO exception occurs

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-84?page=all ]
     
Doug Cutting resolved HADOOP-84:
--------------------------------

    Fix Version: 0.1
     Resolution: Fixed

I just committed this. I removed the unused code rather than just commenting it out, and also removed some spurious empty comments inserted by the patch.

Thanks, Konstantin!

> client should report file name in which IO exception occurs
> -----------------------------------------------------------
>
>          Key: HADOOP-84
>          URL: http://issues.apache.org/jira/browse/HADOOP-84
>      Project: Hadoop
>         Type: Bug
>   Components: dfs
>     Versions: 0.1
>     Reporter: Yoram Arnon
>     Assignee: Konstantin Shvachko
>     Priority: Minor
>      Fix For: 0.1
>  Attachments: HADOOP-84.patch
>
> A file in the DFS got corrupted somehow.
> The client gets an exception accessing a block in the file:
> 060315 105907 Could not obtain block from any node:  java.io.IOException: No live nodes contain current block
> 060315 105917 No node available for block blk_2690692619196463439
> It could (and should) report the file in which the error occurred, together with the block information.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HADOOP-84) client should report file name in which IO exception occurs

Posted by "Sameer Paranjpye (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-84?page=all ]

Sameer Paranjpye reassigned HADOOP-84:
--------------------------------------

    Assign To: Konstantin Shvachko

> client should report file name in which IO exception occurs
> -----------------------------------------------------------
>
>          Key: HADOOP-84
>          URL: http://issues.apache.org/jira/browse/HADOOP-84
>      Project: Hadoop
>         Type: Bug
>   Components: dfs
>     Versions: 0.1
>     Reporter: Yoram Arnon
>     Assignee: Konstantin Shvachko
>     Priority: Minor

>
> A file in the DFS got corrupted somehow.
> The client gets an exception accessing a block in the file:
> 060315 105907 Could not obtain block from any node:  java.io.IOException: No live nodes contain current block
> 060315 105917 No node available for block blk_2690692619196463439
> It could (and should) report the file in which the error occurred, together with the block information.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira