Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in HandleDoViewChange #14

Open
ShenJiahuan opened this issue Mar 25, 2021 · 0 comments
Open

Typo in HandleDoViewChange #14

ShenJiahuan opened this issue Mar 25, 2021 · 0 comments

Comments

@ShenJiahuan
Copy link

// 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant