[MDEV-32200] Fix bloomfilter for the RocksDB 8.1 update Created: 2023-09-19 Updated: 2023-12-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Critical |
| Reporter: | Andrew Hutchings | Assignee: | Andrew Hutchings |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Bloomfilter tests are randomly failing in the RocksDB 8.1 update (https://github.com/MariaDB/server/pull/2648), which meant that we had to remove it from 11.3. We need to fix this so that we can do the update in 11.4. |
| Comments |
| Comment by Andrew Hutchings [ 2023-09-19 ] |
|
For my own notes, I believe the cause is the Rdb_index_stats_thread class wasn't ported over. |