mirror of
https://github.com/facebook/rocksdb.git
synced 2024-12-04 11:03:22 +00:00
Update HISTORY for 9.3.2
This commit is contained in:
parent
97a152b841
commit
01393464ea
|
@ -4,6 +4,7 @@
|
||||||
## 9.3.2 (08/02/2024)
|
## 9.3.2 (08/02/2024)
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* *Make DestroyDB supports slow deletion when it's configured in `SstFileManager`. The slow deletion is subject to the configured `rate_bytes_per_sec`, but not subject to the `max_trash_db_ratio`.
|
* *Make DestroyDB supports slow deletion when it's configured in `SstFileManager`. The slow deletion is subject to the configured `rate_bytes_per_sec`, but not subject to the `max_trash_db_ratio`.
|
||||||
|
* Fix a race condition in pessimistic transactions that could allow multiple transactions with the same name to be registered simultaneously, resulting in a crash or other unpredictable behavior.
|
||||||
|
|
||||||
## 9.3.1 (05/25/2024)
|
## 9.3.1 (05/25/2024)
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix a race condition in pessimistic transactions that could allow multiple transactions with the same name to be registered simultaneously, resulting in a crash or other unpredictable behavior.
|
|
Loading…
Reference in a new issue