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: crimson/os/seastore/transaction_manager: fix write pipeline phase leak #57513

Merged
merged 1 commit into from
May 21, 2024

Conversation

Matan-B
Copy link
Contributor

@Matan-B Matan-B commented May 16, 2024

backport of #57129

this backport was staged using crimson-backport.sh which is based on ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh

At present, if a transaction gets interrupted right after it enters
WritePipeline::ReserveProjectedUsage and before any later continuations
get executed, WritePipeline::ReserveProjectedUsage will be locked
forever.

Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
(cherry picked from commit 6a6f340)
@Matan-B Matan-B requested a review from a team as a code owner May 16, 2024 11:52
@Matan-B Matan-B added this to the squid milestone May 16, 2024
@Matan-B Matan-B merged commit 2ccd6e9 into ceph:squid May 21, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants