]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix PrepopulateBlockCache::kFlushOnly (#8750)
authorPeter Dillinger <peterd@fb.com>
Wed, 15 Sep 2021 22:32:07 +0000 (15:32 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 15 Sep 2021 22:33:20 +0000 (15:33 -0700)
commit2819c7840e3c7935906bcb4c07af806a5a0eedac
tree527f9661019c881e4cbe9809a5b636353c31fe09
parent82e7631de6e6ff87db62e64b0cc73d3c7886bb3a
Fix PrepopulateBlockCache::kFlushOnly (#8750)

Summary:
kFlushOnly currently means "always" except in the case of
remote compaction. This makes it flushes only.

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

Test Plan: test updated

Reviewed By: akankshamahajan15

Differential Revision: D30968034

Pulled By: pdillinger

fbshipit-source-id: 5dbd24dde18852a0e937a540995fba9bfbe89037
HISTORY.md
db/db_block_cache_test.cc
table/block_based/block_based_table_builder.cc
table/block_based/block_based_table_reader.cc