Skip to content

Commit 3c27a3d

Browse files
committed
Version and history for 9.7.4
1 parent 0d378ba commit 3c27a3d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
4+
## 9.7.4 (10/31/2024)
5+
### Bug Fixes
6+
* Fix a leak of obsolete blob files left open until DB::Close(). This bug was introduced in version 9.4.0.
7+
48
## 9.7.3 (10/16/2024)
59
### Behavior Changes
610
* OPTIONS file to be loaded by remote worker is now preserved so that it does not get purged by the primary host. A similar technique as how we are preserving new SST files from getting purged is used for this. min_options_file_numbers_ is tracked like pending_outputs_ is tracked.

include/rocksdb/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 9
1515
#define ROCKSDB_MINOR 7
16-
#define ROCKSDB_PATCH 3
16+
#define ROCKSDB_PATCH 4
1717

1818
// Do not use these. We made the mistake of declaring macros starting with
1919
// double underscore. Now we have to live with our choice. We'll deprecate these

unreleased_history/bug_fixes/blob_file_leak.md

-1
This file was deleted.

0 commit comments

Comments
 (0)