[improve][transaction] Add logs for REST API in transaction#15081
[improve][transaction] Add logs for REST API in transaction#15081gaozhangmin merged 1 commit intoapache:masterfrom
Conversation
|
Looks like you just add the error log here, a little bit confused about your PR title and description. |
Without this, broker server side logged nothing as issue #14851. |
RobertIndie
left a comment
There was a problem hiding this comment.
This PR doesn't seem to fix the #14851 . I think we need to find the root cause of this issue.
RobertIndie
left a comment
There was a problem hiding this comment.
This PR doesn't seem to fix the #14851 . I think we need to find the root cause of this issue.
Only add logs when error. It's not related to #14851.
Get it. Thanks for your explanation. @Technoboy-
|
/pulsarbot run-failure-checks |
mattisonchao
left a comment
There was a problem hiding this comment.
Looks like we will return 307, and this redirect exception may don't need to log error.
@ApiResponse(code = 307, message = "Topic is not owned by this broker!"),
@mattisonchao redirection exception is thrown in method |
|
@gaozhangmin |
|
@mattisonchao PTAL again. |
|
/pulsarbot run-failure-checks |
b8867e8 to
7bec9f5
Compare
|
/pulsarbot run-failure-checks |
7bec9f5 to
8d294c6
Compare
2bcb013 to
f3854b2
Compare
Co-authored-by: gavingaozhangmin <gavingaozhangmin@didiglobal.com>
Co-authored-by: gavingaozhangmin <gavingaozhangmin@didiglobal.com>
Motivation
Add logs when broker occur error.
Documentation
Check the box below or label this PR directly.
Need to update docs?
no-need-doccode optimize. no new feature added.