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 "Christian Kunz (JIRA)" <ji...@apache.org> on 2006/09/11 19:21:24 UTC

[jira] Created: (HADOOP-520) libhdfs returns success even when writing to a file fails

libhdfs returns success even when writing to a file fails
---------------------------------------------------------

                 Key: HADOOP-520
                 URL: http://issues.apache.org/jira/browse/HADOOP-520
             Project: Hadoop
          Issue Type: Bug
    Affects Versions: 0.5.0
            Reporter: Christian Kunz


hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

-- 
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-520) libhdfs returns success even when writing to a file fails

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-520?page=all ]

Arun C Murthy updated HADOOP-520:
---------------------------------

    Status: Patch Available  (was: Open)

Doug - could you please go ahead and commit this patch? Thanks!

> libhdfs returns success even when writing to a file fails
> ---------------------------------------------------------
>
>                 Key: HADOOP-520
>                 URL: http://issues.apache.org/jira/browse/HADOOP-520
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.5.0
>            Reporter: Christian Kunz
>         Attachments: HADOOP-520.patch
>
>
> hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

-- 
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] Commented: (HADOOP-520) libhdfs returns success even when writing to a file fails

Posted by "Christian Kunz (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HADOOP-520?page=comments#action_12434189 ] 
            
Christian Kunz commented on HADOOP-520:
---------------------------------------

That would do it. Thank you, Arun.

> libhdfs returns success even when writing to a file fails
> ---------------------------------------------------------
>
>                 Key: HADOOP-520
>                 URL: http://issues.apache.org/jira/browse/HADOOP-520
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.5.0
>            Reporter: Christian Kunz
>         Attachments: HADOOP-520.patch
>
>
> hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

-- 
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-520) libhdfs returns success even when writing to a file fails

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-520?page=all ]

Arun C Murthy updated HADOOP-520:
---------------------------------

    Attachment: HADOOP-520.patch

Christian,

 Could you check if this patch solves this issue for you?

thanks,
Arun

> libhdfs returns success even when writing to a file fails
> ---------------------------------------------------------
>
>                 Key: HADOOP-520
>                 URL: http://issues.apache.org/jira/browse/HADOOP-520
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.5.0
>            Reporter: Christian Kunz
>         Attachments: HADOOP-520.patch
>
>
> hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

-- 
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-520) libhdfs returns success even when writing to a file fails

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-520?page=all ]

Owen O'Malley updated HADOOP-520:
---------------------------------

    Fix Version/s: 0.6.1
         Assignee: Arun C Murthy

> libhdfs returns success even when writing to a file fails
> ---------------------------------------------------------
>
>                 Key: HADOOP-520
>                 URL: http://issues.apache.org/jira/browse/HADOOP-520
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.5.0
>            Reporter: Christian Kunz
>         Assigned To: Arun C Murthy
>             Fix For: 0.6.1
>
>         Attachments: HADOOP-520.patch
>
>
> hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

-- 
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-520) libhdfs returns success even when writing to a file fails

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

Doug Cutting updated HADOOP-520:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

I just committed this.  Thanks, Arun.

> libhdfs returns success even when writing to a file fails
> ---------------------------------------------------------
>
>                 Key: HADOOP-520
>                 URL: http://issues.apache.org/jira/browse/HADOOP-520
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.5.0
>            Reporter: Christian Kunz
>         Assigned To: Arun C Murthy
>             Fix For: 0.6.1
>
>         Attachments: HADOOP-520.patch
>
>
> hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

-- 
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-520) libhdfs returns success even when writing to a file fails

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

Doug Cutting updated HADOOP-520:
--------------------------------

    Component/s: libhdfs

> libhdfs returns success even when writing to a file fails
> ---------------------------------------------------------
>
>                 Key: HADOOP-520
>                 URL: http://issues.apache.org/jira/browse/HADOOP-520
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.5.0
>            Reporter: Christian Kunz
>
> hdfsWrite prints out an error message when write fails, but still returns number of bytes requested. 

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