You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RabbitMQ got stuck after a few hours. After some digging, it looks like it was stuck because of lager. I traced it and got the stack trace which I added below. lager:do_log_impl doesn't return and it looks like gen_event:notify() is stuck: lager.erl
Any chance you have an idea what was going on here, have you seen it before?
Appreciate your insights here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Hi,
RabbitMQ got stuck after a few hours. After some digging, it looks like it was stuck because of lager. I traced it and got the stack trace which I added below. lager:do_log_impl doesn't return and it looks like gen_event:notify() is stuck: lager.erl
Any chance you have an idea what was going on here, have you seen it before?
Appreciate your insights here.
RabbitMQ version 3.8.16
Erlang: 23.2
OS: Windows
Here I tried to print "aaa" to the logs:
Beta Was this translation helpful? Give feedback.
All reactions