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

Pull in latest upstream v19 changes #141

Merged
merged 11 commits into from
Feb 18, 2025
Merged

Conversation

arthurschreiber
Copy link
Member

Description

This pull request pulls in the latest v19 changes, including the memory leak fix from #140.

Related Issue(s)

https://github.com/github/vitess/issues/1392

Checklist

  • "Backport to:" labels have been added if this change should be back-ported
  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

vitess-bot bot and others added 11 commits February 10, 2025 10:08
…gos (vitessio#17715) (vitessio#17723)

Signed-off-by: Rohit Nayak <[email protected]>
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
…some clusters (vitessio#17717) (vitessio#17746)

Signed-off-by: Rohit Nayak <[email protected]>
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Co-authored-by: Rohit Nayak <[email protected]>
…118.Final in /java (vitessio#17730) (vitessio#17731)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Rohit Nayak <[email protected]>
Co-authored-by: Rohit Nayak <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: Rohit Nayak <[email protected]>
Co-authored-by: Florent Poinsard <[email protected]>
…ables on cancelMigration() (vitessio#17782) (vitessio#17795)

Signed-off-by: Rohit Nayak <[email protected]>
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Co-authored-by: Rohit Nayak <[email protected]>
…ncurrent inserts (vitessio#17772) (vitessio#17791)

Signed-off-by: Rohit Nayak <[email protected]>
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Co-authored-by: Rohit Nayak <[email protected]>
)

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: frouioui <[email protected]>
Co-authored-by: Florent Poinsard <[email protected]>
…vitessio#17812)

Signed-off-by: Arthur Schreiber <[email protected]>
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
@Copilot Copilot bot review requested due to automatic review settings February 18, 2025 11:44

Choose a reason for hiding this comment

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

PR Overview

This pull request integrates the latest upstream v19 changes, including a memory leak fix, and updates the Go version used in multiple GitHub workflows.

  • Updates the Go version from 1.22.11 to 1.22.12 in various workflow files to ensure consistency with upstream changes.
  • Merges in changes that include the memory leak patch referenced in the PR description.

Changes

File Description
.github/workflows/cluster_endtoend_onlineddl_ghost.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_21.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_15.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_onlineddl_ghost_mysql57.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_backup_pitr_xtrabackup.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_backup_pitr_mysql57.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_mysql80.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_ers_prs_newfeatures_heavy.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_onlineddl_revert.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_backup_pitr_xtrabackup_mysql57.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_22.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_12.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_mysql_server_vault.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/check_make_vtadmin_authz_testgen.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_onlineddl_revert_mysql57.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_backup_pitr.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_18.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_onlineddl_scheduler.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/cluster_endtoend_13.yml Updated go-version from 1.22.11 to 1.22.12
.github/workflows/check_make_vtadmin_web_proto.yml Updated go-version from 1.22.11 to 1.22.12

Copilot reviewed 162 out of 162 changed files in this pull request and generated no comments.

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@arthurschreiber arthurschreiber merged commit 1f282fb into release-19.0-github Feb 18, 2025
171 of 210 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