[MDEV-30610] Update RocksDB to the latest upstream version Created: 2023-02-08 Updated: 2023-12-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Critical |
| Reporter: | Andrew Hutchings | Assignee: | Andrew Hutchings |
| Resolution: | Unresolved | Votes: | 4 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Our RocksDB version is lagging behind the current version quite a bit. Unfortunately there have been large API changes so this isn't a case of just updating the git submodule. This needs a lot of work on our port of MyRocks, potentially porting newer features and bug fixes of MyRocks over where appropriate. |
| Comments |
| Comment by Andrew Hutchings [ 2023-08-15 ] |
|
Pull request for this for GSoC: https://github.com/MariaDB/server/pull/2648 It needs updating for 11.3. |
| Comment by cybernet2u [ 2023-11-15 ] |
|
any news ? |
| Comment by Sergei Golubchik [ 2023-11-15 ] |
|
Yes. The pull request was merged. Then we've found out that Bloom filter is basically broken, MDEV-32200 was created to fix this. It wasn't fixed in time for 11.3 release, so the pull request was reverted. As soon as MDEV-32200 is done, we'll get new RocksDB again. |
| Comment by cybernet2u [ 2023-11-16 ] |
|
thanks |