importinto: retry scatter regions when finished percentage is not 100 | tidb-test=release-8.1.2#60315
Conversation
|
Hi @GMHDBJD. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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-sigs/prow repository. |
ebc8814 to
9047ed5
Compare
|
/retest |
|
@GMHDBJD: 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-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/release-8.1-gsort-test #60315 +/- ##
===================================================================
Coverage ? 71.4229%
===================================================================
Files ? 1499
Lines ? 432697
Branches ? 0
===================================================================
Hits ? 309045
Misses ? 102368
Partials ? 21284
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…' into addFailedRegionIDPick
…' into addFailedRegionIDPick
br/pkg/restore/split/client.go
Outdated
| // but the old version of PD will only return the FinishedPercentage. | ||
| // so we need to retry the regions one by one. | ||
| if isUnsupportedError(err) || berrors.ErrPDRegionsNotFullyScatter.Equal(err) { | ||
| log.Warn("batch scatter isn't supported, rollback to old method", logutil.ShortError(err)) |
There was a problem hiding this comment.
please refine the log message too
[LGTM Timeline notifier]Timeline:
|
|
/retest |
|
@D3Hunter: 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-sigs/prow repository. |
|
@GMHDBJD: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
|
@D3Hunter: 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Benjamin2037, D3Hunter, YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here |
0162dfa
into
pingcap:feature/release-8.1-gsort-test
What problem does this PR solve?
Issue Number: ref #60077
Problem Summary:
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.