Web STOMP connections can log a crash with {noproc,{sys,terminate}} in terminate_heartbeaters/1
#15605
-
Describe the bugWe are observing a recurring crash loop of the Web-STOMP listener in Kubernetes. The crash consistently happens during WebSocket connection termination and appears to be The log gets filled up with error stack traces. Communication works as expected. Reproduction steps
Expected behaviorWeb-STOMP WebSocket connections should terminate gracefully. Additional contextRabbitMQ version: 4.2.4 RabbitmqCluster yaml part: rabbitmq. conf: Stack-Trace |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Those crash reports are just log noise unless you have enough connections abruptly closing connections at once to the point that the supervisor has to stop due to the maximum allowed restart intensity being reached. |
Beta Was this translation helpful? Give feedback.
-
|
#15607 should avoid this exception. Thank you for providing a fairly detailed report, @moritzwiechers! |
Beta Was this translation helpful? Give feedback.
#15607 should avoid this exception.
Thank you for providing a fairly detailed report, @moritzwiechers!