-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[improve](routine-load) add retry when get Kafka meta info #35376
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
0aa90fb
to
b028e30
Compare
run buildall |
TPC-H: Total hot run time: 41813 ms
|
TPC-DS: Total hot run time: 171721 ms
|
ClickBench: Total hot run time: 30.19 s
|
fe/fe-core/src/main/java/org/apache/doris/datasource/kafka/KafkaUtil.java
Show resolved
Hide resolved
ab925f9
to
860d1bd
Compare
run buildall |
026b3a3
to
763df1a
Compare
run buildall |
efd4041
to
c44453b
Compare
run buildall |
TPC-H: Total hot run time: 41429 ms
|
TPC-DS: Total hot run time: 170644 ms
|
ClickBench: Total hot run time: 30.29 s
|
c44453b
to
cf96304
Compare
run buildall |
TPC-H: Total hot run time: 40026 ms
|
TPC-DS: Total hot run time: 169007 ms
|
ClickBench: Total hot run time: 30.17 s
|
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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
cf96304
to
dca50ae
Compare
run buildall |
TPC-H: Total hot run time: 40805 ms
|
TPC-DS: Total hot run time: 173106 ms
|
ClickBench: Total hot run time: 30.88 s
|
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
If be down when FE send RPC `getInfo` or meet network error when be send RPC to Kafka, routine load job will pause. To keep routine load stable, add retry when get Kafka meta info.
Proposed changes
If be down when FE send RPC
getInfo
or meet network error when be send RPC to Kafka, routine load job will pause.To keep routine load stable, add retry when get Kafka meta info.