Commit 2458657
authored
[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 73fe371 commit 2458657
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 | |
|---|---|---|---|
| |||
1381 | 1381 | | |
1382 | 1382 | | |
1383 | 1383 | | |
1384 | | - | |
1385 | | - | |
1386 | | - | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | 1384 | | |
1391 | 1385 | | |
1392 | 1386 | | |
| |||
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