-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
BR: update br keep upstream #26972
BR: update br keep upstream #26972
Conversation
git-subtree-dir: br git-subtree-split: cf621d7c0c5eb5cc5d6a42816f84fd2aabb55bfc
3b1308e89 lightning: evaluate all generated columns even if they are virtual (pingcap#1407) 1b0e54c2f lightning: check and restore pd scheduler even if our task failed (pingcap#1336) 073d3596c lightning: fix the bug that calculate unfinished ranges may miss some range (pingcap#1413) 82ff927df backup: refine backup log for tracing backup tasks (pingcap#1335) e907562e8 lightning: make create table ddl compatible with clustered index (pingcap#1364) b6cab4b27 lightning: auto configure for parallel import (pingcap#1387) git-subtree-dir: br git-subtree-split: 3b1308e89de39325c3f0aa8931aebdf56db663f2
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: ac0327c
|
cherry pick to release-5.2 in PR #27003 |
@@ -26,13 +26,15 @@ import ( | |||
"github.com/pingcap/tidb/br/pkg/lightning/common" | |||
"github.com/pingcap/tidb/util/codec" | |||
pd "github.com/tikv/pd/client" | |||
pdapi "github.com/tikv/pd/server/api" |
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.
Directly import PD components leads to flag pollution. PD import github.com/pingcap/check
which sets check.v
flag in some packages(not test package), however, TiDB is highly depend on the flags when bootstrapping variables(test and prod env has different variables).
More details can be found #27156 (comment).
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
What problem does this PR solve?
Problem Summary:
update br to latest with subtree upstream
What is changed and how it works?
Proposal: xxx
What's Changed:
Check List
Tests
Release note