JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Queue refactor #7

Closed tnine closed 12 years ago

tnine commented 12 years ago

Changed downloads to be queue based. Threads will shares a threadsafe queue, and download as fast as possible. I've also implemented a retry scheme to handle up to 5 errors before giving up downloading a file.