We get some error logs that has been fix by restarting rabbitmq but whould like to know what does it mean to prevent a similar issue in the future.
2021-05-16 01:30:24.991 [error] <0.1463.135> closing AMQP connection <0.1463.135> (
192.168.3.11:40678 ->
192.168.3.13:5671):
missed heartbeats from client, timeout: 10s
2021-05-16 01:30:24.991 [error] <0.1794.135> closing AMQP connection <0.1794.135> (
192.168.3.11:40680 ->
192.168.3.13:5671):
missed heartbeats from client, timeout: 10s
2021-05-16 01:30:25.026 [info] <0.1572.135> accepting AMQP connection <0.1572.135> (
192.168.3.11:41224 ->
192.168.3.13:5671)
2021-05-16 01:30:25.026 [info] <0.1898.135> accepting AMQP connection <0.1898.135> (
192.168.3.11:41226 ->
192.168.3.13:5671)
2021-05-16 01:30:25.030 [info] <0.1898.135> connection <0.1898.135> (
192.168.3.11:41226 ->
192.168.3.13:5671): user 'subs_mquser' authenticated and granted access to vhost '/'
2021-05-16 01:30:25.030 [info] <0.1572.135> connection <0.1572.135> (
192.168.3.11:41224 ->
192.168.3.13:5671): user 'subs_mquser' authenticated and granted access to vhost '/'
2021-05-16 01:30:34.917 [error] <0.1100.135> Supervisor {<0.1100.135>,rabbit_channel_sup} had child channel started with rabbit_channel:start_link(1, <0.1508.135>, <0.1122.135>, <0.1508.135>, <<"
192.168.3.11:39682 ->
192.168.3.13:5671">>, rabbit_framing_amqp_0_9_1, {user,<<"subs_mquser">>,[administrator],[{rabbit_auth_backend_internal,none}]}, <<"/">>, [{<<"connection.blocked">>,bool,true},{<<"authentication_failure_close">>,bool,true},{<<"consumer...">>,...}], <0.1102.135>, <0.1095.135>) at <0.879.135> exit with reason killed in context shutdown_error
2021-05-16 01:30:34.924 [error] <0.848.135> Supervisor {<0.848.135>,rabbit_channel_sup} had child channel started with rabbit_channel:start_link(1, <0.1514.135>, <0.887.135>, <0.1514.135>, <<"
192.168.3.11:39684 ->
192.168.3.13:5671">>, rabbit_framing_amqp_0_9_1, {user,<<"subs_mquser">>,[administrator],[{rabbit_auth_backend_internal,none}]}, <<"/">>, [{<<"connection.blocked">>,bool,true},{<<"authentication_failure_close">>,bool,true},{<<"consumer...">>,...}], <0.782.135>, <0.1582.135>) at <0.1584.135> exit with reason killed in context shutdown_error
2021-05-16 01:30:41.046 [info] <0.1844.135> accepting AMQP connection <0.1844.135> (
192.168.3.11:41458 ->
192.168.3.13:5671)
If you have any idea this will help a lot.