-
Notifications
You must be signed in to change notification settings - Fork 304
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
ci-ingress-gce-e2e-scale is failing #438
Comments
Most likely same issue as https://k8s-testgrid.appspot.com/sig-network-ingress-gce-e2e#ingress-gce-e2e I suspect there is some GC issue that was introduced. |
I said that too quick, in the latest run test hit quota issue, but from some previous runs (e.g. https://storage.googleapis.com/kubernetes-jenkins/logs/ci-ingress-gce-e2e-scale/742/artifacts/e2e-742-886f8-master/glbc.log) I saw some nil pointer exceptions:
|
That nil pointer issue seems to be fixed by #434 already. |
From
it seems like GLBC kept failing liveness probe, hence kubelet was constantly killing it:
Probably related to neg controller? @freehan |
#441 should fix the liveness probe issue. |
Latest ingress-gce-e2e run passed. I suspect the next scale test run will pass as well. Seemed like this was all being caused by the liveness probe issue. |
@MrHohn Looks like latest scale test failures are being caused by quota issues. |
Manually cleaned up resource. Let's see if the next run goes green. |
Tests are back green. |
Scale test started failing again since 08/30 (https://k8s-testgrid.appspot.com/sig-network-ingress-gce-e2e#ingress-gce-e2e&width=20). GLBC kept panicing during test (https://storage.googleapis.com/kubernetes-jenkins/logs/ci-ingress-gce-e2e-scale/811/artifacts/e2e-811-886f8-master/glbc.log):
|
Manually deleted leftover resource again. Let's see if the next run turns green. |
Test turns green :) |
Ingress scale job (https://k8s-testgrid.appspot.com/sig-network-ingress-gce-e2e#ingress-gce-e2e-scale) has been failing since 08-13. Most likely due to resource leakage. Sample failure:
/assign
The text was updated successfully, but these errors were encountered: