Open
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
- experimental-warning-apply-duration
- experimental-bootstrap-defrag-threshold-megabytes
- experimental-warning-unary-request-duration
- experimental-max-learners
- experimental-snapshot-catch-up-entries
- experimental-compaction-sleep-interval
- experimental-downgrade-check-time
- experimental-set-member-localaddr
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