You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.The text was updated successfully, but these errors were encountered: