Hello all,
We use rabbitmq 3.8.9 version on k8s cluster with 5 nodes cluster.
We have over 1300 quorum queues on the cluster.
Our application is getting timeout exceptions while sending messages to rabbitmq.
We are getting hundreds of these repeated log messages from rabbitmq;
2022-01-12 01:57:31.735 [warning] <0.274.0> rabbit_sysmon_handler busy_dist_port <0.830.0> [{name,delegate_management_1},{initial_call,{delegate,init,1}},{gen_server2,process_next_msg,1},{message_queue_len,0}] {#Port<0.166>,unknown}
2022-01-12 01:31:39.699 [info] <0.4835.1> queue 'Q1***' in vhost '/': detected a new leader {'%2F_Q1***','rabbit@Node****'} in term 3
2022-01-12 01:31:28.763 [info] <0.19708.0> queue 'Q1***' in vhost '/': declining vote to {'%2F_Q1***','rabbit@Node***'} for term 3, current term 4
2022-01-12 01:31:27.766 [info] <0.19083.0> queue 'Q2***' in vhost '/': granting vote for {'%2F_
Q2*** ','rabbit@Node***'} with last indexterm {14190,1} for term 3 previous term was 2
We checked these for troubleshooting:
The application didn't restart at that time, rabbitmq nodes also seem available.
There isn't a network issue between rabbitmq and application, we checked the amqp and TCP packages with Wireshark.
What could be the root cause of that issue?
Best regards.