-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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][broker]Prevent StackOverFlowException
in SHARED subscription
#16968
Conversation
And I'm not sure if we use |
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
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 <[email protected]>
…in PersistentDispatcherMultipleConsumers class (apache#17018) (cherry picked from commit abff91f) Signed-off-by: Zixuan Liu <[email protected]>
Motivation
Similar issue: #10696
We found the
StackOverFlow
when redelivering large messages. the log here:Modifications
readMoreEntries()
on the same threadreadMoreEntries
method toreadMoreEntriesAsync
method.Verifying this change
Documentation
doc-not-needed
(Please explain why)