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/01 14:42:00 UTC

[jira] [Updated] (HIVE-18415) Lower "Updating Partition Stats" Logging Level

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

David Mollitor updated HIVE-18415:
----------------------------------
    Status: Open  (was: Patch Available)

> Lower "Updating Partition Stats" Logging Level
> ----------------------------------------------
>
>                 Key: HIVE-18415
>                 URL: https://issues.apache.org/jira/browse/HIVE-18415
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore
>    Affects Versions: 2.3.2, 3.0.0, 2.2.0, 1.2.2
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Trivial
>             Fix For: 4.0.0
>
>         Attachments: HIVE-18415.1.branch-3.patch, HIVE-18415.1.patch, HIVE-18415.2.branch-3.patch, HIVE-18415.2.branch-3.patch, HIVE-18415.2.patch, HIVE-18415.3.patch, HIVE-18415.4.patch, HIVE-18415.5.patch, HIVE-18415.6.patch
>
>
> {code:title=org.apache.hadoop.hive.metastore.utils.MetaStoreUtils}
> LOG.warn("Updating partition stats fast for: " + part.getTableName());
> ...
> LOG.warn("Updated size to " + params.get(StatsSetupConst.TOTAL_SIZE));
> {code}
> This logging produces many lines of WARN log messages in my log file and it's not clear to me what the issue is here.  Why is this a warning and how should I respond to address this warning?
> DEBUG is probably more appropriate for a utility class.  Please lower.



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