-
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.
73393: backup: refactor resolution work r=dt a=dt This refactors some of backup's resolution work, done during planning prior to job creation, into a helper. Specifically, the steps which scan external storage for prior backups and pick paths, determine coverings, etc, is moved into a helper. This doesn't change when this runs yet, but is done with an eye towards then moving the invocation of this to job execution in a follow-up. Release note: none. 73652: storage: clean up deprecated comment r=AlexTalks a=AlexTalks This change fixes a deprecated comment which referred to the `isSeparated` return parameter of the `mvccGetMetadata` function, which was removed #72536. Release note: None 73700: ui: update reset index stats button text r=lindseyjin a=lindseyjin Since the "reset index stats" button currently clears all index stats for a database, we're updating the button text to be a little more clear. This can be changed back once resetting by level (index, table, cluster) is implemented. <img width="398" alt="Screen Shot 2021-12-10 at 5 21 44 PM" src="https://user-images.githubusercontent.com/29153209/145649181-f7165f67-024e-40c5-893b-05c59e1e85e1.png"> <img width="398" alt="Screen Shot 2021-12-10 at 5 21 37 PM" src="https://user-images.githubusercontent.com/29153209/145649190-99f5ddcf-0648-4c21-9af9-92a2c5d0825e.png"> Release note (ui change): update "reset index stats" button text to be more clear Co-authored-by: David Taylor <[email protected]> Co-authored-by: Alex Sarkesian <[email protected]> Co-authored-by: Lindsey Jin <[email protected]>
- Loading branch information
Showing
9 changed files
with
1,847 additions
and
933 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
Oops, something went wrong.