Commit 2acccd3
authored
chore: enable scheduler sentinel creation and chasm scheduler routing (#10185)
## Summary
- Sets `EnableCHASMSchedulerRouting` default to `true` — schedule RPCs
are now routed to the CHASM (V2) implementation first (with fallback to
V1), excluding CreateSchedule.
- Sets `EnableCHASMSchedulerSentinels` default to `true` — enables
ID-space collision sentinels ahead of enabling CHASM scheduler creation.
## Why
Both of these flags need to be enabled if there are any chasm schedules
on the cluster.1 parent 3654a89 commit 2acccd3
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2905 | 2905 | | |
2906 | 2906 | | |
2907 | 2907 | | |
2908 | | - | |
| 2908 | + | |
2909 | 2909 | | |
2910 | 2910 | | |
2911 | 2911 | | |
| |||
2919 | 2919 | | |
2920 | 2920 | | |
2921 | 2921 | | |
2922 | | - | |
| 2922 | + | |
2923 | 2923 | | |
2924 | 2924 | | |
2925 | 2925 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4429 | 4429 | | |
4430 | 4430 | | |
4431 | 4431 | | |
| 4432 | + | |
4432 | 4433 | | |
4433 | 4434 | | |
4434 | 4435 | | |
| |||
0 commit comments