-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Write rates of endpoints still high on 3.6.1 #16583
Comments
do we have large numbers of endpoints with no subsets? if so, kubernetes/kubernetes#50583 might be relevant |
Hrm, doubt it but maybe. |
I don't like seeing 16 pod deletes a second. That's probably bad. |
@openshift/sig-master |
The jump was Sept 26th 2:15 gmt. May be unrelated to update? |
what is the server version? |
this was 3.6.1 official |
the endpoint update fix merged to ose on 2017-09-15 08:22, and is only in these tags:
|
what sha or tag is 3.6.1 official? |
looks like 3.6.1 is |
I lied, us-east-2 is at 3.6.173.0.37
{resource="endpoints",verb="PUT"} 33.325
{resource="pods",verb="PUT"} 17.179166666666667
{resource="nodes",verb="PATCH"} 15.575
{resource="pods",verb="DELETE"} 14.454166666666664
{resource="events",verb="POST"} 12.762500000000001
{resource="pods",verb="POST"} 12.695833333333331
{resource="builds",verb="PATCH"} 9.983333333333333
{resource="localsubjectaccessreviews",verb="POST"} 9.920833333333334
{resource="daemonsets",verb="PUT"} 4.775
{resource="replicasets",verb="POST"} 3.1
{resource="subjectaccessreviews",verb="POST"} 1.8
{resource="tokenreviews",verb="POST"} 0.9708333333333332
{resource="replicationcontrollers",verb="PUT"} 0.20000000000000004
{resource="deploymentconfigs",verb="PUT"} 0.17083333333333336
{resource="deploymentconfigs",verb="POST"} 0.09583333333333334
{resource="events",verb="PATCH"} 0.06666666666666667
{resource="bindings",verb="POST"} 0.029166666666666667
{resource="imagestreamimports",verb="POST"} 0.025
…On Thu, Oct 12, 2017 at 12:49 PM, Jordan Liggitt ***@***.***> wrote:
looks like 3.6.1 is 3.6.173.0.21, which does not include the endpoints
fixes yet
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16583 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pxlqUe1iUH1oOuzsOxREJiWo47DYks5srkMKgaJpZM4Pl3ia>
.
|
Was one single daemonset https://bugzilla.redhat.com/show_bug.cgi?id=1501514. Moving to bug |
After the daemonset is fixed we're still doing 30 writes / s from endpoints and pod traffic is <1 w/s |
what environment and version are you seeing this on? |
need at least 3.6.173.0.48 for the controller and resourceVersion no-op fixes @joelsmith picked |
we're seeing high levels of endpoint write API calls, but low volumes of updates when watching endpoints, then it is likely that the writes are no-op writes, and kubernetes/kubernetes#50583 is a candidate fix |
Automatic merge from submit-queue. UPSTREAM: 50583: Make endpoints controller update based on semantic equality Fixes #16583
API server write rates from 3.6.1 on a heavily loaded cluster.
@derekwaynecarr @openshift/sig-platform-management
The text was updated successfully, but these errors were encountered: