Closed tjungblu closed 9 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: tjungblu
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/lgtm
/jira refresh
@tjungblu: No Jira issue is referenced in the title of this pull request.
To reference a jira issue, add 'XYZ-NNN:' to the title of this pull request and request another refresh with /jira refresh
.
/retitle NO-JIRA: increase client pool size
@tjungblu: This pull request explicitly references no jira issue.
/retest-required
@tjungblu: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-gcp-qe-no-capabilities | 6fcb72c404e2858b41041829e8e8fc02594d9997 | link | false | /test e2e-gcp-qe-no-capabilities |
Full PR test history. Your PR dashboard.
[ART PR BUILD NOTIFIER]
This PR has been included in build cluster-etcd-operator-container-v4.16.0-202402140210.p0.g3fbc7d4.assembly.stream.el9 for distgit cluster-etcd-operator. All builds following this will include this PR.
recent profiling determined that CEO is constantly exhausting the clients in the pool - wasting precious CPU cycles on TLS handshakes. This increases the amount of cached clients to 10, peak to 20 to ensure better cache hit rates.