Skip to content

bump the vitess version to main#722

Merged
frouioui merged 2 commits into
mainfrom
bump-vitess-version
Sep 25, 2025
Merged

bump the vitess version to main#722
frouioui merged 2 commits into
mainfrom
bump-vitess-version

Conversation

@frouioui

Copy link
Copy Markdown
Member

Based on top of #721.

This PR bumps the vitess go dependency to the latest commit on the main branch.

With vitessio/vitess#18642, some changes were done to the controller manager to properly bind with the new flag format.

@mdlayher mdlayher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems fine otherwise.

// Invariant: number of parts must be between 1-65536. This is enforced via
// the CRD.
ranges, err := key.GenerateShardRanges(int(p.Parts))
ranges, err := key.GenerateShardRanges(int(p.Parts), 0)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't understand the meaning of 0 here, mind leaving a comment?

@frouioui frouioui Sep 24, 2025

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

0 is the default value in Vitess and is a no-op, I am working on a follow up PR to actually expose this via the CRD and set this value

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

will leave a comment

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@frouioui frouioui merged commit 76cf5da into main Sep 25, 2025
12 of 13 checks passed
@frouioui frouioui deleted the bump-vitess-version branch September 25, 2025 15:38
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