Commit a70a106
committed
Allow parallel_count=0 to skip query workers while still running checkpoint validation
When parallel_count is 0, no query workers are spawned and throughput
metric returns 0. Checkpoint validation continues to run from the ETL
pipeline loop using its own executor, unaffected by the absence of
query workers.1 parent bac5948 commit a70a106
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | 269 | | |
274 | 270 | | |
275 | 271 | | |
| |||
481 | 477 | | |
482 | 478 | | |
483 | 479 | | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
484 | 483 | | |
485 | 484 | | |
486 | 485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
| 1087 | + | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
| |||
0 commit comments