-
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 read tidb cluster memory table #13065
Merged
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
4b1051b
hackathon init
crazycs520 cdd5115
add tikv info tables
crazycs520 4f8effb
add store info to tikv req
crazycs520 85e601e
check region id 0 before retry
crazycs520 c92dfd1
add tidb config table
crazycs520 2a66b64
update.
tangwz 7303134
add network info, cpu/mem usage, stats
crazycs520 d252a0d
add cluster table for before tables
crazycs520 b8168a9
add tidb tables
crazycs520 55f6643
refinee table schema
crazycs520 ccd1754
add tikv schema, set tikv config
crazycs520 0682a22
fix statement bug
crazycs520 1d66b9d
try to make better
crazycs520 765f736
remove pd/tikv mem table code and add test
crazycs520 7a96f5b
remove set var and remove code
crazycs520 e7c8d61
remove code
crazycs520 973700f
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 6fba533
remove add slow log field
crazycs520 545c1e9
clean code
crazycs520 76d7853
clean code
crazycs520 92ee6c5
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 f530591
fix count(*) bug
crazycs520 b8971b9
fix test
crazycs520 6bf3107
refine code
crazycs520 5a22cb2
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 2f824e7
rename cluster table name
crazycs520 73fbeb3
Merge branch 'master' into mpp
crazycs520 ae40d97
Merge branch 'master' into mpp
crazycs520 74bcf69
remove redundant code
crazycs520 5e12690
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 ea3c431
refine code
crazycs520 d11c30c
Update domain/infosync/info.go
crazycs520 d832587
Update meta/meta.go
crazycs520 95db09e
address comment
crazycs520 c5791a5
Merge branch 'mpp' of https://github.com/crazycs520/tidb into mpp
crazycs520 0a78402
split pr code
crazycs520 484b20b
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 c8f7b3d
fix go.mod
crazycs520 47d033e
Update infoschema/cluster.go
crazycs520 1aae4f8
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 d2456cd
add error check
crazycs520 81d2065
remove generated tidb ID
crazycs520 7b9a738
Merge branch 'mpp' of https://github.com/crazycs520/tidb into mpp
crazycs520 71435fc
address comment
crazycs520 c7d79c9
rename file
crazycs520 8e022b5
Squashed commit of the following:
crazycs520 8c413a0
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 5237273
add test
crazycs520 490df49
refine code
crazycs520 39831ff
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 b37cc5d
refine code
crazycs520 d0939d1
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 1339473
fix bug of register rpc server
crazycs520 eea0f56
add todo
crazycs520 c31d70d
refine code
crazycs520 a2727a0
address comment
crazycs520 abcb52b
address comment
crazycs520 08dc35d
address comment
crazycs520 9f3b17f
address comment
crazycs520 6b3550b
remove mem table scan
crazycs520 c627c0b
allocate the constan id for system schema/table
crazycs520 8da07d5
address comment
crazycs520 889fab3
Update store/tikv/client.go
crazycs520 43eae25
address comment
crazycs520 781b38b
Merge branch 'mpp' of https://github.com/crazycs520/tidb into mpp
crazycs520 8311509
Update executor/coprocessor.go
crazycs520 c8b856e
address comment
crazycs520 a5baf88
Merge branch 'mpp' of https://github.com/crazycs520/tidb into mpp
crazycs520 b4c0a8d
address comment
crazycs520 83cf136
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 3d16176
Merge branch 'master' of https://github.com/pingcap/tidb into mpp
crazycs520 6545ba6
rename tidb_cluster to cluster and address comment
crazycs520 122564f
Merge branch 'master' into mpp
crazycs520 37e49e6
address comment
crazycs520 6474ceb
Merge branch 'mpp' of https://github.com/crazycs520/tidb into mpp
crazycs520 ea2286c
Merge branch 'master' into mpp
crazycs520 3cf354f
Merge branch 'master' into mpp
crazycs520 161597c
address comment
crazycs520 9a93bc1
Merge branch 'master' into mpp
crazycs520 c23366b
Merge branch 'master' into mpp
crazycs520 915977d
Merge branch 'master' into mpp
lonng 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
check region id 0 before retry
- Loading branch information
commit 85e601eb28619480a58f65240c696435d1c49427
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
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.
Add comments for these checks and assumptions.