-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: add UseAutoScaler config to disable AutoScaler #40966
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
06dd82c
*: support fetch topo from AutoScaler
guo-shaoge c7b60f3
fix batch_coprocessor
guo-shaoge 2b1badd
Merge branch 'master' of github.com:pingcap/tidb into autoscaler
guo-shaoge 50439a7
fix rpcCtx.Meta nil
guo-shaoge ba260d0
tmp safe AWSTopoFetcher
guo-shaoge f3cdf84
Merge branch 'master' of github.com:pingcap/tidb into autoscaler
guo-shaoge 95ad661
add AWSTopoFetcher
guo-shaoge bdb6b51
batch update same with(cse: 88bfe6e6ef4062b517e04d47bbc09751cc0bca0d)
guo-shaoge 51916c9
fix review
guo-shaoge dac3d54
fix typo
guo-shaoge 114af33
fix bazel_lint
guo-shaoge d280e17
refine topo fetcher err msg(cse:70feb371993e38ed92556ce602793b5a53e32…
guo-shaoge 7c132a3
fix fmt
guo-shaoge 61700de
remove using reflect
guo-shaoge 1734140
update TestASType related code
guo-shaoge dbcad3a
update batch of trivial fix
guo-shaoge a092fdd
Merge branch 'master' of github.com:pingcap/tidb into autoscaler
guo-shaoge d6617ab
Merge branch 'master' of github.com:pingcap/tidb into autoscaler
guo-shaoge 45fa4f7
Merge branch 'master' into autoscaler
bestwoody 7da697d
*: use_autoscaler config for AutoSaler rollback
guo-shaoge 338229b
change config name: cluster-name -> autoscaler-cluster-id
guo-shaoge 00f6aa6
Merge branch 'autoscaler' of github.com:guo-shaoge/tidb into autoscaler
guo-shaoge dfaf69c
update config.toml.example
guo-shaoge fabf2ac
Merge branch 'master' of github.com:pingcap/tidb into autoscaler
guo-shaoge 92fed8f
Merge branch 'master' into autoscaler
guo-shaoge ed0cf4c
fix unit-test
guo-shaoge 856cabd
Merge branch 'master' into autoscaler
guo-shaoge 582ba44
fix comment
guo-shaoge 3fe60b5
Merge branch 'master' into autoscaler
ti-chi-bot e345bd9
Merge branch 'autoscaler' of github.com:guo-shaoge/tidb into autoscaler
guo-shaoge e93ff8a
Merge branch 'master' into autoscaler
guo-shaoge 1396d1a
Merge branch 'master' into autoscaler
ti-chi-bot d55736a
Merge branch 'autoscaler' into switcher_autoscaler
guo-shaoge 54d7b4d
Merge branch 'master' of github.com:pingcap/tidb into switcher_autosc…
guo-shaoge 9fd5e1c
fix gotErr
guo-shaoge f3f540c
fix gotErr store
guo-shaoge 7222a02
Merge branch 'master' of github.com:pingcap/tidb into switcher_autosc…
guo-shaoge 419ed5e
fix case
guo-shaoge 831aeee
Merge branch 'master' into switcher_autoscaler
guo-shaoge 701ba55
trivial fix
guo-shaoge cd657f8
Merge branch 'switcher_autoscaler' of github.com:guo-shaoge/tidb into…
guo-shaoge d6ca02a
Merge branch 'master' into switcher_autoscaler
bestwoody b05c7d9
Merge branch 'master' into switcher_autoscaler
bestwoody File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
Just copied buildBatchCopTasksConsistentHash from commit before this pr: #40729