Daijiro Fukuda
Daijiro Fukuda
Thanks! We can know how the client works from these logs. We need to investigate if this behavior is intended or not. One more question. > When the server sends...
> If we make the tcp connection as long-lived/persistent i.e., my setting keepalive: true , Then the fluentd doesn't handle closing of the the socket? Is my understanding correct? No,...
The `out_forward` plugin has its own logic to handle the sockets, so we need to investigate the implementation. However, the problem is that I can't reproduce this issue. In my...
At least, the close_wait socket should be closed after `keepalive_timeout` elapses. In my testing, they are closed afer `keepalive_timeout`. I need more information to reproduce the phenomenon...
If you can, please try a more recent version.
> However, I suspect there may be a bug in Fluentd's handling of CLOSE_WAIT connections. When the server closes the connection (e.g., by calling socket.close), Fluentd receives a FIN packet...
@karthiknagraj Sorry for my late response. I will try reproducing this again.
Thanks for reporting this. We need to investigate the cause.
Thanks!
I can't reproduce this. We need more info to reproduce this issue.