Plumb ClusterInfoRepairListener (#4428)

automerge
This commit is contained in:
carllin
2019-05-24 19:20:09 -07:00
committed by Grimes
parent 0302f13b97
commit d772a27936
7 changed files with 159 additions and 20 deletions

View File

@ -103,7 +103,7 @@ impl LeaderScheduleCache {
// Forbid asking for slots in an unconfirmed epoch
let bank_epoch = self.epoch_schedule.get_epoch_and_slot_index(slot).0;
if bank_epoch > *self.max_epoch.read().unwrap() {
error!(
debug!(
"Requested leader in slot: {} of unconfirmed epoch: {}",
slot, bank_epoch
);