Skip to content

Commit

Permalink
[chore](restore) reduce logged unfinished snapshoting task #43076 (#4…
Browse files Browse the repository at this point in the history
…3606)

cherry pick from #43076
  • Loading branch information
w41ter authored Nov 11, 2024
1 parent 677de34 commit 3671b0e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1575,8 +1575,7 @@ private void waitingAllSnapshotsFinished() {
return;
}

LOG.info("waiting {} replicas to make snapshot: [{}]. {}",
unfinishedSignatureToId.size(), unfinishedSignatureToId, this);
LOG.info("waiting {} replicas to make snapshot. {}", unfinishedSignatureToId.size(), this);
return;
}

Expand Down

0 comments on commit 3671b0e

Please sign in to comment.