-
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.
sql: partition REGIONAL BY ROW on all indexes during region changes
Only doing REGIONAL BY ROW repartitions on non-drop indexes leads us to a failure mode where if the DROP INDEX fails during an ADD/DROP REGION, we do not reset the partitions appropriately. This is now resolved. Release note (bug fix): Fix a bug where a concurrent DROP INDEX which fails whilst an ADD/DROP REGION is in progress leads to an invalid partitioning set up.
- Loading branch information
Showing
2 changed files
with
159 additions
and
49 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