doc: add batch coprocessor rfc#39362
Conversation
|
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
There was a problem hiding this comment.
Use English link instead: https://docs.pingcap.com/tidb/dev/system-variables#tidb_index_lookup_size
There was a problem hiding this comment.
| When the table worker gets a coprocessor task, it would split the handle ranges according to th�e region | |
| When the table worker gets a coprocessor task, it would split the handle ranges according to the region |
There was a problem hiding this comment.
The repeated type is missing.
There was a problem hiding this comment.
Need to collect errors with region id or task info. e.g., 100 region tasks request got 2 errors(the first and last), we need to tell TiDB which tasks need to be retried.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #39362 +/- ##
================================================
+ Coverage 70.5286% 73.4101% +2.8814%
================================================
Files 1465 1056 -409
Lines 433686 335891 -97795
================================================
- Hits 305873 246578 -59295
+ Misses 108604 73518 -35086
+ Partials 19209 15795 -3414 |
|
@cfzjywxk: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/merge |
|
@cfzjywxk: We have migrated to builtin Please use
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfzjywxk, you06, zyguan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
@cfzjywxk: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Co-authored-by: Yilin Chen <sticnarf@gmail.com>
Co-authored-by: ekexium <eke@fastmail.com>
Co-authored-by: ekexium <eke@fastmail.com>
Co-authored-by: ekexium <eke@fastmail.com>
b732365 to
d4cb1f3
Compare
What problem does this PR solve?
Issue Number: ref #39361
Problem Summary:
The design docuement.
What is changed and how it works?
Check List
Tests
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.