-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix][broker]Prevent StackOverFlowException in SHARED subscription
#16968
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
Conversation
|
And I'm not sure if we use |
Jason918
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gaoran10
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! LGTM
…pache#16968) (cherry picked from commit a88d952)
…in PersistentDispatcherMultipleConsumers class (apache#17018)
…in PersistentDispatcherMultipleConsumers class (apache#17018) (cherry picked from commit abff91f)
…pache#16968) (cherry picked from commit a88d952) Signed-off-by: Zixuan Liu <nodeces@gmail.com>
…in PersistentDispatcherMultipleConsumers class (apache#17018) (cherry picked from commit abff91f) Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Motivation
Similar issue: #10696
We found the
StackOverFlowwhen redelivering large messages. the log here:Modifications
readMoreEntries()on the same threadreadMoreEntriesmethod toreadMoreEntriesAsyncmethod.Verifying this change
Documentation
doc-not-needed(Please explain why)