Downgrade 'No next leader found' to warning
This commit is contained in:
@ -328,7 +328,7 @@ impl ReplayStage {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.or_else(|| {
|
.or_else(|| {
|
||||||
error!("{} No next leader found", my_id);
|
warn!("{} No next leader found", my_id);
|
||||||
None
|
None
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user