-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
GapInStream(memcache) exception. #1162
Comments
Thanks for reporting. Indeed, this one is triggered by packet loss. In general the error is not 'that critical' in a sense it does not break processing. GapInStream will check if the current buffered message can still be processed somehow (even on packet loss), but drops the TCP connection afterwards. Generating the panic enforces the TCP connection being dropped. |
i can see that with the latest (
|
I've the same problem but in my case this errors collapsed the space on my machines, saturates the system logs. |
I've the packetbeat version 1.2.3 on ubuntu server |
For confirmed bugs, please report:
packetbeat version 1.1.1 (amd64)
The text was updated successfully, but these errors were encountered: