Skip to content

Commit

Permalink
[chore](restore) reduce logged unfinished snapshoting task
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Nov 4, 2024
1 parent 5f07b88 commit 8c231ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1635,8 +1635,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 8c231ca

Please sign in to comment.