Uh oh!
There was an error while loading. Please reload this page.
[fix](regression) Fetch streaming job metrics from master FE - #66460
Conversation
hello-stephen
commented
Aug 5, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
JNSimba
commented
Aug 5, 2026
run buildall |
JNSimba
commented
Aug 5, 2026
/review |
Codex automated review failed and did not complete. Error: All Codex review accounts are usage-limited; earliest retry is 2026-08-08T03:32:00Z. Please trigger /review again after that time. |
9c483c0 to
6c8fbd0CompareJNSimba
commented
Aug 5, 2026
run buildall |
JNSimba
commented
Aug 5, 2026
run buildall |
JNSimba
commented
Aug 5, 2026
/review |
Codex automated review failed and did not complete. Error: All Codex review accounts are usage-limited; earliest retry is 2026-08-08T03:32:00Z. Please trigger /review again after that time. |
Uh oh!
There was an error while loading. Please reload this page.
What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary:
The streaming job metrics regression test queried the configured FE HTTP endpoint, which can be a follower in a multi-FE environment. The doris_fe_job RUNNING gauge and per-job streaming job metrics are produced only on the master FE, so the test could time out even while the streaming job was running.
Resolve the current master FE HTTP address with the regression framework helpers before polling and query metrics from that endpoint.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)