Skip to content

Client connection frame writer runs into a TCP socket write timeout: {writer,send_failed,timeout} #10113

Closed Answered by michaelklishin
GitJadhav asked this question in Other
Discussion options

You must be logged in to vote

The message indicates a TCP socket write failure on the RabbitMQ end. It is a symptom (just like missed heartbeats), not the root cause.

Your applications must be ready to deal with failing TCP connections. Unacknowledged messages on such connections will be automatically requeued
and redelivered (when there is an online consumer to deliver to and the prefetch settings allow for more deliveries to it).

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
4 replies
@mohanrajanna15
Comment options

@lukebakken
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #10113 on December 12, 2023 19:09.