Bo Wang
Bo Wang
Summary: Fix the following mem leak issue reported in crash test. ``` ==70722==ERROR: LeakSanitizer: detected memory leaks Direct leak of 6648240 byte(s) in 83103 object(s) allocated from: #0 0x13de9d7 in...
Summary: Add two new tickers for CompressedSecondaryCache. We can use these two to estimate the compression ratio. Test Plan: Unit Tests db_bench tests can show the new statistics.
Summary: To support tuning secondary cache dynamically, add `SetCapacity()` and `GetCapacity()` for CompressedSecondaryCache. Test Plan: Unit Tests
Summary: Enable CLANGFORMAT for the internal_repo_rocksdb. Differential Revision: D39699066 Test Plan: Unit Tests CI
Summary: Test Plan: Added new unit test cases: `make check`