rocksdb/cache
Jay Zhuang a6e425dc44 Fix a minor clang release build failure (#8290)
Summary:
Error message:
```
cache/clock_cache.cc:434:14: error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32]
    *state = end_idx;
           ~ ^~~~~~~
```
Make circleci to cover this case by install tbb.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8290

Test Plan: `USE_CLANG=1 make -j1 release`

Reviewed By: akankshamahajan15

Differential Revision: D28374672

Pulled By: jay-zhuang

fbshipit-source-id: e8c3ee46f2a008e8a599413292e5a4b5151365df
2021-05-12 10:45:29 -07:00
..
cache_bench.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
cache_helpers.h Introduce BlobFileCache and add support for blob files to Get() (#7540) 2020-10-15 13:04:47 -07:00
cache_test.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
cache.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
clock_cache.cc Fix a minor clang release build failure (#8290) 2021-05-12 10:45:29 -07:00
clock_cache.h Change RocksDB License 2017-07-15 16:11:23 -07:00
lru_cache_test.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
lru_cache.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
lru_cache.h New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
sharded_cache.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
sharded_cache.h New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00