mc mirror appears Connection closed by foreign host http:/xxxx
Expected behavior
mcli --insecure mirror -a oss1/bucket1 oss2/bucket1
Actual behavior
when it runs sometime, it happens error like this
mcli: <ERROR> Failed to copy https://xxxx/dddd. Put "http://xxxx:10001/xxx/ddddd?partNumber=27&uploadId=92734d20-58e9-421f-99b2-e632fccd5e57": Connection closed by foreign host http://xxxx:10001/xxxxx/dddd?partNumber=27&uploadId=92734d20-58e9-421f-99b2-e632fccd5e57. Retry again.
Steps to reproduce the behavior
mc --version
- (paste output of
mc --version) mcli version RELEASE.2022-08-23T05-45-20Z (commit-id=07fffc3bc88f70a73c3714d9af23122f611b76cf) Runtime: go1.18.5 linux/amd64 Copyright (c) 2015-2022 MinIO, Inc. License GNU AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
System information
It looks like server closed the connection on an active request.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
This seems like a network error? are there any other logs that might indicate otherwise ?