Revision 4d7b0d528cbe2b4af081967406347c85559ee724 authored by Islam AbdelRahman on 13 December 2017, 02:15:15 UTC, committed by Artem Danilov on 21 December 2017, 17:56:02 UTC
Summary:
DeleteScheduler::MarkAsTrash() don't handle existing .trash files correctly
This cause rocksdb to not being able to delete existing .trash files on restart
Closes https://github.com/facebook/rocksdb/pull/3261

Differential Revision: D6548003

Pulled By: IslamAbdelRahman

fbshipit-source-id: c3800639412e587a690062c63076a5a08881e0e6
1 parent 8486eab
History
File Mode Size
cf_options.cc -rw-r--r-- 7.7 KB
cf_options.h -rw-r--r-- 7.8 KB
db_options.cc -rw-r--r-- 13.5 KB
db_options.h -rw-r--r-- 3.1 KB
options.cc -rw-r--r-- 22.5 KB
options_helper.cc -rw-r--r-- 44.9 KB
options_helper.h -rw-r--r-- 32.8 KB
options_parser.cc -rw-r--r-- 28.7 KB
options_parser.h -rw-r--r-- 5.1 KB
options_sanity_check.cc -rw-r--r-- 1.1 KB
options_sanity_check.h -rw-r--r-- 1.7 KB
options_settable_test.cc -rw-r--r-- 20.1 KB
options_test.cc -rw-r--r-- 67.2 KB

back to top