rocksdb/utilities/backupable
Igor Canadi e541dcc8fa Fix issue #921
Summary:
See a bug report here: https://github.com/facebook/rocksdb/issues/921
The fix is to not check the shared/ directory if share_table_files is false. We could also check FileExists() before GetChildren(), but that will add extra latency when Env is Hdfs :(

Test Plan: added a unit test

Reviewers: rven, sdong, IslamAbdelRahman, yhchiang, anthony

Reviewed By: anthony

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D52593
2016-01-06 13:05:24 -08:00
..
backupable_db_test.cc Fix issue #921 2016-01-06 13:05:24 -08:00
backupable_db_testutil.h BackupDB to have a mode to use file size in file name 2015-11-25 11:55:37 -08:00
backupable_db.cc Fix issue #921 2016-01-06 13:05:24 -08:00