Continuation timeout issue #641
-
Hello! So my issue is we have some message "lost" between my publisher and the rabbitserver. I checked the related code in bunny but i'm not sure to understand what is this continuation_queue . in hutch debug logs, no specific info : in bunny logs, I can't really tell if it' normal or not. (I consider strange the quantity of "Sending a heartbeat, last activity time: " however, see attachement. Even if everything internal to the cluster i also checked network/dns/k8s stuffs but nothing found. Can you help me to understand what can be the issue? or what can I do to find it? many thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
Hi again,
I installed some tcp sniffing to check what go out from my pod during a timeout.
in hutch logs : I can see :
as we can see the first sent on fsa queue was ok. but the first sent on rtb queue has been missed, therefore our auto retry which resend it 15sec after (the time of continutation timeout).
here the wireshark captures :
From what I see, it sounds like messages are correctly sent and acked but I'm really not r…