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

squid: os/bluestore: set rocksdb iterator bounds for Bluestore::_collection_list() #57623

Open
wants to merge 1 commit into
base: squid
Choose a base branch
from

Conversation

sajibreadd
Copy link
Contributor

…list()

When Bluestore::_collection_list() is called during PG removal, rocksdb
often has to iterate over many rocksdb deletion tombstones from recenently
deleted onode keys. This change bounds the rocksdb iteration when possible,
to avoid high latencies caused by iteration over many contiguous deletion
tombstones.

Fixes: https://tracker.ceph.com/issues/58274
Signed-off-by: Cory Snyder <csnyder@iland.com>
(cherry picked from commit a6bcb57)
@sajibreadd sajibreadd requested a review from a team as a code owner May 22, 2024 10:53
@github-actions github-actions bot added this to the squid milestone May 22, 2024
@ifed01
Copy link
Contributor

ifed01 commented May 27, 2024

jenkins test windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants