[chore](restore) reduce logged unfinished snapshoting task #43076 (#43607)

cherry pick from #43076
This commit is contained in:
walter
2024-11-11 19:28:48 +08:00
committed by GitHub
parent dc9ec5b177
commit 4ffa84e143

View File

@ -1608,8 +1608,7 @@ public class RestoreJob extends AbstractJob {
return;
}
LOG.info("waiting {} replicas to make snapshot: [{}]. {}",
unfinishedSignatureToId.size(), unfinishedSignatureToId, this);
LOG.info("waiting {} replicas to make snapshot. {}", unfinishedSignatureToId.size(), this);
return;
}