Skip to content

Commit

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

reduce logged unfinished snapshoting task
  • Loading branch information
w41ter committed Nov 11, 2024
1 parent 9e177c0 commit 630b507
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1642,8 +1642,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 630b507

Please sign in to comment.