-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: add a service option to disable check eovercrowded on server side #2774
Conversation
What is the usage scenario of this feature? |
@wwbmmm we have some control-frame methods which we hope will not fail in case of eovercrowded. |
@chenBright please help check |
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.
ignore_eovercrowded should also be supported in the HTTP protocol.
@chenBright http2 needed as well? |
http2 also use ProcessHttpRequest. Protocols that use the is_overcrowded function need as well. |
@wwbmmm @chenBright all done |
LGTM |
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
What problem does this PR solve?
Issue Number:
Problem Summary: Sometimes we need to disable check eovercrowded for some methods
What is changed and the side effects?
Changed: add a method/service level option to disable check eovercrowded on server side
Side effects:
Performance effects(性能影响): zero/or little
Breaking backward compatibility(向后兼容性): no breaking
Check List: