Uh oh!
There was an error while loading. Please reload this page.
[Fix](Streamingjob) fix show task error info when task timeout - #59784
Conversation
hello-stephen
commented
Jan 12, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
# Conflicts: # fe/fe-core/src/main/java/org/apache/doris/job/extensions/insert/streaming/StreamingMultiTblTask.java
JNSimba
commented
Jan 12, 2026
run buildall |
hello-stephen
commented
Jan 12, 2026
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Jan 12, 2026
TPC-H: Total hot run time: 31525 ms |
doris-robot
commented
Jan 12, 2026
TPC-DS: Total hot run time: 173390 ms |
JNSimba
commented
Jan 12, 2026
run p0 |
hello-stephen
commented
Jan 12, 2026
FE Regression Coverage ReportIncrement line coverage |
JNSimba
commented
Jan 12, 2026
run p0 |
1 similar comment
JNSimba
commented
Jan 12, 2026
run p0 |
hello-stephen
commented
Jan 12, 2026
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
hello-stephen
commented
Jan 12, 2026
FE Regression Coverage ReportIncrement line coverage |
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
### What problem does this PR solve? fix show task error info when task timeout Related PR: #58898
…e#59784) ### What problem does this PR solve? fix show task error info when task timeout Related PR: apache#58898
### What problem does this PR solve? Related PR: #57551#59784 1. Currently, errors are automatically cleaned up during autoresume. Therefore, if a task continues to generate errors and autoresume, the errors may not be detected at the job level. 2. Data quality errors are flagged when retrieving tasks.
### What problem does this PR solve? Related PR: #57551#59784 1. Currently, errors are automatically cleaned up during autoresume. Therefore, if a task continues to generate errors and autoresume, the errors may not be detected at the job level. 2. Data quality errors are flagged when retrieving tasks.
…meout apache#59784 (apache#59807) Cherry-picked from apache#59784 Co-authored-by: wudi <wudi@selectdb.com>
What problem does this PR solve?
fix show task error info when task timeout
Related PR: #58898
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)