Skip to content
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

Bug: Client-side throttling #902

Closed
1 task done
chobostar opened this issue Feb 14, 2023 · 4 comments
Closed
1 task done

Bug: Client-side throttling #902

chobostar opened this issue Feb 14, 2023 · 4 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@chobostar
Copy link

chobostar commented Feb 14, 2023

Contact Details

No response

Describe bug

A lot of messages in logs from Velero's pod:

I0214 09:50:17.550266       1 request.go:665] Waited for 1.044379662s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/kibana.k8s.elastic.co/v1?timeout=32s
I0214 09:50:27.550734       1 request.go:665] Waited for 11.043717333s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/azure.upbound.io/v1alpha1?timeout=32s
I0214 09:50:37.550903       1 request.go:665] Waited for 8.345544199s due to client-side throttli

That's slow down velero pod routine.

700+ CRDs in cluster:

$ kubectl get crds | wc -l
747

here is similar discussion - kubernetes/kubectl#1126
here is solution kubernetes/kubernetes#109141

It is required to update client-go for Velero.

What happened?

A bug happened!

OADP Version

1.0.3 (Stable)

OpenShift Version

4.10

Velero pod logs

I0214 09:50:17.550266       1 request.go:665] Waited for 1.044379662s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/kibana.k8s.elastic.co/v1?timeout=32s
I0214 09:50:27.550734       1 request.go:665] Waited for 11.043717333s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/azure.upbound.io/v1alpha1?timeout=32s
I0214 09:50:37.550903       1 request.go:665] Waited for 8.345544199s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/postgres-operator.crunchydata.com/v1beta1?timeout=32s

Restic pod logs

No response

Operator pod logs

No response

New issue

  • This issue is new
@chobostar chobostar added the kind/bug Categorizes issue or PR as related to a bug. label Feb 14, 2023
@kaovilai
Copy link
Member

Point taken. Will work with velero to get it updated. Not sure yet if it will make it to 1.0 version.

@kaovilai
Copy link
Member

vmware-tanzu/velero#5907

@kaovilai
Copy link
Member

closed via vmware-tanzu/velero#5907

@kaovilai
Copy link
Member

This has been addressed upstream and just need to be included in our fork in future versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants