-
Notifications
You must be signed in to change notification settings - Fork 2k
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
批量上传图片的时候报错Broken pipe #733
Comments
估计是超时了吧,可以把网络超时时间设置长一些。 |
另外客户端用的是Java 吗?需要注意创建的 FDFS实例是非线程安全的(即不能多个线程同时访问一个实例)。 |
我是用php写的一个接口,然后提供一个接口让人调用,他同一时间批量上传了 几百张照片 |
我用ab压测了一下 errno: 32, error info: Broken pipe这个报错 挺多的 |
把网络超时加大后试试 |
客户端的网络超时加大吗 还是哪个位置设置 |
网络超时加大,效果好像可以 我再调试调试 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
批量上传图片报错:errno: 32, error info: Broken pipe
这是什么原因导致的,上传 26张图失败了10张。
The text was updated successfully, but these errors were encountered: