You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2013/05/14 19:49:16 UTC

[jira] [Created] (AMBARI-2127) Service check should not emit log with Exceptions considering its a positive scenario

Sumit Mohanty created AMBARI-2127:
-------------------------------------

             Summary: Service check should not emit log with Exceptions considering its a positive scenario
                 Key: AMBARI-2127
                 URL: https://issues.apache.org/jira/browse/AMBARI-2127
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 1.3.0
            Reporter: Sumit Mohanty
            Assignee: Sumit Mohanty
             Fix For: 1.3.0


When a service check is run logs of the following form is emitted. Considering its a positive scenario the exception should not be logged.

{noformat}
17:16:21,438  INFO ActionScheduler:398 - Not a service component, assuming its an action
org.apache.ambari.server.ServiceComponentNotFoundException: ServiceComponent not found, clusterName=cl1, serviceName=OOZIE, serviceComponentName=OOZIE_SERVICE_CHECK
        at org.apache.ambari.server.state.ServiceImpl.getServiceComponent(ServiceImpl.java:212)
        at org.apache.ambari.server.actionmanager.ActionScheduler.scheduleHostRole(ActionScheduler.java:393)
        at org.apache.ambari.server.actionmanager.ActionScheduler.doWork(ActionScheduler.java:184)
        at org.apache.ambari.server.actionmanager.ActionScheduler.run(ActionScheduler.java:109)
        at java.lang.Thread.run(Thread.java:662)
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira