From: Changyu Bi Date: Wed, 1 Jun 2022 21:07:13 +0000 (-0700) Subject: Add bug fix to HISTORY.md (#10091) X-Git-Tag: v7.4.3~90 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=463873f1bbc8e697e44488a3d1c700aa307f737c;p=rocksdb.git Add bug fix to HISTORY.md (#10091) Summary: Add to HISTORY.md the bug fixed in https://github.com/facebook/rocksdb/issues/10051 Pull Request resolved: https://github.com/facebook/rocksdb/pull/10091 Reviewed By: ajkr Differential Revision: D36821861 Pulled By: cbi42 fbshipit-source-id: 598812fab88f65c0147ece53cff55cf4ea73aac6 --- diff --git a/HISTORY.md b/HISTORY.md index 51af876ea..bb18de05e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log ## Unreleased +### Bug Fixes +* Fixed a bug where a snapshot taken during SST file ingestion would be unstable. ### Public API changes * Add new API GetUnixTime in Snapshot class which returns the unix time at which Snapshot is taken. * Add transaction `get_pinned` and `multi_get` to C API.