coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.77k stars 172 forks source link

distributor: write data to peers concurrently #439

Open nak3 opened 7 years ago

nak3 commented 7 years ago

distributor: write data to peers concurrently

Currently torus distributes the data to the peers serially. Thus, it could stop make high throughput cluster. This patch introduces worker threads and distributes the data to peers concurrently.