-
Notifications
You must be signed in to change notification settings - Fork 101
backup: set concurrency to 1 when ratelimit enabled #1015
Conversation
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.
rest lgtm
/lgtm |
/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.
rest LGTM
… into conc1-when-ratelim-set
/lgtm |
[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 writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 017fe85
|
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #1025 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #1026 |
What problem does this PR solve?
Fix? #1007
What is changed and how it works?
When
--ratelimit
was set, degenerate to sequential backing up.Check List
Tests
(See backup:
--ratelimit
doesn't work as intended #1007)Release Note
--ratelimit
.