-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
tapir/replication/ir/replica.cc
Lines 288 to 294 in 656d171
| // If we're a recovering node, we don't want to be the leader. | |
| if (status == STATUS_NORMAL) { | |
| Debug("Ignoring DO-VIEW-CHANGE for view %" PRIu64 | |
| " because our status is RECOVERING.", | |
| view); | |
| return; | |
| } |
if (status == STATUS_RECOVERING) in Line 289, right?finnbear
Metadata
Metadata
Assignees
Labels
No labels