-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: do rangefeed enabled check before starting job
Fixes #41213 If we currently start a changefeed without enabling the `kv.rangefeed.enabled` cluster setting, a job first gets started and them fails when it hits the setting check during the initial `Rangefeed` setup. This PR fixes this by performing this setting check in `changefeedPlanHook` instead, alongside other existing checks. Release note: None Release justification: low risk UX improvement.
- Loading branch information
1 parent
c72813e
commit f1ec382
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters