-
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.
76154: migrations: add migration to wait on in-flight schema changes r=dt a=stevendanna Eventually, we want to stop accepting non-MVCC AddSSTables. To do this, we need all CREATE INDEX schema changes to use the new mvcc-compatible process. To make this more tenable, we want to drain in-flight schema changes during a migration. Release note: Finalizing an upgrade to 22.2 requires that all in-flight schema changes enter a terminal state. This may mean that finalization takes as long as the longest-running schema change. Release justification: Critical migration to ensure that 22.2's assumptions about non-MVCC operations are true. 86503: ui: create new cell types for different insights r=maryliag a=maryliag Adding the new types for high retry, suboptimal plan and failed to the insights table component. That can be used on Workload Statement Details page. Release justification: low risk, high benefit change Release note: None 86506: ui: create format function from hex to int64 r=maryliag a=maryliag Creation of a function that converts from hex to int64 in string format, so we don't have the problems of js conversions. Release justification: low risk change Release note: None 86535: ui: general fixes on transaction insights page r=maryliag a=maryliag This commit fixes a few bugs on the Workload Insights page - transactions: - Proper selection of the message when empty results - Adjust some styling Release justification: bug fixes Release note: None Co-authored-by: Steven Danna <danna@cockroachlabs.com> Co-authored-by: Marylia Gutierrez <marylia@cockroachlabs.com>
- Loading branch information
Showing
37 changed files
with
651 additions
and
358 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.