Skip to content

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

Open
vitess-bot[bot] wants to merge 5 commits intorelease-22.0from
backport-19427-to-release-22.0
Open

[release-22.0] vtorc: support analysis ordering, improve semi-sync rollout (#19427)#19471
vitess-bot[bot] wants to merge 5 commits intorelease-22.0from
backport-19427-to-release-22.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 19471
git reset --hard origin/release-22.0
git cherry-pick -m 1 e7888dfa8367b125b385392c3a05a549a2f55711

Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
@timvaillancourt timvaillancourt removed Skip CI Skip CI actions from running Merge Conflict labels Feb 25, 2026
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
@timvaillancourt timvaillancourt marked this pull request as ready for review February 25, 2026 20:03
@timvaillancourt timvaillancourt enabled auto-merge (squash) February 25, 2026 20:03
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

❌ Patch coverage is 72.54098% with 67 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.49%. Comparing base (27d1f07) to head (6bdd972).
⚠️ Report is 3 commits behind head on release-22.0.

Files with missing lines Patch % Lines
go/vt/vtorc/logic/topology_recovery.go 0.00% 55 Missing ⚠️
go/vt/vtorc/inst/analysis.go 42.85% 4 Missing ⚠️
go/vt/vtorc/inst/analysis_problem.go 97.26% 4 Missing ⚠️
go/vt/vtorc/logic/topology_recovery_dao.go 0.00% 3 Missing ⚠️
go/vt/vtorc/server/api.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release-22.0   #19471      +/-   ##
================================================
+ Coverage         69.47%   69.49%   +0.02%     
================================================
  Files              1601     1602       +1     
  Lines            213651   213741      +90     
================================================
+ Hits             148426   148533     +107     
+ Misses            65225    65208      -17     

☔ 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
29 tasks
@mattlord mattlord modified the milestones: v22.0.4, v22.0.5 Feb 27, 2026
@mattlord mattlord mentioned this pull request Feb 27, 2026
29 tasks
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: VTOrc Vitess Orchestrator integration Type: Bug 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