Skip to content

Typo in HandleDoViewChange #14

Description

@ShenJiahuan

// 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;
}
Seems to be a typo. It should be if (status == STATUS_RECOVERING) in Line 289, right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions