-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
63306: changefeedccl: disallow changfeeds on regional by row tables r=miretskiy a=stevendanna To fully support changefeeds, we need to make a number of technical- and product-level decisions and changes. Until those changes are made, we want to disable changefeeds on regional by row tables. This change ads a new check in the table validator that will prevent new changefeeds from being started on a table where IsLocalityRegionalByRow() is true. Further, existing feeds will fails with a non-retriable error. Fixes #63239 Release note (enterprise change): Changefeeds will now fail on any regional by row table with an error such as: CHANGEFEED cannot target REGIONAL BY ROW tables: TABLE_NAME This is to prevent unexpected changefeed behavior until we can offer full support for regional by row tables. Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
8 changed files
with
222 additions
and
16 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
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
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
Oops, something went wrong.