Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sstable: make Category an enum #4119

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

RaduBerinde
Copy link
Member

Instead of using arbitrary strings, we use an enum. Categories must
now be registered upfront (from an init function). We also associate
the QoS level upon registration, simplifying the plumbing.

@RaduBerinde RaduBerinde requested a review from jbowens October 28, 2024 20:17
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Instead of using arbitrary strings, we use an enum. Categories must
now be registered upfront (from an `init` function). We also associate
the QoS level upon registration, simplifying the plumbing.
@RaduBerinde RaduBerinde marked this pull request as ready for review November 1, 2024 14:51
@RaduBerinde RaduBerinde requested a review from a team as a code owner November 1, 2024 14:51
@RaduBerinde
Copy link
Member Author

cockroachdb/cockroach#133643 is a draft of the CRDB-side change.

Copy link
Collaborator

@jbowens jbowens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 16 of 16 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @RaduBerinde)

@RaduBerinde
Copy link
Member Author

TFTR!

@RaduBerinde RaduBerinde merged commit 71bb6ba into cockroachdb:master Nov 1, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants