minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
540 stars 82 forks source link

HTTP 499 err when update files with --disable-multipart #88

Closed SAILgaosai closed 1 year ago

SAILgaosai commented 1 year ago

I use mc mirror --disable-multipart the logs are both 200 OK in sidekick console output BUT there are many HTTP 499 error in minio logs (I use mc admin trace to monitor) the result is the object PUT with HTTP 499 transfer failed

In the end I had to switch back to nginx load balancer and it worked fine

I was wondering if he has some http client_max_body_size limit ? but I didn't find related configuration items in the program description

harshavardhana commented 1 year ago

There is no such thing, I think there is a timeout that is set which might be premature.

harshavardhana commented 1 year ago

This may be outside of sidekick directly on the backend issue.