-
Notifications
You must be signed in to change notification settings - Fork 727
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: add initial-cluster-token config #2691
Conversation
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing <[email protected]>
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.
The rest LGTM
tests/server/server_test.go
Outdated
@@ -25,6 +25,7 @@ import ( | |||
"go.uber.org/goleak" | |||
|
|||
// Register schedulers. | |||
"github.com/pingcap/pd/v4/server/config" |
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.
The comment is used to describe line 29.
Signed-off-by: disksing <[email protected]>
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
/merge |
/run-all-tests |
@disksing merge failed. |
/run-test |
/build |
/run-cherry-picker |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #2922 |
Signed-off-by: disksing <[email protected]>
What problem does this PR solve?
Fix #2689
What is changed and how it works?
Add config, pass it to etcd.
Check List
Tests
Code changes
Related changes
pingcap/docs
/pingcap/docs-cn
:Release note
initial-cluster-token
configuration to avoid different clusters communicate during bootstrap