提交 26991b5a 编写于 作者: G Gian Merlino

Indexing service: Fix termination related log message

上级 837dee19
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册