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

Uses correct version for automatic upshift, sets coordinate Raft log entries to ignore. #1353

Merged
merged 3 commits into from
Oct 27, 2015

Conversation

slackpad
Copy link
Contributor

This should fix #1346.

return false, err
}

if vsn >= int(version) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there also be a <= here for the vsn_min? Likely wouldn't see that any time soon I guess.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call. It's more important to have old clients do this right than newer ones so I'll add the full interval check.

@ryanuber
Copy link
Member

Just one comment (more of a question), but LGTM!

@slackpad
Copy link
Contributor Author

Build fails are transient and not related to these changes.

slackpad added a commit that referenced this pull request Oct 27, 2015
Uses correct version for automatic upshift, sets coordinate Raft log entries to ignore.
@slackpad slackpad merged commit 458f163 into master Oct 27, 2015
@slackpad slackpad deleted the b-upshift branch October 27, 2015 23:17
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

Successfully merging this pull request may close these issues.

Problem with 0.6 automated protocol upshift
2 participants