-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
…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]>
…se (vitessio#17770) Signed-off-by: Rohit Nayak <[email protected]> Co-authored-by: Rohit Nayak <[email protected]>
…19.0) (vitessio#17809) Signed-off-by: Andres Taylor <[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>
There was a problem hiding this comment.
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
1f282fb
into
release-19.0-github
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
Deployment Notes