You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/22 22:21:04 UTC

[jira] [Commented] (AMBARI-13174) METRICS_COLLECTOR is not live messages are flooding the log files

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

ASF GitHub Bot commented on AMBARI-13174:
-----------------------------------------

GitHub user l1x opened a pull request:

    https://github.com/apache/ambari/pull/25

    Moving INFO to DEBUG for stopped collector

    More info here:
    https://issues.apache.org/jira/browse/AMBARI-13174

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/n0hup/ambari trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ambari/pull/25.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #25
    
----
commit 02fd56c871cdf6a0fceca0e54a543337b972dd7a
Author: Istvan <l1...@users.noreply.github.com>
Date:   2015-09-22T20:19:00Z

    Moving INFO to DEBUG for stopped AMS collector
    
    https://issues.apache.org/jira/browse/AMBARI-13174

commit 9f4370bb72d3f29a5fcd150380f55a72877a6635
Author: Istvan <l1...@users.noreply.github.com>
Date:   2015-09-22T20:19:40Z

    Merge pull request #1 from n0hup/ambari-metrics-collector-logging
    
    Moving INFO to DEBUG for stopped AMS collector

----


> METRICS_COLLECTOR is not live messages are flooding the log files
> -----------------------------------------------------------------
>
>                 Key: AMBARI-13174
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13174
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.1.1
>            Reporter: Istvan Szukacs
>            Priority: Critical
>              Labels: log
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> It seems that the any time MetricsPropertyProvider floods the log files for no good reason. This should be a DEBUG log instead of an INFO or it should be logged once when the METRICS_COLLECTOR gets enabled or disabled.
> {code}
> 21 Sep 2015 21:15:34,697  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,697  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,697  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,698  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,698  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,699  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,699  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,699  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,700  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,700  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,700  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,701  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,701  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,702  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,702  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,702  INFO [qtp-client-551] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> 21 Sep 2015 21:15:34,735  INFO [qtp-client-559] MetricsPropertyProvider:525 - METRICS_COLLECTOR is not live. Skip populating resources with metrics.
> {code}



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