Skip to content
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

JobDefaultConfig.upload_max_bytes配置无效 #231

Open
zhanhtCN opened this issue Apr 24, 2022 · 10 comments
Open

JobDefaultConfig.upload_max_bytes配置无效 #231

zhanhtCN opened this issue Apr 24, 2022 · 10 comments
Assignees
Labels
bug Something isn't working

Comments

@zhanhtCN
Copy link

fate 1.7.0版本
配置中,upload_max_bytes是4194304000
image

但是upload组件打印日志,发现upload_max_bytes是104857600
image

@zhihuiwan
Copy link
Contributor

上传时采用分块put,这个配置实际是每一块的大小。配置命名有点歧义,后面我们换个名字。

@zhihuiwan zhihuiwan self-assigned this Apr 25, 2022
@zhanhtCN
Copy link
Author

上传时采用分块put,这个配置实际是每一块的大小。配置命名有点歧义,后面我们换个名字。

你好,我upload发现网速成为了瓶颈,这个有啥加速的配置或者方法吗?
900w行数据,42G,16partiton,upload 40min
image

@zhanhtCN
Copy link
Author

上传时采用分块put,这个配置实际是每一块的大小。配置命名有点歧义,后面我们换个名字。

你好,我upload发现网速成为了瓶颈,这个有啥加速的配置或者方法吗? 900w行数据,42G,16partiton,upload 40min image

过程中,机器的磁盘和cpu都没太大波动,主要是这个网络流量限制了速度,
为啥会有网络流量,我理解这个即使有,也是内部局域网吧,容器间的网络传输?
如何可以更加充分的利用网速?

@zhanhtCN
Copy link
Author

@zhihuiwan 求大佬帮忙看看

@jat001
Copy link
Contributor

jat001 commented Apr 28, 2022

上传时采用分块put,这个配置实际是每一块的大小。配置命名有点歧义,后面我们换个名字。

你好,我upload发现网速成为了瓶颈,这个有啥加速的配置或者方法吗? 900w行数据,42G,16partiton,upload 40min image

这是某个 interface 还是总流量,如果是总流量,我怀疑是 loopback

@zhanhtCN
Copy link
Author

总的吧,这是机器层面的监控,所以upload就是会走网卡?

@jat001
Copy link
Contributor

jat001 commented Apr 29, 2022

总的吧,这是机器层面的监控,所以upload就是会走网卡?

设计原因,基本所有api都会走localhost

@zhanhtCN
Copy link
Author

总的吧,这是机器层面的监控,所以upload就是会走网卡?

设计原因,基本所有api都会走localhost

那请问当前这个upload操作可以通过改什么配置,或其他方式,把速度提上去呢?感觉当前网速没利用充分

@SnakeCN21
Copy link

fate 1.7.0版本 配置中,upload_max_bytes是4194304000 image

但是upload组件打印日志,发现upload_max_bytes是104857600 image

老哥, 你有解决方案吗? 我也遇到一样的问题了, job default config not supported upload_max_bytes, 在 reader 就挂了

@jat001 jat001 added the bug Something isn't working label Oct 26, 2022
@jat001
Copy link
Contributor

jat001 commented Oct 26, 2022

@SnakeCN21 是1.9.0吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants