-
Notifications
You must be signed in to change notification settings - Fork 94
Remove histogram timeout configuration option #3637
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
Conversation
Test Results 5 files - 2 5 suites - 2 1m 9s ⏱️ - 2m 37s Results for commit f6487e9. ± Comparison against base commit bb835b4. This pull request removes 54 and adds 25 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
I assume we need to do this over proper deprecation mechanism. This change will cause config loading issues, unless we are 100% sure this flag was never set by the users.
@muhamadazmy what do you mean by config loading issues? we never fail on unknown fields in config. |
This has been causing memory leak if it's set to zero so we are removing and it can be later re-introduced if its underlying issues are fixed.
This has been causing memory leak if it's set to zero so we are removing and it can be later re-introduced if its underlying issues are fixed.
Stack created with Sapling. Best reviewed with ReviewStack.