rocksdb/include
Abhishek Kona d98e56315d [RocksDB] Make Ticker Atomic
Summary:
Our ticker was not atomic. This was based on the assumption that we will increment counts at places only protected by Mutex. This is hard to program for and easy to make mistakes (mutex may be held a few layers above etc).
Also this increases the instructions executed when the mutex is held.

Test Plan: make check

Reviewers: haobo, dhruba

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D10569
2013-05-10 13:19:39 -07:00
..
leveldb [RocksDB] Make Ticker Atomic 2013-05-10 13:19:39 -07:00
utilities Correct path of db.h in utility_db.h 2013-05-09 17:32:39 -07:00