Minio: Sync/mutex maxClients [Crash]

Created on 8 Jul 2020  路  1Comment  路  Source: minio/minio


Error: timed out. some connections are still active. doing abnormal shutdown. goroutines written to
Error description here: https://pastebin.com/fFMKBqCv

Expected Behavior

The server continues to work at high load, but does not crash (just not save a file)

Current Behavior

Server freezes, further requests do not work

Steps to Reproduce (for bugs)


  1. Start minio server in docker
  2. Use +10 processes on different hosts
  3. Just copy pictures via s3hs (2-6 pic every 2-6 sec)
  4. Get Crash

Context



I have about 5 hosts, on each 3-4 containers that use s3fs.
After a while I get an error, everything stops working.

What should I do next, start new minio server (two server minio)?
Using the restrictions from the minio documentation, the server continues to fall..

Your Environment

community fixed

Most helpful comment

Thanks for the report!

I have found a potential race in the affected code.

>All comments

Thanks for the report!

I have found a potential race in the affected code.

Was this page helpful?
0 / 5 - 0 ratings