Skip to content

Fix rocksdb_block_store.tombstone_count#3850

Merged
clemahieu merged 1 commit intodevelopfrom
rocksdb_tombstone_fix
Jul 9, 2022
Merged

Fix rocksdb_block_store.tombstone_count#3850
clemahieu merged 1 commit intodevelopfrom
rocksdb_tombstone_fix

Conversation

@clemahieu
Copy link
Copy Markdown
Contributor

With the addition of storing unchecked entries in memory, the unchecked_map class doesn't give guarantees that entries are written to disk which causes the rocksdb-specific tombstone checking to fail.

This rewrites the test directly in terms of the unchecked_store rather than unchecked_map.

…ed_map class doesn't give guarantees that entries are written to disk which causes the rocksdb-specific tombstone checking to fail.

This rewrites the test directly in terms of the unchecked_store rather than unchecked_map.
@clemahieu clemahieu added this to the V24.0 milestone Jul 9, 2022
@clemahieu clemahieu added the bug label Jul 9, 2022
@clemahieu clemahieu merged commit 6d7e636 into develop Jul 9, 2022
@clemahieu clemahieu deleted the rocksdb_tombstone_fix branch July 9, 2022 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants