-
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: Add persist backed catalog state (#22360)
This commit implements the DurableCatalogState trait using persist as the backing store. There are a handful of follow-up items that we need to do before considering using this implementation in persist. Those items include: - Using Protobuf to serialize and deserialize the catalog data. - Update the shard ID for better readability. - Implement data format migrations. - Implement a linearizable way to confirm leadership. - Figure out a way to cleanly drop the persist handles. - Optimize transaction performance. - Remove the audit log from the catalog. - Remove storage usage from the catalog. - Implement a catalog debug tool to replace the stash debug tool. Resolves #20953
- Loading branch information
Showing
12 changed files
with
1,712 additions
and
157 deletions.
There are no files selected for viewing
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
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.