JeremyGrosser / tablesnap

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

Make the -listdir.json file aware of filters #35

Closed thekad closed 11 years ago

thekad commented 11 years ago

It always bothers me that the listdir json file gets built before filters are applied. This consequently makes tableslurp WARN when restoring a backup set and not finding the files (tableslurp does not go critical on missing files, but still.)

JeremyGrosser commented 11 years ago

LGTM