mirror of https://github.com/apache/druid.git
fix logging
This commit is contained in:
parent
3e3f2c2da7
commit
89eb2aff5a
|
@ -687,7 +687,7 @@ public class RemoteTaskRunner implements TaskRunner, TaskLogProvider
|
|||
);
|
||||
|
||||
if (workerQueue.isEmpty()) {
|
||||
log.info("Worker nodes %s do not have capacity to run any more tasks!", zkWorkers.values());
|
||||
log.debug("Worker nodes %s do not have capacity to run any more tasks!", zkWorkers.values());
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue