Closed
Description
What would you like to be added?
For the 3.6 release, we would like to have the list of non-boolean --experimental
flags migrated to flags without the --experimental
prefix.
- experimental-corrupt-check-time: migrate flag experimental-corrupt-check-time to use corrupt-check-time #19156
- experimental-compaction-batch-limit: migrate flag experimental-compaction-batch-limit to use compaction-batch-limit #19196
- experimental-watch-progress-notify-interval: migrate flag experimental-watch-progress-notify-interval to use watch-progress-notify-interval #19248
- experimental-warning-apply-duration: migrate to use warning-apply-duration flag #19264
- experimental-bootstrap-defrag-threshold-megabytes: migrate to use bootstrap-defrag-threshold-megabytes flag #19267
-
experimental-warning-unary-request-duration - experimental-max-learners: migrate to use max-learners flag #19298
- experimental-snapshot-catch-up-entries: migrate experimental-snapshot-catchup-entries flag to snapshot-catchup-entries #19352
- experimental-compaction-sleep-interval: migrate experimental-compaction-sleep-interval flag to compaction-sleep interval #19351
- experimental-downgrade-check-time: migrate experimental-downgrade-checktime to downgrade-checktime #19328
- experimental-set-member-localaddr Migrate --experimental-set-member-localaddr to using feature flag #19413
- experimental-peer-skip-client-san-verification: migrate experimental-peer-skip-client-san-verification flag to peer-skip-client-san-verification #19062
In 3.6, we would like to have both the flags with and without the --experimental
prefix working. experimentalNonBoolFlagMigrationMap
should be used to achieve that. #19156 is an example.
Why is this needed?
flag clean up for release 3.6