rocksdb/utilities
Venkatesh Radhakrishnan 04251e1e3a Add wal files to Checkpoint for multiple column families.
Summary:
When there are multiple column families, the flush in
GetLiveFiles is not atomic, so that there are entries in the wal files
which are needed to get a consisten RocksDB. We now add the log files to
the checkpoint.

Test Plan:
CheckpointCF - This test forces more data to be written to
the other column families after the flush of the first column family but
before the second.

Reviewers: igor, yhchiang, IslamAbdelRahman, anthony, kradhakrishnan, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D40323
2015-06-19 16:08:31 -07:00
..
backupable Make "make all" work for CYGWIN 2015-06-09 16:36:07 -07:00
checkpoint Add wal files to Checkpoint for multiple column families. 2015-06-19 16:08:31 -07:00
compacted_db Use CompactRangeOptions for CompactRange 2015-06-17 14:36:14 -07:00
convenience fix crashes in stats and compaction filter for db_ttl_impl 2015-05-05 16:54:47 -07:00
document rocksdb: switch to gtest 2015-03-17 14:08:00 -07:00
flashcache Fix the compilation error in flashcache.cc on Mac 2015-04-07 15:27:23 -07:00
geodb Block geodb_test in ROCKSDB_LITE 2015-06-18 15:57:19 -07:00
leveldb_options Added CompatibleOptions for compatibility with LevelDB Options 2014-11-20 19:24:39 -08:00
merge_operators Use CompactRangeOptions for CompactRange 2015-06-17 14:36:14 -07:00
redis rocksdb: switch to gtest 2015-03-17 14:08:00 -07:00
spatialdb Fail DB::Open() when the requested compression is not available 2015-06-18 14:55:05 -07:00
transactions better document max_write_buffer_number_to_maintain 2015-06-02 21:24:19 -07:00
ttl Use CompactRangeOptions for CompactRange 2015-06-17 14:36:14 -07:00
write_batch_with_index Block utilities/write_batch_with_index in ROCKSDB_LITE 2015-06-18 15:54:05 -07:00
merge_operators.h Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00