You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Uma Maheswara Rao G (Commented) (JIRA)" <ji...@apache.org> on 2012/04/08 08:10:31 UTC

[jira] [Commented] (HBASE-5653) [findbugs] fix perf warnings

    [ https://issues.apache.org/jira/browse/HBASE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249484#comment-13249484 ] 

Uma Maheswara Rao G commented on HBASE-5653:
--------------------------------------------

Updated the patch.

in MultithreadedTableMapper file, I have removed one unused variable. I have no much idea in this file, please check whether that variable used in any other way. I am very happy to address your comments
{code}
       } catch (Throwable ie) {
-        throwable = ie;
+        LOG.error("Problem in running map.", ie);
{code}


                
> [findbugs] fix perf warnings
> ----------------------------
>
>                 Key: HBASE-5653
>                 URL: https://issues.apache.org/jira/browse/HBASE-5653
>             Project: HBase
>          Issue Type: Sub-task
>          Components: scripts
>            Reporter: Jonathan Hsieh
>            Assignee: Uma Maheswara Rao G
>         Attachments: HBASE-5653.patch
>
>
> See https://builds.apache.org/job/PreCommit-HBASE-Build/1313//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html#Warnings_PERFORMANCE

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira