-
Notifications
You must be signed in to change notification settings - Fork 57
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
上传文件时不断失败重传 #16
Comments
一样的问题,假设分10次,传着传着又从1开始了.... |
2023-01-17 19:42:34.505 INFO 1 --- [nio-8080-exec-6] c.v.w.store.CaiyunDriverClientService : 文件正在上传。文件名:/my/anime/temp.txt,当前进度:11/205 2023-01-17 19:42:39.681 INFO 1 --- [nio-8080-exec-8] c.v.w.client.CaiyunDriverClient : post: /orchestration/personalCloud/catalog/v1.0/getDisk, code: 200, body: {"endNumber":100,"filterType":0,"sortDirection":1,"startNumber":1,"catalogID":"0111YP1LT0Un08020210106235046lws","catalogSortType":0,"contentSortType":0,"commonAccountInfo":{"account":"18791371487","accountType":1}} 2023-01-17 19:42:40.624 INFO 1 --- [nio-8080-exec-9] c.v.w.client.CaiyunDriverClient : post: /orchestration/personalCloud/uploadAndDownload/v1.0/pcUploadFileRequest, code: 200, body: {"commonAccountInfo":{"account":"18791371487","accountType":1},"fileCount":1,"manualRename":2,"newCatalogName":"","operation":0,"parentCatalogID":"0111YP1LT0Un08320221024162129p1y","totalSize":2147479552,"uploadContentList":[{"contentName":"temp.txt","contentSize":2147479552,"digest":null}]} 2023-01-17 19:42:43.064 INFO 1 --- [nio-8080-exec-9] c.v.w.client.CaiyunDriverClient : upload: https://upload5.mcloud.139.com:443/storageWeb/servlet/uploadFileServlet?uploadCode=TFAwMTExWVAxTFQwVW40MjgxN3RveXI4OUNE&txType=0&oprChannel=10000034&dom=D957&rate=0, code: 200 上传2g文件时,传到第十几个节点总会重新上传 |
描述:
上传到50%左右卡住,又回到7%重新上传,一直重复
复现:
上传500M左右文件
预期:
不断重新下载
截图:
日志
2022/11/10 22:07:50 INFO :
Transferred: 504.984 MiB / 602.611 MiB, 84%, 119 B/s, ETA 1w2d21h18m46s
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 4m3.4s
Checking:
Transferring:
2022/11/10 22:08:50 INFO :
Transferred: 504.984 MiB / 602.611 MiB, 84%, 2 B/s, ETA 1y15w5d3h40m39s
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 5m3.4s
Checking:
Transferring:
2022/11/10 22:09:50 INFO :
Transferred: 504.984 MiB / 602.611 MiB, 84%, 0 B/s, ETA 62y28w6d16h35m26s
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 6m3.4s
Checking:
Transferring:
2022/11/10 22:10:50 INFO :
Transferred: 813.258 MiB / 890.384 MiB, 91%, 4.673 MiB/s, ETA 16s
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 7m3.5s
Checking:
Transferring:
2022/11/10 22:11:50 INFO :
Transferred: 881.879 MiB / 1.016 GiB, 85%, 1.293 MiB/s, ETA 2m2s
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 8m3.5s
Checking:
Transferring:
2022/11/10 22:13:50 INFO :
Transferred: 1.066 GiB / 1.261 GiB, 85%, 40.129 KiB/s, ETA 1h24m47s
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 10m3.5s
Checking:
Transferring:
2022/11/10 22:14:34 ERROR : videoplayback: Failed to copy: 500
2022/11/10 22:14:34 ERROR : videoplayback: Not deleting source as copy failed: 500
2022/11/10 22:14:34 ERROR : Attempt 1/3 failed with 1 errors and: 500
2022/11/10 22:14:50 INFO :
Transferred: 1.291 GiB / 1.415 GiB, 91%, 6.945 MiB/s, ETA 18s
Checks: 1 / 2, 50%
Transferred: 0 / 1, 0%
Elapsed time: 11m3.5s
Checking:
Transferring:
2022/11/10 22:15:50 INFO :
Transferred: 1.525 GiB / 1.668 GiB, 91%, 4.567 MiB/s, ETA 31s
Checks: 1 / 2, 50%
Transferred: 0 / 1, 0%
Elapsed time: 12m3.5s
Checking:
Transferring:
环境:
运行参数:
aria2+rclone挂载webdav
The text was updated successfully, but these errors were encountered: