Mark dead forks in replay stage (#4715)

* Add DeadSlots column family

* Filter dead forks from get_slots_since

* Mark erroring slots as dead in replay stage, add test

* Mark dead forks in progress instead of removing them

* Fix logging process_entries failures in replay_stage

* Unignore test_fail_entry_verification_leader
This commit is contained in:
carllin
2019-06-20 15:50:41 -07:00
committed by GitHub
parent 33d13a3aea
commit aacb38864c
6 changed files with 242 additions and 16 deletions

View File

@ -222,7 +222,6 @@ fn test_listener_startup() {
}
#[test]
#[ignore]
fn test_fail_entry_verification_leader() {
solana_logger::setup();
let num_nodes = 4;