HWCloudEngine / storage-gateway

storage gateway to adapt cloud storage to replicate/snapshot/backup to other different cloud storage.
7 stars 10 forks source link

Unify SG client implementation with blocking queue #16

Closed yinweiishere closed 7 years ago

yinweiishere commented 7 years ago

As SG client used to use separate sync mechanism and flow control, it has some potential issue like deadlock post handling thread pool due to lack of memory. Now, for both correctness and code maintaining, we will unify it with blocking queue + thread pool model.

yinweiishere commented 7 years ago

done.