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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/03/16 23:46:09 UTC

[jira] Created: (HADOOP-1129) The DFSClient hides IOExceptions in flush

The DFSClient hides IOExceptions in flush
-----------------------------------------

                 Key: HADOOP-1129
                 URL: https://issues.apache.org/jira/browse/HADOOP-1129
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
            Reporter: Owen O'Malley
         Assigned To: Hairong Kuang
         Attachments: not-captured.patch

The DFS client uses a couple of classes that are extensions of FilterOutputStream that should override close, because the default close catches and ignores IOExceptions from flush.

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


[jira] Updated: (HADOOP-1129) The DFSClient hides IOExceptions in flush

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang updated HADOOP-1129:
----------------------------------

    Status: Patch Available  (was: Open)

> The DFSClient hides IOExceptions in flush
> -----------------------------------------
>
>                 Key: HADOOP-1129
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1129
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.0
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>             Fix For: 0.12.1
>
>         Attachments: not-captured.patch
>
>
> The DFS client uses a couple of classes that are extensions of FilterOutputStream that should override close, because the default close catches and ignores IOExceptions from flush.

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


[jira] Commented: (HADOOP-1129) The DFSClient hides IOExceptions in flush

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481778 ] 

Owen O'Malley commented on HADOOP-1129:
---------------------------------------

+1


> The DFSClient hides IOExceptions in flush
> -----------------------------------------
>
>                 Key: HADOOP-1129
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1129
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.0
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>             Fix For: 0.12.1
>
>         Attachments: not-captured.patch
>
>
> The DFS client uses a couple of classes that are extensions of FilterOutputStream that should override close, because the default close catches and ignores IOExceptions from flush.

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


[jira] Updated: (HADOOP-1129) The DFSClient hides IOExceptions in flush

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: not-captured.patch

> The DFSClient hides IOExceptions in flush
> -----------------------------------------
>
>                 Key: HADOOP-1129
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1129
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.0
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>             Fix For: 0.12.1
>
>         Attachments: not-captured.patch
>
>
> The DFS client uses a couple of classes that are extensions of FilterOutputStream that should override close, because the default close catches and ignores IOExceptions from flush.

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


[jira] Updated: (HADOOP-1129) The DFSClient hides IOExceptions in flush

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-1129:
------------------------------

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

I've just committed this. Thanks Hairong!

> The DFSClient hides IOExceptions in flush
> -----------------------------------------
>
>                 Key: HADOOP-1129
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1129
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.0
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>             Fix For: 0.12.1
>
>         Attachments: not-captured.patch
>
>
> The DFS client uses a couple of classes that are extensions of FilterOutputStream that should override close, because the default close catches and ignores IOExceptions from flush.

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


[jira] Updated: (HADOOP-1129) The DFSClient hides IOExceptions in flush

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        Fix Version/s: 0.12.1
    Affects Version/s: 0.12.0

> The DFSClient hides IOExceptions in flush
> -----------------------------------------
>
>                 Key: HADOOP-1129
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1129
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.0
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>             Fix For: 0.12.1
>
>         Attachments: not-captured.patch
>
>
> The DFS client uses a couple of classes that are extensions of FilterOutputStream that should override close, because the default close catches and ignores IOExceptions from flush.

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