#1247·goreplay

~25% of Requests are not captured by goreplay when compared with production

Author: Udaykumar519Created Apr 8, 2024Updated May 18, 2026
Labelsbugquestion

Hello all,

we have setup goreplay to redirect requests from production server to test server

On production, we have threshold of ~38 requests/sec

we found that ~25% of requests are not being captured by goreplay when compared with production

we have tried increasing buffer size to 10MB and 20MB respectively, still the issue persists

command we used: sudo ./gor --input-raw :8983 --input-raw-bpf-filter "dst port 8983 and inbound" --input-raw-allow-incomplete --input-raw-buffer-size 20971520 --output-http="http://test-server-ip:8983"

Can someone please let us know the reason for this behaviour?