rocksdb/utilities/persistent_cache
krad 81f6b33d93 Fix tsan error
Summary:
The tsan error was because the random implementation we have is not
thread safe, using Random::GetTLSInstance

Test Plan: Run tests in Linux

Reviewers: sdong

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D59559
2016-06-13 12:59:38 -07:00
..
hash_table_bench.cc Fix Windows build 2016-06-06 18:38:12 -07:00
hash_table_evictable.h Fix tsan error 2016-06-13 12:59:38 -07:00
hash_table_test.cc Add persistent cache to Windows build system 2016-06-02 17:48:25 -07:00
hash_table.h Add persistent cache to Windows build system 2016-06-02 17:48:25 -07:00
lrulist.h Disable lite build/testing for persistent read cache 2016-05-22 21:39:17 -07:00
persistent_cache_test.cc Fix tsan error 2016-06-13 12:59:38 -07:00
persistent_cache_test.h Enabled Windows build for volatile tier implementation 2016-06-09 11:10:35 -07:00
persistent_cache_tier.cc Persistent Read Cache (4) Interface definitions 2016-06-06 13:17:09 -07:00
persistent_cache_tier.h Temporarily remove PersistentCacheOptions from persistent_cache_tier.h to fix unity build 2016-06-09 10:39:42 -07:00
volatile_tier_impl.cc Enabled Windows build for volatile tier implementation 2016-06-09 11:10:35 -07:00
volatile_tier_impl.h Enabled Windows build for volatile tier implementation 2016-06-09 11:10:35 -07:00