-
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
Duplicate packets when using af_packet #621
Comments
@cmfatih For reference, what version of Packetbeat are you running? And I thought CentOS 6 used a 2.6 kernel? I was able to reproduce the issue from master on Centos 7 (3.10.0-327.3.1.el7.x86_64). The problem does not occur if I use |
@andrewkroh : I use 1.0.1
Do you have any numbers about performance of UPDATE: CentOS 6 with updated Kernel
|
@andrewkroh can you try 1.0.1 as well to check that we're talking about the same issue? |
@tsg I tried the packetbeat-1.0.1 RPM on Centos 7 and I see the same issue. It looks like the same UDP packets are continuously being received from af_packet. |
My kernel info for testing is |
If I configure af_packet to use TPACKET_V2 instead of TPACKET_V3 by adding the configuration option Looking more closely at the system calls I see that |
I just found this issue google/gopacket#80 (but we aren't doing any packet writing). |
It looks like this problem was last seen in version 1, so I'm closing this. We can reopen it if there are more recent reports. |
Hi All,
I have configuration like;
Once I ran
nslookup google.com
packetbeat
goes infinity loop;Seems like it doesn't cleanup error events...
I'm running it on CentOS 6 / Kernel 3.10
The text was updated successfully, but these errors were encountered: