-
Notifications
You must be signed in to change notification settings - Fork 296
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 |
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: