You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/02/16 12:45:11 UTC

[jira] [Created] (HADOOP-11603) Snapshot log can be removed #MetricsSystemImpl.java since all the services will intialzed

Brahma Reddy Battula created HADOOP-11603:
---------------------------------------------

             Summary: Snapshot log can be removed #MetricsSystemImpl.java since all the services will intialzed
                 Key: HADOOP-11603
                 URL: https://issues.apache.org/jira/browse/HADOOP-11603
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Brahma Reddy Battula
            Assignee: Brahma Reddy Battula
            Priority: Minor


Namenode,DataNode,journalnode,ResourceManager, Nodemanager and historyservice etc... will initialize DefaultMetricsSystem hence following log will be logged for all the classes which is not correct..

{code}
LOG.info("Scheduled snapshot period at "+ period +" second(s).");
{code}



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