From a85443c00198185cec6de91eadb6e6bdc893c301 Mon Sep 17 00:00:00 2001 From: Levi Tamasi Date: Mon, 8 Aug 2022 15:54:13 -0700 Subject: [PATCH] Update HISTORY.md for PR 10492 (#10504) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10504 Reviewed By: akankshamahajan15 Differential Revision: D38514813 Pulled By: ltamasi fbshipit-source-id: 3c0c157740a6680b6f91216adcc2553c3a327b94 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index fa6d457bb..478c0fdf5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -22,6 +22,7 @@ * Fix a bug that `best_efforts_recovery` may fail to open the db with mmap read. * Fixed a bug where blobs read during compaction would pollute the cache. * Fixed a data race in LRUCache when used with a secondary_cache. +* Fixed a bug where blobs read by iterators would be inserted into the cache even with the `fill_cache` read option set to false. ### Behavior Change * Added checksum handshake during the copying of decompressed WAL fragment. This together with #9875, #10037, #10212, #10114 and #10319 provides end-to-end integrity protection for write batch during recovery.