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 "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2009/06/08 19:22:07 UTC

[jira] Assigned: (HADOOP-5963) unnecessary exception catch in NNBench

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

Boris Shkolnik reassigned HADOOP-5963:
--------------------------------------

    Assignee: Boris Shkolnik

> unnecessary exception catch in NNBench
> --------------------------------------
>
>                 Key: HADOOP-5963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5963
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>            Priority: Minor
>         Attachments: Hadoop-5963.patch
>
>
> NNBench.createControlFiles - catches Exception (even though only IOException is thrown) and then throws a new IOException with message from original. This seems unnecessary and lossfull, because we loose stack info form the original exception.
> Suggestion - remove the catch part of try block.

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