-
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
enhance: [2.4] Support proxy/delegator qn client pooling #35195
Conversation
Add param item for proxy/delegator query node client pooling and implement pooling logic Signed-off-by: Congqi Xia <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@congqixia Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
@congqixia Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
Signed-off-by: Congqi Xia <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #35195 +/- ##
==========================================
- Coverage 81.13% 72.18% -8.95%
==========================================
Files 1052 1052
Lines 136740 136806 +66
==========================================
- Hits 110942 98752 -12190
- Misses 21586 33867 +12281
+ Partials 4212 4187 -25
|
/lgtm |
Cherry pick from master
pr: #35194
See also #35196
Add param item for proxy/delegator query node client pooling and implement pooling logic