Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rocksdb_block_store.tombstone_count #3850

Merged
merged 1 commit into from
Jul 9, 2022
Merged

Conversation

clemahieu
Copy link
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