-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (cherry picked from commit c55a6e5) Co-authored-by: Trent Nelson <[email protected]>
…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 <[email protected]> (cherry picked from commit c55a6e5) # Conflicts: # validator/src/cli.rs Co-authored-by: Trent Nelson <[email protected]>
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