rocksdb/memtable
sdong b1887c5dd9 Explictly fail when memtable doesn't support concurrent insert
Summary: If users turn on concurrent insert but the memtable doesn't support it, they might see unexcepted crash. Fix it by explicitly fail.

Test Plan:
Run different setting of stress_test and make sure it fails correctly.
Will add a unit test too.

Reviewers: anthony, kradhakrishnan, IslamAbdelRahman, yhchiang, andrewkr, ngbronson

Reviewed By: ngbronson

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D53895
2016-02-05 14:15:50 -08:00
..
hash_cuckoo_rep.cc Enable MS compiler warning c4244. 2015-12-11 16:47:34 -08:00
hash_cuckoo_rep.h Moving memtable related files from util to a new directory memtable 2015-10-16 14:10:33 -07:00
hash_linklist_rep.cc Moving memtable related files from util to a new directory memtable 2015-10-16 14:10:33 -07:00
hash_linklist_rep.h Moving memtable related files from util to a new directory memtable 2015-10-16 14:10:33 -07:00
hash_skiplist_rep.cc Moving memtable related files from util to a new directory memtable 2015-10-16 14:10:33 -07:00
hash_skiplist_rep.h Moving memtable related files from util to a new directory memtable 2015-10-16 14:10:33 -07:00
skiplistrep.cc Explictly fail when memtable doesn't support concurrent insert 2016-02-05 14:15:50 -08:00
stl_wrappers.h Moving memtable related files from util to a new directory memtable 2015-10-16 14:10:33 -07:00
vectorrep.cc [directory includes cleanup] Finish removing util->db dependencies 2016-01-26 10:49:24 -08:00