-
Notifications
You must be signed in to change notification settings - Fork 332
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
Error during socket read: End of file #3
Comments
Hi Gaurav, These are usually caused by the server closing sockets. The requests will be retried, so there should be no loss of data. We are aware of the issue and will be working on a fix. |
Hi Kevin, sure thanks for the update. |
Hi Kevin, any update regarding this issue? I'm also facing this error message. |
Hi Andre, This will be addressed in the upcoming release (unfortunately we can't give dates, but it will be in the near future). |
The 0.10.0 release is now available and fixes this issue. |
I see this error on 0.10.1 |
Hi Paul, That would mean that the socket was actually closed unexpectedly. This could happen due to various networking issues. Are they frequent or just occasional? Occasional connection drops should not be an issue since there are automatic retries. |
I see it frequently, but at this point it's an un-tuned proof of concept application which is sending way more records at the KPL than the shard will accept, which may have something to do with it. I'll follow up in the future if it seems like a real problem. Thanks |
I am trying to use the jar as a library and I am getting the following exception
E0612 22:21:52.243887 120803328 io_service_socket.h:196] Error during socket read: End of file; 0 bytes read so far
E0612 22:23:36.134788 120803328 io_service_socket.h:169] Error during socket write: Broken pipe; 0 bytes out of 816 written
Environment:
code:
The text was updated successfully, but these errors were encountered: