-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
only READ BankIncrementalSnapshotPersistence in 1.11 #27345
Conversation
I kicked CI |
And likely the serde snapshot test needs to be updated. Either writing the fields for the test, removing the test for v1.11, or just ensuring that reading the new fields works. |
e71bfa0
to
7fe14ce
Compare
both failures were legit. Yay, tests! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
only READ BankIncrementalSnapshotPersistence in 1.11 (solana-labs#27345) serialize incremental_snapshot_hash (backport solana-labs#26839) (solana-labs#27212)
only READ BankIncrementalSnapshotPersistence in 1.11 (solana-labs#27345) serialize incremental_snapshot_hash (backport solana-labs#26839) (solana-labs#27212)
only READ BankIncrementalSnapshotPersistence in 1.11 (solana-labs#27345) serialize incremental_snapshot_hash (backport solana-labs#26839) (solana-labs#27212)
Problem
See #27212
If we save these new fields in 1.11, then 1.10 will be unable to load snapshots created in 1.11
Summary of Changes
In 1.11, just READ the new fields, but do not write them.
Fixes #