-
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
ddl: forbid tiflash while enabling API v2 #41167
Merged
ti-chi-bot
merged 30 commits into
pingcap:master
from
iosmanthus:forbid-tiflash-for-keyspace-tidb
Feb 8, 2023
Merged
Changes from 8 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6564473
forbid tiflash while enabling API v2
iosmanthus b4f6326
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus a8f1908
forbid tiflash replica in br and tiflash_manager
iosmanthus 88cf4f6
Merge branch 'master' of github.com:pingcap/tidb into forbid-tiflash-…
iosmanthus 92421d2
reset all tiflash replica
iosmanthus 2a5f2e9
goimports -w ./
iosmanthus 981a36f
goimports -w ./
iosmanthus d3c20de
update error msg
iosmanthus 833d0be
remove useless error report
iosmanthus ce10fdf
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus 2e9890c
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus 1f8f150
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus bba5472
startup --host_jvm_args=-Xmx5g
iosmanthus 2e36636
Merge branch 'forbid-tiflash-for-keyspace-tidb' of github.com:iosmant…
iosmanthus adbf08f
startup --host_jvm_args=-Xmx8g
iosmanthus b440671
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus a5a026f
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
hawkingrei cc14915
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus b2284ce
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
iosmanthus 2f05d31
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
hawkingrei 977ba9b
update
hawkingrei 1a4237f
update
hawkingrei 4998d87
update
hawkingrei bd98d85
update
hawkingrei 9b6d819
update
hawkingrei c1066cd
update
hawkingrei dc3916d
update
hawkingrei e700e74
update
hawkingrei 2add6b2
update
hawkingrei a222bbb
Merge branch 'master' into forbid-tiflash-for-keyspace-tidb
hawkingrei 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
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.
Ditto.
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.
This check has been done in SetPlacementRules, removed in latest commit.