Uh oh!
There was an error while loading. Please reload this page.
[fix](load) print real reason if fetching Kafka meta fail - #51880
Conversation
hello-stephen
commented
Jun 18, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
sollhui
commented
Jun 18, 2025
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Jun 18, 2025
TPC-H: Total hot run time: 33631 ms |
hello-stephen
commented
Jun 18, 2025
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Jun 18, 2025
TPC-H: Total hot run time: 33879 ms |
doris-robot
commented
Jun 18, 2025
TPC-DS: Total hot run time: 193132 ms |
899b48f to
4aea7ffComparesollhui
commented
Jun 18, 2025
run buildall |
doris-robot
commented
Jun 18, 2025
TPC-H: Total hot run time: 34000 ms |
doris-robot
commented
Jun 18, 2025
TPC-DS: Total hot run time: 185970 ms |
doris-robot
commented
Jun 18, 2025
ClickBench: Total hot run time: 29.64 s |
hello-stephen
commented
Jun 18, 2025
FE UT Coverage ReportIncrement line coverage |
4aea7ff to
9c4bbcbComparesollhui
commented
Jun 18, 2025
run buildall |
doris-robot
commented
Jun 18, 2025
TPC-H: Total hot run time: 34182 ms |
doris-robot
commented
Jun 18, 2025
TPC-DS: Total hot run time: 186840 ms |
doris-robot
commented
Jun 18, 2025
ClickBench: Total hot run time: 29.28 s |
hello-stephen
commented
Jun 18, 2025
FE UT Coverage ReportIncrement line coverage |
de8ea30 to
ad25478Comparesollhui
commented
Jun 18, 2025
run buildall |
doris-robot
commented
Jun 18, 2025
TPC-H: Total hot run time: 34394 ms |
doris-robot
commented
Jun 18, 2025
TPC-DS: Total hot run time: 188283 ms |
doris-robot
commented
Jun 18, 2025
ClickBench: Total hot run time: 29.86 s |
hello-stephen
commented
Jun 18, 2025
FE UT Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
### What problem does this PR solve? Print real reason if fetching Kafka meta fail, if set unknown topic: before msg ``` Failed to get all partitions of kafka topic: invalid_topic error: errCode = 2, detailMessage = Failed to get info. No alive backends. ``` fix msg: ``` failed to get info: [(172.16.0.232)[INTERNAL_ERROR]error: Broker: Unknown topic or partition], may be Kafka properties set in job is error or no partition in this topic that should check Kafka ```
### What problem does this PR solve? Print real reason if fetching Kafka meta fail, if set unknown topic: before msg ``` Failed to get all partitions of kafka topic: invalid_topic error: errCode = 2, detailMessage = Failed to get info. No alive backends. ``` fix msg: ``` failed to get info: [(172.16.0.232)[INTERNAL_ERROR]error: Broker: Unknown topic or partition], may be Kafka properties set in job is error or no partition in this topic that should check Kafka ```
What problem does this PR solve?
Print real reason if fetching Kafka meta fail, if set unknown topic:
before msg
fix msg:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)