-
Notifications
You must be signed in to change notification settings - Fork 67
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
Work Queue Latency increased 10 times #740
Comments
I guess the apiserver is not optmized for many CRDs? I wonder what it is actually doing that takes so long... |
20% more CRDs slow down service in order of magnitude. So I think there is something 'special' in these CRDs. |
Does this happen with all CRDs? In any case, this sounds like a Kubernetes issue to me. |
No, only when LINSTOR's CRDs are installed |
It seems that is not a Piraeus issue but Linstore, see LINBIT/linstor-server#428 |
When deploying Piraeus Operator Work Queue Latency increased 10 times
Deleting Custom Resources and the operator itself does not solve the problem.
I noticed that after deleting the operator, CRDs remain in the cluster.
internal.linstor.linbit.com, only after removing them Work Queue Latency returns to normal times. In the graph you can see the moment of installation and deletion of data
internal.linstor.linbit.com CRDs.
At the time of operator installation, the cluster is not empty with 130 different CRDs already deployed.
How to reproduce
Deploy Piraeus Operator configure LinstorCluster Custom Resource observe Work Queue Latency increased.
Removing Linstore CRDs (group internal.linstor.linbit.com) normalizes response times.
Environment
The text was updated successfully, but these errors were encountered: