mirror of https://github.com/apache/druid.git
Indexing service: Fix termination related log message
This commit is contained in:
parent
837dee1934
commit
26991b5a2a
|
@ -203,7 +203,7 @@ public class SimpleResourceManagementStrategy implements ResourceManagementStrat
|
|||
.toList();
|
||||
|
||||
if (laziestWorkerIps.isEmpty()) {
|
||||
log.info("Wanted to terminate %,d workers, but couldn't find any lazy ones!");
|
||||
log.info("Wanted to terminate %,d workers, but couldn't find any lazy ones!", excessWorkers);
|
||||
} else {
|
||||
log.info(
|
||||
"Terminating %,d workers (wanted %,d): %s",
|
||||
|
|
Loading…
Reference in New Issue