Uh oh!
There was an error while loading. Please reload this page.
[Fix](Streaming) fix get remote meta failed to pause streaming job - #59760
Conversation
Thearas
commented
Jan 12, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
JNSimba
commented
Jan 12, 2026
run buildall |
There was a problem hiding this comment.
Pull request overview
This PR aims to fix an issue where streaming jobs fail to pause correctly when fetching remote metadata fails. The fix addresses the auto-resume mechanism that could incorrectly wake up manually paused jobs.
Changes:
- Added
volatilemodifier to thefailureReasonfield for thread-safe access - Modified error handling in
fetchMeta()to check existing failure reasons before setting new ones - Added logic to pause the job and trigger auto-resume when metadata fetch fails
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JNSimba
commented
Jan 12, 2026
run buildall |
doris-robot
commented
Jan 12, 2026
TPC-H: Total hot run time: 32111 ms |
doris-robot
commented
Jan 12, 2026
TPC-DS: Total hot run time: 173551 ms |
JNSimba
commented
Jan 12, 2026
run cloud_p0 |
hello-stephen
commented
Jan 12, 2026
FE UT Coverage ReportIncrement line coverage |
JNSimba
commented
Jan 12, 2026
run buildall |
JNSimba
commented
Jan 12, 2026
run buildall |
doris-robot
commented
Jan 12, 2026
TPC-H: Total hot run time: 31701 ms |
doris-robot
commented
Jan 12, 2026
TPC-DS: Total hot run time: 172533 ms |
JNSimba
commented
Jan 12, 2026
run cloud_p0 |
hello-stephen
commented
Jan 12, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jan 12, 2026
FE Regression Coverage ReportIncrement line coverage |
JNSimba
commented
Jan 12, 2026
run cloud_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.
…pache#59760) ### What problem does this PR solve? fix get remote meta failed to pause streaming job Releate PR: apache#58898
…aming job apache#59760 (apache#59808) Cherry-picked from apache#59760 Co-authored-by: wudi <wudi@selectdb.com>
What problem does this PR solve?
fix get remote meta failed to pause streaming job
Releate PR: #58898
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)