From 0b31668e0cc8f562a6769218bd56706c0b91ea27 Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Mon, 29 Nov 2021 09:10:53 -0800 Subject: [PATCH] HISTORY for #9208 Summary: Update HISTORY for bug fix. Test Plan: n/a --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7e44775a7..af8e5b2eb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## Unreleased +### Bug Fixes +* Fixed a bug that could, with WAL enabled, cause backups, checkpoints, and `GetSortedWalFiles()` to fail randomly with an error like `IO error: 001234.log: No such file or directory` + ## 6.27.0 (2021-11-19) ### New Features * Added new ChecksumType kXXH3 which is faster than kCRC32c on almost all x86\_64 hardware.