joberror: add ConnectionReset/ConnectionRefused to retryable err allow list#80762
Conversation
…w list Bulk jobs will no longer treat `sysutil.IsErrConnectionReset` and `sysutil.IsErrConnectionRefused` as permanent errors. IMPORT, RESTORE and BACKUP will treat this error as transient and retry. Release note: None
c3f82b9 to
5033bb4
Compare
|
Bazel failure is a random package timeout 😢 bors r=miretskiy |
|
Build succeeded: |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from 5033bb4 to blathers/backport-release-21.1-80762: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 21.1.x failed. See errors above. error creating merge commit from 5033bb4 to blathers/backport-release-21.2-80762: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 21.2.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Bulk jobs will no longer treat
sysutil.IsErrConnectionResetand
sysutil.IsErrConnectionRefusedas permanent errors. IMPORT,RESTORE and BACKUP will treat this error as transient and retry.
Release note: None