Sfoglia il codice sorgente

AMBARI-4742. Remove misleading stack traces form ambari-server log (Eugene Chekanskiy via dlysnichenko)

Lisnichenko Dmitro 11 anni fa
parent
commit
b0b27c3bf8

+ 1 - 1
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ActionScheduler.java

@@ -541,7 +541,7 @@ class ActionScheduler implements Runnable {
               svcComp.getServiceComponentHost(hostname);
           svcCompHost.handleEvent(s.getFsmEvent(hostname, roleStr).getEvent());
         } catch (ServiceComponentNotFoundException scnex) {
-          LOG.info("Not a service component, assuming its an action", scnex);
+          LOG.debug("Not a service component, assuming its an action");
         } catch (InvalidStateTransitionException e) {
           LOG.info(
               "Transition failed for host: " + hostname + ", role: "