mirror of https://github.com/minio/minio.git
f3f09ed14e
In current implementation we used as many dsync clients as per number of endpoints(along with path) which is not the expected implementation. The implementation of Dsync was expected to be just for the endpoint Host alone such that if you have 4 servers and each with 4 disks we need to only have 4 dsync clients and 4 dsync servers. But we currently had 8 clients, servers which in-fact is unexpected and should be avoided. This PR brings the implementation back to its original intention. This issue was found #5160 |
||
---|---|---|
.. | ||
cloud.google.com/go | ||
github.com | ||
go.uber.org/atomic | ||
golang.org/x | ||
google.golang.org | ||
gopkg.in | ||
vendor.json |