Skip to content

Commit f1dee8a

Browse files
author
Dave Rigby
committed
Advance rocksdb submodule to tip of 6.29.tikv branch
Advance the pinned SHA of the rocksdb submodule to the latest commit on the 6.29.tikv branch. This brings in the following commits vs previous pinned SHA (HEAD): ``` * 698e71d45 2025-05-08 | Cherry-pick compilation fix (tikv#410) (origin/6.29.tikv) [Yang Zhang] * c52cd52b7 2025-01-20 | [CP-to-6.29.tikv] rate-limiter: fix clock skew if enabling auto-tuned. (tikv#401) (tikv#402) [lucasliang] * ee26b5cba 2024-09-09 | OWNERS: Auto Sync OWNERS files from community membership (tikv#371) [Ti Chi Robot] * b1cd552a4 2024-08-30 | [skip ci] Update OWNERS file (tikv#366) [Ti Chi Robot] * 3fe3ffaab 2024-07-25 | Fix bloom filter compatibility issue caused by naming (tikv#365) [Yang Zhang] * 45509f0f5 2024-03-26 | Ensure writes to WAL tail during `FlushWAL(true /* sync */)` will be synced (#10560) (tikv#357) [Connor] * 3dba9fa20 2024-02-01 | Add a blob-specific cache priority (#10461) (tikv#354) [Connor] * dcf2f8d56 2024-01-03 | Add copy constructor to ColumnFamilyHandleImpl (tikv#353) [Yang Zhang] * 938c01617 2023-10-09 | fix new write amp io-limiter (tikv#350) [glorv] * 0813e37a4 2023-10-09 | fix deadlock between Flush and UnregisterDB (tikv#349) [Spade A] * c0953b3c0 2023-09-21 | make WriteAmpBasedRateLimiter's auto tune smooth window configurable (tikv#348) [glorv] * 20225a41c 2023-09-09 | Avoid chaos between NotifyOnMemTableSealed and NotifyOnFlushCompleted (tikv#347) (HEAD) [Spade A] ``` Noteworthy changes affecting our use of tikv/rocksdb: * Fixed bug where `FlushWAL(true /* sync */)` (used by `GetLiveFilesStorageInfo()`, which is used by checkpoint and backup) could cause parallel writes at the tail of a WAL file to never be synced.
1 parent 77b9754 commit f1dee8a