You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Barna Zsombor Klara (JIRA)" <ji...@apache.org> on 2016/09/20 15:29:20 UTC

[jira] [Updated] (HIVE-14775) Investigate IOException usage in Metrics APIs

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

Barna Zsombor Klara updated HIVE-14775:
---------------------------------------
    Description: 
A large number of metrics APIs seem to declare to throw IOExceptions needlessly. (incrementCounter, decrementCounter etc.)
This is not only misleading but it fills up the code with unnecessary catch blocks never to be reached.

We should investigate if these exceptions are thrown at all, and remove them if  it is truly unused.

  was:
A large number of metrics APIs seems to declare to throw IOExceptions needlessly. (incrementCounter, decrementCounter etc.)
This is not only misleading but it fills up the code with unnecessary catch blocks never to be reached.

We should investigate if these exceptions are thrown at all, and remove them if  it is truly unused.


> Investigate IOException usage in Metrics APIs
> ---------------------------------------------
>
>                 Key: HIVE-14775
>                 URL: https://issues.apache.org/jira/browse/HIVE-14775
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive, HiveServer2, Metastore
>            Reporter: Barna Zsombor Klara
>            Assignee: Barna Zsombor Klara
>
> A large number of metrics APIs seem to declare to throw IOExceptions needlessly. (incrementCounter, decrementCounter etc.)
> This is not only misleading but it fills up the code with unnecessary catch blocks never to be reached.
> We should investigate if these exceptions are thrown at all, and remove them if  it is truly unused.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)