首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >RabbitMQ集群I7

RabbitMQ集群I7

作者头像
franket
发布2022-05-04 21:59:37
发布2022-05-04 21:59:37
22800
代码可运行
举报
文章被收录于专栏:技术杂记技术杂记
运行总次数:0
代码可运行

重启集群node

加入集群的节点可以任意关停、下线或宕机

Nodes that have been joined to a cluster can be stopped at any time. It is also ok for them to crash. In both cases the rest of the cluster continues operating unaffected, and the nodes automatically “catch up” with the other cluster nodes when they start up again.

代码语言:javascript
代码运行次数:0
运行
复制
[root@h101 ~]# rabbitmqctl  stop 
Stopping and halting node rabbit@h101 ...
[root@h101 ~]# 

h101上日志

代码语言:javascript
代码运行次数:0
运行
复制
=INFO REPORT==== 23-Oct-2015::22:19:33 ===
Stopping RabbitMQ

=INFO REPORT==== 23-Oct-2015::22:19:33 ===
stopped TCP Listener on [::]:5672

=INFO REPORT==== 23-Oct-2015::22:19:33 ===
Stopped RabbitMQ application

=INFO REPORT==== 23-Oct-2015::22:19:33 ===
Halting Erlang VM

h102上日志

代码语言:javascript
代码运行次数:0
运行
复制
=INFO REPORT==== 23-Oct-2015::22:19:33 ===
rabbit on node rabbit@h101 down

=INFO REPORT==== 23-Oct-2015::22:19:33 ===
Keep rabbit@h101 listeners: the node is already back

=INFO REPORT==== 23-Oct-2015::22:19:34 ===
node rabbit@h101 down: connection_closed

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 重启集群node
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档