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

v1.16: Add warning about deprecated snapshot archive formats #33641

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

steviez
Copy link
Contributor

@steviez steviez commented Oct 10, 2023

Summary of Changes

These values are not deprecated in v1.16, but they are deprecated in v1.17. So, give a warning in v1.16 to operators who are running the soon-to-be deprecated values.

Tested locally and confirmed the warning shows as expected (newlines inserted here for readability):

[2023-10-10T22:33:40.704581671Z WARN  solana_validator] The specified --snapshot-archive-format is deprecated.
Update to use either lz4 or zstd, or do not pass --snapshot-archive-format argument at all to use the default
value of zstd. Deprecated value: none

These values are not deprecated in v1.16, but they are deprecated in
v1.17. So, given a warning in v1.16 to operators who are running the
soon-to-be deprecated values
@steviez steviez changed the title Add warning about deprecated snapshot archive formats v1.16: Add warning about deprecated snapshot archive formats Oct 10, 2023
@steviez steviez requested a review from t-nelson October 11, 2023 01:50
validator/src/main.rs Outdated Show resolved Hide resolved
@steviez steviez merged commit 29abc02 into solana-labs:v1.16 Oct 11, 2023
31 checks passed
@steviez steviez deleted the v116_snap_fmt_dep_warn branch October 11, 2023 06:23
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.

2 participants