Downgrade 'No next leader found' to warning
This commit is contained in:
parent
fb44e2bf48
commit
07d55d0092
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue