Update version and HISTORY for 6.21.2
This commit is contained in:
parent
95168f3514
commit
392d72739a
@ -1,4 +1,8 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 6.21.2 (2021-06-14)
|
||||||
|
### Bug Fixes
|
||||||
|
* Fixed related but less common performance bugs in background gathering of block cache entry statistics.
|
||||||
|
|
||||||
## 6.21.1 (2021-06-08)
|
## 6.21.1 (2021-06-08)
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* Fixed a performance bug in background gathering of block cache entry statistics, that could consume a lot of CPU when there are many column families with a shared block cache.
|
* Fixed a performance bug in background gathering of block cache entry statistics, that could consume a lot of CPU when there are many column families with a shared block cache.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 6
|
#define ROCKSDB_MAJOR 6
|
||||||
#define ROCKSDB_MINOR 21
|
#define ROCKSDB_MINOR 21
|
||||||
#define ROCKSDB_PATCH 1
|
#define ROCKSDB_PATCH 2
|
||||||
|
|
||||||
// Do not use these. We made the mistake of declaring macros starting with
|
// Do not use these. We made the mistake of declaring macros starting with
|
||||||
// double underscore. Now we have to live with our choice. We'll deprecate these
|
// double underscore. Now we have to live with our choice. We'll deprecate these
|
||||||
|
Loading…
Reference in New Issue
Block a user