[fix][broker] Consumer stuck when delete subscription __compaction failed - #23980
Merged
Conversation
lhotari
reviewed
Feb 13, 2025
coderzc
approved these changes
Apr 2, 2025
dao-jun
approved these changes
Apr 7, 2025
Closed
3 tasks
Member
|
@poorbarcode I fixed a checkstyle issue and a problem in using MockZooKeeper's This will trigger a ConnectionLost session event. That's why a delay should be kept under 2000 ms. |
4 tasks
Member
|
I created a separate PR to fix the invalid test that fails now: #24166 |
Technoboy-
pushed a commit
that referenced
this pull request
Apr 14, 2025
…iled (#23980) Co-authored-by: Lari Hotari <lhotari@apache.org>
poorbarcode
added a commit
to poorbarcode/pulsar
that referenced
this pull request
Apr 15, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org>
nodece
pushed a commit
to nodece/pulsar
that referenced
this pull request
Apr 22, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983)
4 tasks
ganesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 24, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit e097ea1)
ganesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 24, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit e097ea1)
manas-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 27, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit e097ea1)
ganesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 30, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit e097ea1)
manas-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
May 2, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit e097ea1)
manas-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
May 2, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit 13d21f0)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
May 6, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org> (cherry picked from commit 98c9983) (cherry picked from commit 13d21f0)
walkinggo
pushed a commit
to walkinggo/pulsar
that referenced
this pull request
Oct 8, 2025
…iled (apache#23980) Co-authored-by: Lari Hotari <lhotari@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Background
__compactionIssue 1: consumer will stuck if deleting cursor(the step 2 above) failed
You can reproduce the issue by the test
testReadMsgsAfterDisableCompaction(true)issue 2
The compaction task can concurrently execute by deleting the cursor
__compactionModifications
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: x