-
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.
Browse files
Browse the repository at this point in the history
77741: ttl: implement TTL scheduled job validation & fixup r=otan a=otan See individual commits for review. Resolves #75428 Release justification: high pri addition to new functionality 77808: clisqlshell: add ndjson as --format option r=rafiss a=otan Resolves #73022 Release justification: low-risk new update Release note: None 78095: ui: sort items in the sql activity dropdown menu r=gtr a=gtr Fixes #78081. Previously, app names in the dropdown menu for the stmts, txns, and sessions pages were unsorted. This change sorts these app names. Statements page: <img width="584" alt="statements-page" src="https://user-images.githubusercontent.com/35943354/159062772-c3a39f9f-50b2-43b8-a635-77506b715456.png"> Transactions page: <img width="584" alt="transactions-page" src="https://user-images.githubusercontent.com/35943354/159062801-ae172a16-9eee-4b5a-bc9b-b37b2ff6b1e5.png"> Sessions page: <img width="444" alt="sessions-page" src="https://user-images.githubusercontent.com/35943354/159062817-83d4eb53-9c91-44ae-9788-a3bacf4e469d.png"> Release note (ui change): app names in the dropdown menu are sorted. 78158: cli: debug decode-key to support base64 r=tbg,erikgrinaker a=aliher1911 Previously decode-key supported hex encoded keys. When using json serialization of descriptors and recovery plans you need to decode keys that are base64 encoded. This patch adds flag to select key encoding format. The default mode stays the same so any existing tooling willwork as expected. Release note: None 78223: descmetadata: fix condition for bumping table version r=ajwerner,RichardJCai a=rafiss This condition was inverted incorrectly. If the cache is on, it's important to bump the table version so the cache can be invalidated. Release justification: high priority bugfix to new functionality. Release note: None 78300: kvserver: don't GC if protected timestamp information isn't available r=arulajmani a=arulajmani We only want to run GC on a replica that some PTS information (even if it's stale). We don't want to run GC on a replica if no PTS information is available however. This can happen if a Replica is being considered for GC before the initial scan of the KVSubscriber has completed. This wasn't an issue before this patch for implicit reasons -- this patch just makes the check explicit and adds a test. Previously, we wouldn't run GC if no PTS information was available because our lease was guaranteed to be newer than the empty timestamp. Release note: None Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Gerardo Torres <[email protected]> Co-authored-by: Oleg Afanasyev <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: arulajmani <[email protected]>
- Loading branch information
Showing
38 changed files
with
926 additions
and
59 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
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.