aleksraiden opened a new pull request, #1933:
URL: https://github.com/apache/kvrocks/pull/1933

   Full release notes - https://github.com/facebook/rocksdb/releases/tag/v8.9.1
   
   **Bug fixed**
   
   - Avoid destroying the periodic task scheduler's default timer in order to 
prevent static destruction order issues
   - Fixed a crash or assertion failure bug in experimental new HyperClockCache
   - Fix a race between flush error recovery and db destruction that can lead 
to db crashing
   - Fixed some bugs in the index builder/reader path for user-defined 
timestamps in Memtable only feature
   
   **New features**
   
   - Added rocksdb_ratelimiter_create_auto_tuned API to create an auto-tuned 
GenericRateLimiter
   - Add GetEntity() and PutEntity() API implementation for Attribute Group 
support
   - Add new Cache APIs GetSecondaryCacheCapacity() and 
GetSecondaryCachePinnedUsage() to return the configured capacity, and cache 
reservation charged to the secondary cache.
   - During off-peak hours defined by daily_offpeak_time_utc, the compaction 
picker will select a larger number of files for periodic compaction
   - Deleting stale files upon recovery are delegated to SstFileManger if 
available so they can be rate limited.
   - When WAL_ttl_seconds > 0, we now process archived WALs for deletion at 
least every WAL_ttl_seconds / 2 seconds.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to