Uh oh!
There was an error while loading. Please reload this page.
[fix](filecache) fix warm up cancel failure when BE is down - #58035
Conversation
Fixed issue where cancel flow would exit if a BE was offline,preventing subsequent BEs from receiving clear_job RPC.Now skips failed BEs and continues sending RPCs to others. Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Thearas
commented
Nov 14, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
freemandealer
commented
Nov 14, 2025
run buildall |
doris-robot
commented
Nov 14, 2025
TPC-H: Total hot run time: 34254 ms |
doris-robot
commented
Nov 14, 2025
TPC-DS: Total hot run time: 187417 ms |
doris-robot
commented
Nov 14, 2025
ClickBench: Total hot run time: 27.66 s |
hello-stephen
commented
Nov 14, 2025
FE Regression Coverage ReportIncrement line coverage |
Uh oh!
There was an error while loading. Please reload this page.
| try { | ||
| TNetworkAddress addr = beToAddr == null ? null : beToAddr.get(beId); | ||
| if (addr != null) { | ||
| ClientPool.backendPool.invalidateObject(addr, client); |
There was a problem hiding this comment.
we cannot invalidate the pool unless we check the exception to ensure it needs invalidation.
There was a problem hiding this comment.
The pool is used locally, so invalidating one item won't affect other RPCs or jobs. Invalidation is to skip the failed BE and continue with the following.
Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
freemandealer
commented
Dec 1, 2025
run buildall |
freemandealer
commented
Dec 2, 2025
run buildall |
doris-robot
commented
Dec 2, 2025
TPC-H: Total hot run time: 34679 ms |
doris-robot
commented
Dec 2, 2025
TPC-DS: Total hot run time: 181379 ms |
doris-robot
commented
Dec 2, 2025
ClickBench: Total hot run time: 27.36 s |
hello-stephen
commented
Dec 2, 2025
FE Regression Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
Fixed issue where cancel flow would exit if a BE was offline,preventing subsequent BEs from receiving clear_job RPC.Now skips failed BEs and continues sending RPCs to others. Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Fixed issue where cancel flow would exit if a BE was offline,preventing subsequent BEs from receiving clear_job RPC.Now skips failed BEs and continues sending RPCs to others. Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Fixed issue where cancel flow would exit if a BE was offline,preventing subsequent BEs from receiving clear_job RPC.Now skips failed BEs and continues sending RPCs to others.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)