-
Notifications
You must be signed in to change notification settings - Fork 201
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
job 上传大文件失败 #1784
Labels
Comments
|
关联issue: 现象当文件比较大的时候,前端上传组件显示上传完成(进度条消失), 这时候点击“执行”,页面提示“本地源文件未上传完成”。 原因实际上虽然从文件数据已经全量上传了,但是由于数据需要经过web -> job-gateway -> job-manage 才能实际上传成功,上传接口并没有返回成功的响应 |
liuliaozhong
added a commit
to liuliaozhong/bk-job
that referenced
this issue
Mar 28, 2023
liuliaozhong
added a commit
to liuliaozhong/bk-job
that referenced
this issue
Mar 28, 2023
liuliaozhong
added a commit
to liuliaozhong/bk-job
that referenced
this issue
Mar 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version / Branch / tag
3.2.2/3.5.1
出了什么问题?(What Happened?)
当本地上传大文件时(目前测过最低的1.8G也会发生),前端显示进度条拉完。
但是network里的连接扔处于挂起状态。过了非常长的时间后(甚至十几、几十分钟也有),连接返回失败。
此时页面显示上传失败。
如何复现?(How to reproduce?)
预期结果(What you expect?)
如问题描述,然后拿 trace id 到 manage 找日志,会刷:
The text was updated successfully, but these errors were encountered: