-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Migrate non-boolean experimental flags in 3.6 #19141
Comments
@ahrtr @serathius Please double check the flag list and see if any flag needs to remain |
/cc @gangli113 |
/assign |
/reopen |
More contributors are welcome to work on this to accelerate it. |
I can take a look at some - randomly self-assigning half of the set
/assign |
From community meeting, the ask here is not to 'graduate' the flags. But experimental nature of the feature to be descriptive in a way that's non-blocking, instead of having to rename the flag breaking the users during graduation. |
Yes, we are NOT graduating or deprecating any flags in this effort ( which is a separate effort). We are just changing the way to manage these experimental flags for now. |
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.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
The text was updated successfully, but these errors were encountered: