You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Rocksdb Change Log
2
2
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
3
3
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
+
4
8
## 9.7.3 (10/16/2024)
5
9
### Behavior Changes
6
10
* 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.
0 commit comments