-
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.
63129: sql: block initial multi-region if zone configs have multi-region fields set r=ajstorm,aayushshah15 a=otan Refs: #63071 See individual commits for details. Note I have not done overwriting. This is not going to be planned for 21.1 unless we deem it a GA-blocker. 63231: coldata: do not allocate wasteful memory for UUIDs r=yuzefovich a=yuzefovich Previously, whenever we're allocating a new `Bytes` vector, we would use 64 bytes as an average element size to decide how large of a flat byte slice to allocate initially. This is wasteful in case of Uuids because then we know that each element will be exactly of 16 bytes. This commit uses that knowledge to remove wasteful allocations. Release note: None 63259: sql: add pgcode for DROP REGION on PRIMARY REGION r=ajstorm a=otan Release note (sql change): Introduce a pgcode when attempting to DROP REGION when the the region being dropped is the PRIMARY REGION. 63268: sql: deflake test with statement_timeout r=RaduBerinde a=RaduBerinde I saw a CI failure in this test, caused by the `SHOW` statement itself hitting the 100ms timeout. This points to something being unreasonably slow on the agent; but it is easy enough to increase this arbitrary value. Release note: None Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
15 changed files
with
456 additions
and
141 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
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.