Commit b448bd4
[enhance](job) optimize auto resume rule to adapt VCG failover (#59421)
### What problem does this PR solve?
In #52515 introduces VCG(Virtual
Compute Group) to be used for multi availability zone disaster recovery.
But routine load job do not adapt it perfectly: If a cluster in an
availability zone crashes, VCG provides disaster recovery capabilities,
but the job will not be automatically resume. So this PR removed the
`dead BE count` calculation when judge `isNeedAutoSchedule`.
### Release note
None1 parent 7f5ba43 commit b448bd4
File tree
2 files changed
+0
-16
lines changed- fe
- fe-common/src/main/java/org/apache/doris/common
- fe-core/src/main/java/org/apache/doris/load/routineload
2 files changed
+0
-16
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | | - | |
1327 | | - | |
1328 | 1322 | | |
1329 | 1323 | | |
1330 | 1324 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| |||
0 commit comments