-
Notifications
You must be signed in to change notification settings - Fork 23
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
on really large files, silent fail reading connection #242
Comments
to be clear, that message is from the server logs, not geoknife. It ends up mostly swallowing a warning about incomplete end of line |
@dblodgett-usgs 's idea is to check the |
The server is saying connection reset, what does it say on the client for the same connection? If the server thinks it is the client and the client thinks its the server, it is probably a middle man of some sort. |
I just get |
switching to some other ways of getting the file to test if this is the weak point |
e.g.,
2961595387 of 5289688432 bytes written, exception message: Connection reset
I think this is often silent with
readLines(con)
, but shouldn't be. Not sure what to do (return NULL if partial?), but we should fix this and use a more robust way of getting/reading the file.The text was updated successfully, but these errors were encountered: