You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2019/11/12 20:19:00 UTC

[jira] [Updated] (HIVE-22484) Remove Calls to printStackTrace

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

David Mollitor updated HIVE-22484:
----------------------------------
    Attachment: HIVE-22484.1.patch

> Remove Calls to printStackTrace
> -------------------------------
>
>                 Key: HIVE-22484
>                 URL: https://issues.apache.org/jira/browse/HIVE-22484
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 3.2.0
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>         Attachments: HIVE-22484.1.patch
>
>
> In many cases, the call to {{printStackTrace}} bypasses the logging framework, in other cases, the error stack trace is printed and the exception is re-thrown (log-and-throw is a bad pattern), and then there are some other edge cases.
> Remove this call and replace with calls to the logging framework.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)