-
Notifications
You must be signed in to change notification settings - Fork 722
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
config: enable cross table merge by default #3129
Conversation
Signed-off-by: Ryan Leung <rleungx@gmail.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.
LGTM
@ti-srebot: adding LGTM is restricted to reviewers in list. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the tidb-community-bots/prow-config repository. |
/merge |
/merge |
@ti-community-prow-bot Oops! auto merge is restricted to Committers of the SIG.See the corresponding SIG page for more information. Related SIG: scheduling(slack). |
/run-all-tests |
@rleungx merge failed. |
/run-all-tests |
@rleungx merge failed. |
/rebase |
@@ -802,6 +803,9 @@ func (c *ScheduleConfig) adjust(meta *configMetaData) error { | |||
if !meta.IsDefined("enable-joint-consensus") { | |||
c.EnableJointConsensus = defaultEnableJointConsensus | |||
} | |||
if !meta.IsDefined("enable-cross-table-merge") { | |||
c.EnableCrossTableMerge = defaultEnableCrossTableMerge |
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.
Can we let the merge is enabled if an upgrade from 4.0?
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.
It depends, do you think it's better?
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.
I think some paraments should be adjusted to a better default value, even it is upgraded from old version. such as tolerance-ratio
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.
make sense, but maybe in another PR?
/merge |
/merge cancel |
/merge |
Can merge label has been added. Git tree hash: f03bbae
|
/run-all-tests |
/run-integration-ddl-test |
/run-all-tests |
What problem does this PR solve?
See https://docs.google.com/document/d/1KKVGJMOY6gmuVrVwqGiA2p0sQL5YqF2zoDbqNSgAhKg/edit#
What is changed and how it works?
This PR enables cross table merge by default.
Check List
Tests
Release note