-
Notifications
You must be signed in to change notification settings - Fork 659
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
PubObject - possible data race ? #1355
Comments
This has been long fixed you are using an older version here stick to go modules and stick to
|
@harshavardhana just did quick test of v7 and it seems to be fixed there. Thx. |
@harshavardhana at the end i got the data race in my app :(
|
@findmyname666 this looks like an application bug, can you provide a sample code with the reader that you are passing to us? |
@harshavardhana sorry for later response.
Please note that size of uploading files is ranging from several KB to 200GB. |
I will take a look soon thanks for the reproducer |
@harshavardhana is there date for release ? cannot way ;) |
@findmyname666 It has been released. |
@klauspost yeeah i noticed e.g. it was released a few hours after i asked by @harshavardhana. P.S.: So far it works without race 👍 |
I tested concurrent uploading of objects into MinIO. MinIO client should be thread safe as state here.
I tested function PubObject only.
There was detected data race during runtime when i compiled code with flag
go build -race
.Sample steps to reproduce error:
Sample code:
Detected error:
Could you advise whether is there anyting wrong on my end ?
The text was updated successfully, but these errors were encountered: