We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version / Branch / tag 3.9.2
出了什么问题?(What Happened?) 第三方源文件下载过程中查看上传日志报错如下: 原因: 支持容器执行改造过程中引入的bug,第三方源文件下载任务启动后,未能向step_instance_file数据中写入正确的executeObjects对象,未解析hostId并生成executeObject写入。
如何复现?(How to reproduce?) 选择一个较大的第三方源文件进行分发,启动任务后立即查看上传日志。
预期结果(What you expect?) 能正常查看日志,不报错。
The text was updated successfully, but these errors were encountered:
fix: 第三方源文件下载过程中查看上传日志报错 TencentBlueKing#2980
8bc7ea1
修复启动第三方源文件下载时对file-worker主机的解析
52b8b98
调整file-worker任务队列大小
399e4ea
review意见处理
Merge pull request #2982 from jsonwan/github_fix/third_file
227bdd0
fix: 第三方源文件下载过程中查看上传日志报错 #2980
jsonwan
No branches or pull requests
Version / Branch / tag
3.9.2
出了什么问题?(What Happened?)
第三方源文件下载过程中查看上传日志报错如下:
原因:
支持容器执行改造过程中引入的bug,第三方源文件下载任务启动后,未能向step_instance_file数据中写入正确的executeObjects对象,未解析hostId并生成executeObject写入。
如何复现?(How to reproduce?)
选择一个较大的第三方源文件进行分发,启动任务后立即查看上传日志。
预期结果(What you expect?)
能正常查看日志,不报错。
The text was updated successfully, but these errors were encountered: