-
Notifications
You must be signed in to change notification settings - Fork 297
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
wget webhdfs failed #3676
Comments
|
@phantooom What is the file size? |
2.6g |
@phantooom I have added retry for http backend, you can try the |
thanks |
have the same problem. root@lf-op-k8s-node782-pm:/# /usr/local/bin/dfdaemon -V
|
when i use go seed as proxy. it's never faild. use rust client as proxy. 100% failed when the file larger than 1GB. |
@phantooom I can't reproduce it locally. Is there an public HDFS service that I can reproduce it |
I also encountered this problem. client version is "v0.2.0" |
@bigeyefish Is there an public HDFS service that I can reproduce it? |
I have fixed it. The reason is config "download -> pieceTimeout",When downloading large files with many tasks, exceeding the configured time limit will cause timeout failure and continuous retries, which will eventually result in high load on the file server. after change pieceTimeout from 30s to 60m, it fixed |
Bug report:
download via proxy failed (rust client)
export http_proxy=http://100.6.4.218:4001
wget http://hdfs.internal:50070/webhdfs/v1/agent_index/dt=2024-09-15/agent05/index.rpc-server-agent05.8/_qj_Lucene84_0.doc?op=OPEN
failed
download via proxy success(go dfdaemon)
export http_proxy=http://100.6.4.218:5002
wget http://hdfs.internal:50070/webhdfs/v1/agent_index/dt=2024-09-15/agent05/index.rpc-server-agent05.8/_qj_Lucene84_0.doc?op=OPEN
success
Expected behavior:
use rust client proxy will success
How to reproduce it:
Environment:
uname -a
): 4.19The text was updated successfully, but these errors were encountered: