Переглянути джерело

AMBARI-6157 A log INFO level messages in ambari-server log (dsen)

Dmitry Sen 11 роки тому
батько
коміт
bdd844b90a

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

@@ -192,7 +192,7 @@ class ActionScheduler implements Runnable {
         LOG.debug("==> STAGE_i = " + i_stage + "(requestId=" + requestIdStr + ",StageId=" + s.getStageId() + ")");
         if (runningRequestIds.contains(requestIdStr)) {
           // We don't want to process different stages from the same request in parallel
-          LOG.info("==> We don't want to process different stages from the same request in parallel" );
+          LOG.debug("==> We don't want to process different stages from the same request in parallel" );
           continue;
         } else {
           runningRequestIds.add(requestIdStr);