-
Notifications
You must be signed in to change notification settings - Fork 104
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
crash with high concurrency in warp put #301
Comments
Maybe @aead can help a bit since it is sio? Could also be some concurrent access without looking at the code. |
@aead ^^ |
I think this could actually be related to the issues we are having with on multipart uploads. |
Which one @klauspost ? |
@harshavardhana The one that forced us to turn off checksums on multipart replication or tiering - forget which. |
We didn't turn off checksums for that we turned off doing sha256 and md5sum which are expensive. We still enable crc checksums. |
Sorry I am jumping in between, possibly i feel I am in same boat. I am running warp mixed to fill a bucket of an NVME object storage of a less than 150KB object size with 500-600 million objects with 500 concurrent using 2 clients, i think client are automatically killing and my warp scripts stops. warp put doesn't have option to upload number of objects which is why i am using warp mixed and keeping all other distribution zero and keeping put-distrib to 100.
|
@akshay8043 You are just running out of memory, and that is not related to this. Use |
Hey @klauspost
|
@romayalon Provide a trace from the crash. Without that there is nothing to go on. |
The text was updated successfully, but these errors were encountered: