Skip to content

[release-23.0] vtorc: support analysis ordering, improve semi-sync rollout (#19427)#19472

Open
vitess-bot[bot] wants to merge 2 commits intorelease-23.0from
backport-19427-to-release-23.0
Open

[release-23.0] vtorc: support analysis ordering, improve semi-sync rollout (#19427)#19472
vitess-bot[bot] wants to merge 2 commits intorelease-23.0from
backport-19427-to-release-23.0

Conversation

@vitess-bot
Copy link
Contributor

@vitess-bot vitess-bot bot commented Feb 24, 2026

Description

This is a backport of #19427

@vitess-bot vitess-bot bot added Type: Bug Type: Enhancement Logical improvement (somewhere between a bug and feature) Backport This is a backport Component: VTOrc Vitess Orchestrator integration Skip CI Skip CI actions from running Merge Conflict labels Feb 24, 2026
@vitess-bot
Copy link
Contributor Author

vitess-bot bot commented Feb 24, 2026

Hello @timvaillancourt, there are conflicts in this backport.

Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.

Make sure you replace origin by the name of the vitessio/vitess remote

git fetch --all
gh pr checkout 19472
git reset --hard origin/release-23.0
git cherry-pick -m 1 e7888dfa8367b125b385392c3a05a549a2f55711

@github-actions github-actions bot added this to the v23.0.3 milestone Feb 24, 2026
@timvaillancourt timvaillancourt self-assigned this Feb 24, 2026
@timvaillancourt timvaillancourt removed Skip CI Skip CI actions from running Merge Conflict labels Feb 25, 2026
@timvaillancourt timvaillancourt marked this pull request as ready for review February 25, 2026 19:51
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
@timvaillancourt timvaillancourt force-pushed the backport-19427-to-release-23.0 branch from 4bf8bdc to d770b55 Compare February 25, 2026 19:58
@timvaillancourt timvaillancourt enabled auto-merge (squash) February 25, 2026 20:03
@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

❌ Patch coverage is 82.64840% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.44%. Comparing base (efd17cb) to head (15a17fc).
⚠️ Report is 19 commits behind head on release-23.0.

Files with missing lines Patch % Lines
go/vt/vtorc/logic/topology_recovery.go 0.00% 33 Missing ⚠️
go/vt/vtorc/inst/analysis_problem.go 97.31% 4 Missing ⚠️
go/vt/vtorc/inst/analysis.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release-23.0   #19472      +/-   ##
================================================
- Coverage         69.73%   69.44%   -0.29%     
================================================
  Files              1606     1607       +1     
  Lines            214854   215066     +212     
================================================
- Hits             149832   149358     -474     
- Misses            65022    65708     +686     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mattlord mattlord mentioned this pull request Feb 26, 2026
33 tasks
@mattlord mattlord modified the milestones: v23.0.3, v23.0.4 Feb 27, 2026
@timvaillancourt timvaillancourt force-pushed the backport-19427-to-release-23.0 branch 3 times, most recently from aa9d1fc to 4b710ab Compare February 27, 2026 14:43
@github-actions github-actions bot added Component: Java Pull requests that update Java code Component: Documentation docs related issues/PRs Type: Dependencies Dependency updates Component: Docker labels Feb 27, 2026
@timvaillancourt timvaillancourt force-pushed the backport-19427-to-release-23.0 branch from 4b710ab to 26592d7 Compare February 27, 2026 14:44
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport This is a backport Component: Docker Component: Documentation docs related issues/PRs Component: Java Pull requests that update Java code Component: VTOrc Vitess Orchestrator integration Type: Bug Type: Dependencies Dependency updates Type: Enhancement Logical improvement (somewhere between a bug and feature)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants