Replies: 2 comments 4 replies
-
I make a test for this case.
Juicefs splits the file into a few objects, and then distributes objects across all shards. If one of the minio servers is down, the progress of uploading objects to the failed minio server will hang. Juicefs have no health checking about the minio servers, and skip the failed one. |
Beta Was this translation helpful? Give feedback.
-
You can setup sidekick or other load balancer by yourself, or maybe we can have a failover policy to pick another one as backup (migrate them back when primary one is healthy). |
Beta Was this translation helpful? Give feedback.
-
Does juicefs have load balance function like https://github.com/minio/sidekick ,which is able to proxy multiple minio server instances?
Beta Was this translation helpful? Give feedback.
All reactions