-
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.
102629: kvserver: stop using deprecated snapshot fields r=kvoli a=andrewbaptist A number of fields in snapshot messages are no longer relevant. This PR stops using those fields completely so that in the next release they can be removed from the protocol completely. Release note: None Epic: none 107983: asim: add zone ctor to improve default StoresPerNode handling r=kvoli a=wenyihu6 Previously, simulated availability zones were initialized with struct literals. If `StoresPerNode` was left uninitialized, a default value of 1 is set before its use in functions. This was less ideal and seemed more error-prone. To improve this, this patch adds two constructors for simulated availability zones: one with a default of one store per node and one with custom stores per node. Release Note: None Epic: None 111128: ui: fix statement diagnostics page on max size error r=j82w a=j82w Problem: The SQL API has a maximum size of 50KB. The statement diagnostics page can easily hit this limit with large queries and/or large number of statement diagnostics. The page would fail to load and show no results. Fix: Add a new method to the SQL API to keep pulling results until no more max size errors are returned. Fixes: #108403 https://www.loom.com/share/8c88e44e03044eda8df06e23a3bc501a?sid=adc82737-1568-483d-bf48-6509779713e5 Release note (ui change): Fixes the statement diagnostics page when the response hit a max size error. Co-authored-by: Andrew Baptist <[email protected]> Co-authored-by: wenyihu6 <[email protected]> Co-authored-by: j82w <[email protected]>
- Loading branch information
Showing
15 changed files
with
254 additions
and
229 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
Oops, something went wrong.