Refactor vtcombo flags - Part 3#18298
Merged
deepthi merged 3 commits intovitessio:mainfrom May 30, 2025
Merged
Conversation
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18298 +/- ##
==========================================
- Coverage 67.48% 67.47% -0.01%
==========================================
Files 1603 1603
Lines 262337 262391 +54
==========================================
+ Hits 177034 177045 +11
- Misses 85303 85346 +43 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2f2fede to
963b892
Compare
deepthi
approved these changes
May 27, 2025
Collaborator
deepthi
left a comment
There was a problem hiding this comment.
The description needs to be updated with flag counts.
rohit-nayak-ps
approved these changes
May 27, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…ort upgrade/downgrade compatibility Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
963b892 to
3a6695b
Compare
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR is a part of an ongoing change to support the transition from underscores (
_) to dashes (-) in flag naming conventions. This PR refactors some flags specific tovtcombobinary.Flags Updated in This PR:
--migration-check-interval
--lock-tables-timeout
--keyspaces-to-watch
--foreign-key-mode
--ddl-strategy
--allowed-tablet-types
--app-idle-timeout
--app-pool-size
--binlog-player-protocol
--dbddl-plugin
--degraded-threshold
--enforce-strict-trans-tables
--gate-query-cache-memory
--init-timeout
--json-topo
--lock-heartbeat-time
--max-concurrent-online-ddl
--max-memory-rows
--max-payload-size
--message-stream-grace-period
--mysqlctl-mycnf-template
--mysqlctl-socket
--no-scatter
--normalize-queries
--proto-topo
--proxy-protocol
--publish-retry-interval
--queryserver-enable-online-ddl
Flag Count Before vs After:
_-# of migrated flags: 69
Related Issue(s)
#17880
Checklist