-
Notifications
You must be signed in to change notification settings - Fork 271
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
concurrent DataVolume creation timeout #3446
Comments
We have some performance coverage outside of this repo and tbh we've not heard of this scenario being an issue. |
@akalenyu
If 10 datavolumes are created concurrently, each create takes about 5 seconds. If 50 datavolumes are created concurrently, each create method takes 15 seconds. If 100 datavolumes are created concurrently, a timeout error will be reported or pvc is lost.
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
What happened:
When I use the following code to create a DV, when the concurrency reaches 100, a timeout error will occur.In addition to retrying to create DV, is there any other way to improve the ability of concurrently created datavolume? Thank you.
The err is as follows
What you expected to happen:
Supports a large number of concurrent creation of DVs
How to reproduce it (as minimally and precisely as possible):
The number of concurrent DV creations reaches 100
Environment:
kubectl get deployments cdi-deployment -o yaml
): 1.58.1kubectl version
): 1.27.6uname -a
): 5.10.0The text was updated successfully, but these errors were encountered: