-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster: fix that scaled nodes don't respect
component_versions
(#2451
) * fix component_versions * update logs * add more debug logs * update log place * final commit * use NewPart * fix Signed-off-by: xhe <[email protected]> * fix Signed-off-by: xhe <[email protected]> * try fix Signed-off-by: xhe <[email protected]> * try fix Signed-off-by: xhe <[email protected]> * try fix Signed-off-by: xhe <[email protected]> * try another version * try fix Signed-off-by: xhe <[email protected]> * try fix Signed-off-by: xhe <[email protected]> * try Signed-off-by: xhe <[email protected]> * use tiproxy.yaml * component_versions * update number --------- Signed-off-by: xhe <[email protected]> Co-authored-by: xhe <[email protected]>
- Loading branch information
Showing
11 changed files
with
100 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
global: | ||
user: tidb | ||
group: pingcap | ||
|
||
component_versions: | ||
tiproxy: v1.2.0 | ||
|
||
tidb_servers: | ||
- host: n1 | ||
- host: n2 | ||
|
||
pd_servers: | ||
- host: n3 | ||
- host: n4 | ||
- host: n5 | ||
|
||
tikv_servers: | ||
- host: n3 | ||
- host: n4 | ||
- host: n5 | ||
|
||
tiproxy_servers: | ||
- host: n1 |