-
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
validator: deprecates --disable-accounts-disk-index
#33850
Conversation
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!
Codecov Report
@@ Coverage Diff @@
## master #33850 +/- ##
=========================================
- Coverage 81.9% 81.8% -0.1%
=========================================
Files 809 809
Lines 217712 217711 -1
=========================================
- Hits 178310 178297 -13
- Misses 39402 39414 +12 |
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.
W.r.t. backporting, I'm on board with v1.17. I'm not sure about v1.16 since it's already live on mnb. Wdyt? Is this mainly for support burden, to tell operators "hey, don't do this"?
i think 1.16 will be ok. we only deprecate here, so worst that happens is the operators who actually look at their logs will see a warning message on startup |
* validator: deprecates `--disable-accounts-disk-index` * Fix checks failure * Move disable_accounts_disk_index arg to alphabetical order --------- Co-authored-by: Will Hickey <will.hickey@solana.com> (cherry picked from commit c55a6e5) # Conflicts: # validator/src/cli.rs
* validator: deprecates `--disable-accounts-disk-index` * Fix checks failure * Move disable_accounts_disk_index arg to alphabetical order --------- Co-authored-by: Will Hickey <will.hickey@solana.com> (cherry picked from commit c55a6e5)
* validator: deprecates `--disable-accounts-disk-index` * Fix checks failure * Move disable_accounts_disk_index arg to alphabetical order --------- Co-authored-by: Will Hickey <will.hickey@solana.com> (cherry picked from commit c55a6e5) # Conflicts: # validator/src/cli.rs
…t of #33850) (#34070) validator: deprecates `--disable-accounts-disk-index` (#33850) * validator: deprecates `--disable-accounts-disk-index` * Fix checks failure * Move disable_accounts_disk_index arg to alphabetical order --------- Co-authored-by: Will Hickey <will.hickey@solana.com> (cherry picked from commit c55a6e5) Co-authored-by: Trent Nelson <trent@solana.com>
…t of #33850) (#34069) validator: deprecates `--disable-accounts-disk-index` (#33850) * validator: deprecates `--disable-accounts-disk-index` * Fix checks failure * Move disable_accounts_disk_index arg to alphabetical order --------- Co-authored-by: Will Hickey <will.hickey@solana.com> (cherry picked from commit c55a6e5) # Conflicts: # validator/src/cli.rs Co-authored-by: Trent Nelson <trent@solana.com>
Problem
accounts disk index is the future, but we still offer a flag to disable it. every operator silently reverting to old behavior is going to be a problem when we need to drop support.
Summary of Changes
reduce the burden today. deprecate the flag