-
Notifications
You must be signed in to change notification settings - Fork 287
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
kv/client: add incremental scan region count limit #1926
kv/client: add incremental scan region count limit #1926
Conversation
/run-all-tests |
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.
LGTM
/run-all-tests |
/run-all-tests |
/run-unit-tests |
1 similar comment
/run-unit-tests |
/merge |
@lonng: In 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 ti-community-infra/tichi repository. |
/lgtm |
@lonng: Please use GitHub review feature instead of For the reason we drop support to the commands, see also this page. 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 ti-community-infra/tichi repository. |
/run-unit-tests |
/run-kafka-integration-test |
[REVIEW NOTIFICATION] This pull request has been approved by:
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. Reviewer can indicate their review by submitting an approval review. |
/run-kafka-integration-tests |
/run-kafka-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 5c2d80b
|
/run-kafka-tests |
/run-integration-test |
/run-all-tests |
1 similar comment
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f881572
|
eventCh := make(chan *model.RegionFeedEvent, 10) | ||
// The buffer size of event channel must be large enough because in the test | ||
// case we send events first, and then retrive all events from this channel. | ||
eventCh := make(chan *model.RegionFeedEvent, 100) |
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.
Note the fix for this bug should be picked to master @amyangfei
/run-leak-tests |
@amyangfei: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. 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 ti-community-infra/tichi repository. |
Note pingcap#1926 has picked part of pingcap#1899, this PR picks the remaining change
Note pingcap#1926 has picked part of pingcap#1899, this PR picks the remaining change
Note pingcap#1926 has picked part of pingcap#1899, this PR picks the remaining change
Note pingcap#1926 has picked part of pingcap#1899, this PR picks the remaining change
What problem does this PR solve?
cherry-pick #1899 into release-4.0, for test only
What is changed and how it works?
cherry-pick #1899 into release-4.0, for test only
Check List
Tests
Release note