Prevent log spam (#22148)

This commit is contained in:
carllin 2021-12-28 17:04:48 -05:00 committed by GitHub
parent f8c97a3d1f
commit f061059e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ impl ClusterInfoVoteListener {
) {
match e {
Error::CrossbeamRecvTimeout(RecvTimeoutError::Disconnected)
| Error::ReadyTimeout => (),
| Error::CrossbeamRecvTimeout(RecvTimeoutError::Timeout) => (),
_ => {
error!("thread {:?} error {:?}", thread::current().name(), e);
}