-
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] Fix namespace not found will cause request timeout #18512
Conversation
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.
good catch!
Could you please add a test case that covers this fix ?
OK, I will add a test. |
/pulsarbot rerun-failure-checks |
Codecov Report
@@ Coverage Diff @@
## master #18512 +/- ##
============================================
- Coverage 47.72% 46.87% -0.86%
- Complexity 9330 10347 +1017
============================================
Files 618 698 +80
Lines 58568 68075 +9507
Branches 6093 7279 +1186
============================================
+ Hits 27951 31909 +3958
- Misses 27589 32579 +4990
- Partials 3028 3587 +559
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/pulsarbot rerun-failure-checks |
1 similar comment
/pulsarbot rerun-failure-checks |
@eolivelli Could you review this PR again? |
Can this pr be merged? |
Please wait for @eolivelli. |
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
(cherry picked from commit 7b06489)
(cherry picked from commit 7b06489)
Fixes #18497
Modifications
internalGetSubscriptions
didn't handlenamespace not found
exception so the web request won't get response, which causes request timout.Verifying this change
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: labuladong#13