Revision a2b05210ef5f617b32a761d2bdd53b4488f9eefc authored by Siying Dong on 29 April 2017, 00:00:24 UTC, committed by Facebook Github Bot on 29 April 2017, 00:07:56 UTC
Summary:
TSAN sometimes complaints data race of PosixLogger::flush_pending_. Make it atomic.
Closes https://github.com/facebook/rocksdb/pull/2231

Differential Revision: D4973397

Pulled By: siying

fbshipit-source-id: 571e886e3eca3231705919d573e250c1c1ec3764
1 parent da4b207
History
File Mode Size
hash_cuckoo_rep.cc -rw-r--r-- 24.9 KB
hash_cuckoo_rep.h -rw-r--r-- 1.6 KB
hash_linklist_rep.cc -rw-r--r-- 29.6 KB
hash_linklist_rep.h -rw-r--r-- 1.8 KB
hash_skiplist_rep.cc -rw-r--r-- 11.3 KB
hash_skiplist_rep.h -rw-r--r-- 1.4 KB
inlineskiplist.h -rw-r--r-- 31.5 KB
inlineskiplist_test.cc -rw-r--r-- 16.9 KB
memtable_allocator.cc -rw-r--r-- 2.2 KB
memtable_allocator.h -rw-r--r-- 1.7 KB
memtablerep_bench.cc -rw-r--r-- 24.4 KB
skiplist.h -rw-r--r-- 15.7 KB
skiplist_test.cc -rw-r--r-- 10.3 KB
skiplistrep.cc -rw-r--r-- 8.7 KB
stl_wrappers.h -rw-r--r-- 1.0 KB
vectorrep.cc -rw-r--r-- 9.1 KB

back to top