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

server init after receiving a snapshot with a higher than local machine version crashes #266

Open
kjnilsson opened this issue Mar 31, 2022 · 1 comment

Comments

@kjnilsson
Copy link
Contributor

If follower with, say, machine version 1 receives a snapshot with a higher machine version (2) it will not be able to restart as it expects to find the module for the machine version here.

It is likely that it should use min(LatestMacVer, MacVer) to retrieve the current machine module.

@kjnilsson
Copy link
Contributor Author

In fact there is a general issue around snapshot installations into servers with old machine versions.

What should they do? they can't set the installed snapshot state as the current state as they can't interpret it, should they remain on the machine state they were at and then have a snapshot with an index higher than the last applied index?

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