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

Connection timeout #448

Open
TccccD opened this issue Aug 10, 2018 · 1 comment
Open

Connection timeout #448

TccccD opened this issue Aug 10, 2018 · 1 comment

Comments

@TccccD
Copy link
Contributor

TccccD commented Aug 10, 2018

When the network is disconnected, the server will reconnect after ten minutes, but select() always returns the connection timeout.
The select() is in s3_filesys.cc CURLReadStreamBase::FillBuffer().

And, I changed select() to curl_multi_wait(), and this problem still occurs. It is the reason of my system or the reason of the server ?

@rahul003 @tqchen thanks!

@TccccD TccccD changed the title The connection timeout Connection timeout Aug 10, 2018
@TccccD
Copy link
Contributor Author

TccccD commented Aug 13, 2018

If finish reading a batch of data and then train for a longer time, it will get an error:
"request failed with error Transferred a partial file"
Why is this happening?
@rahul003 @tqchen
it might be "firewalls timing out"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant