-
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
*: support disaggregated tiflash #33535
Merged
ti-chi-bot
merged 57 commits into
pingcap:master
from
guo-shaoge:random_dispatch_mpp_req
Dec 8, 2022
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
e9d56f7
randomly dispatch req to tiflash-dev1
guo-shaoge 56f98ca
distribute task randomly
guo-shaoge d84a99d
dispatch MPPTask to TiFlash ReadNodes using consistent hash
guo-shaoge f7f0578
fix fmt
guo-shaoge 259e14f
change usage of cacheRegion.GetTiFlashMPPStores()
guo-shaoge a6d4681
clean buildBatchCopTasksConsistentHash() and delete useless code
guo-shaoge a4708e0
fix
guo-shaoge d9077e0
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge 17e6abf
fix
guo-shaoge e7445bc
only coprocessor.go and mpp.go will take care of kv.TiFlashMPP.
guo-shaoge 788422a
fix comment
guo-shaoge 52be11e
add failpoint. change semantics of tidb_isolation_read_engines
guo-shaoge e610604
change some comments
guo-shaoge fe2c235
only invalid tiflash_mpp node cache if is grpc error
guo-shaoge 3c128b4
add failpoint check_store_type_of_batch_cop_task
guo-shaoge 56d327b
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge 33af6b0
fix partition table dispatching
guo-shaoge d5b21de
fix go.mod
guo-shaoge 7e851b6
fix
guo-shaoge 706dfdf
fix comment
guo-shaoge 9ab9afc
refresh tiflash_mpp store cache every 30 seconds
guo-shaoge eca3e60
fix
guo-shaoge e912a64
fix lint
guo-shaoge 186a7a8
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge dbaeaa6
fix ignoring tiflash_mpp when booststraping
guo-shaoge c54607a
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge d5e083c
change MPPTask dispatch from ConsistentHash(regionID) to ConsistentHa…
guo-shaoge a572425
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge a1def16
fix fmt
guo-shaoge 34a2640
using config(disaggregated_tiflash) instead of isolation_read_engines
guo-shaoge d05c46c
1. delete usage of kv.TiFlashMPP
guo-shaoge 99e6f32
fix go.mod
guo-shaoge 639585f
fix config fmt
guo-shaoge 21d3d0a
fix config fmt
guo-shaoge aab9912
fix
guo-shaoge d9c8e50
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge c19d5ba
fix bazel_lint
guo-shaoge 1435327
change all tiflash_mpp to tiflash_compute
guo-shaoge dadf850
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge 361d7a8
fix fmt
guo-shaoge c01ec1f
fix go.mod
guo-shaoge 503a29a
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge 67e014d
fix config def value
guo-shaoge 2ece861
disable cop and batch cop in Disaggregated Tiflash
guo-shaoge 578f487
Merge branch 'master' of github.com:pingcap/tidb into random_dispatch…
guo-shaoge 8ffe715
fix fmt
guo-shaoge bdd16e5
update bazel
guo-shaoge f7e278a
add case
guo-shaoge 8d592b8
update domain.go add recover log
guo-shaoge a51ecf6
update err msg
guo-shaoge 835acbf
Merge branch 'master' into random_dispatch_mpp_req
guo-shaoge d2cb9c0
update case
guo-shaoge fa6e7e3
Merge branch 'master' into random_dispatch_mpp_req
guo-shaoge 77ca039
update bazel
guo-shaoge 4aa16d9
Merge branch 'random_dispatch_mpp_req' of github.com:guo-shaoge/tidb …
guo-shaoge c7726a4
fix prunt path logic
guo-shaoge a50994d
Merge branch 'random_dispatch_mpp_req' of github.com:guo-shaoge/tidb …
guo-shaoge 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
Oops, something went wrong.
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.
How to print the log every 60s? Or you mean 600s?