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

Upgrade to go1.22.2 and upgrade Vitess Dependency to Latest #547

Merged
merged 7 commits into from
Apr 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 7, 2024

Weekly Vitess dependency upgrade running on a cron schedule

@github-actions github-actions bot force-pushed the create-pull-request/patch branch 2 times, most recently from f2f5699 to 8898fbe Compare April 21, 2024 00:05
Signed-off-by: GitHub <noreply@github.com>
@frouioui frouioui closed this Apr 29, 2024
@frouioui frouioui reopened this Apr 29, 2024
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@frouioui frouioui changed the title Upgrade Vitess Dependency to Latest Upgrade to go1.22.2 and upgrade Vitess Dependency to Latest Apr 29, 2024
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@frouioui
Copy link
Member

frouioui commented Apr 29, 2024

Commit 501d5c8 reflects the changes made by vitessio/vitess#15791. It also decreases the timeout when checking the cluster setup, it used to be 300 seconds which does not make sense since we already have a 1200 seconds timeout for every item we are checking. I bumped the vtctldclient deps from v16 to v19 too. I will open a PR shortly to update the release documentation.

@@ -19,7 +19,7 @@ function checkSemiSyncSetup() {
function checkSemiSyncWithRetry() {
vttablet=$1
for i in {1..600} ; do
kubectl exec "$vttablet" -c mysqld -- mysql -S "/vt/socket/mysql.sock" -u root -e "show variables like 'rpl_semi_sync_slave_enabled'" | grep "ON"
kubectl exec "$vttablet" -c mysqld -- mysql -S "/vt/socket/mysql.sock" -u root -e "show variables like 'rpl_semi_sync_%_enabled'" | grep "ON"
Copy link
Member

Choose a reason for hiding this comment

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

Check for both rpl_semi_sync_replica_enabled and rpl_semi_sync_slave_enabled

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@frouioui frouioui merged commit b67bb0d into main Apr 30, 2024
9 checks passed
@frouioui frouioui deleted the create-pull-request/patch branch April 30, 2024 20:15
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.

2 participants