-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catalog: Clean up boot_ts usage in open (#25125)
This commit renames the `boot_ts` parameter of the open family of method in `OpenableDurableCatalogState` to `initial_ts`. `initial_ts` is more accurate because the timestamp is only used to initialize the catalog if it's a new environment. Additionally, `boot_ts` is used in other places and is linearized against the timestamp oracle. In the open family of methods, `boot_ts` wasn't linearized, so the name may have mistakenly led people to people that this `boot_ts` was also linearized. Additionally, `initial_ts` is removed as a parameter from `open_readonly`, because `open_readonly` cannot initialize a new environment, so it doesn't make sense to require a `initial_ts`.
- Loading branch information
Showing
9 changed files
with
51 additions
and
54 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
Oops, something went wrong.