-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Limit the number of concurrent gRPC requests (#27718) #27719
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yah01 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@yah01 E2e jenkins job failed, comment |
Codecov Report
@@ Coverage Diff @@
## 2.2.0 #27719 +/- ##
==========================================
+ Coverage 80.93% 80.94% +0.01%
==========================================
Files 745 745
Lines 109239 109269 +30
==========================================
+ Hits 88408 88451 +43
+ Misses 17474 17465 -9
+ Partials 3357 3353 -4
|
Signed-off-by: yah01 <yah2er0ne@outlook.com>
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.
the parameter this pr set is MaxConcurrentStreams
, which is not equivalent to concurrent requests
/hold |
/kind improvement
pr: #27718