rabbitmq集群脑裂
[rabbitmq@hs-10-20-30-100 log]$ cat crash.log.0 2020-11-25 15:09:56 =ERROR REPORT==== ** Node 'rabbitmq@hs-10-20-30-99' not responding ** ** Removing (timedout) connection ** 2020-11-25 15:09:56 =ERROR REPORT==== Mnesia('rabbitmq@hs-10-20-30-100'): ** ERROR ** mnesia_event got {inconsistent_database, running_partitioned_network, 'rabbitmq@hs-10-20-30-99'} 2020-11-25 15:09:57 =ERROR REPORT==== Mnesia('rabbitmq@hs-10-20-30-100'): ** ERROR ** mnesia_event got {inconsistent_database, starting_partitioned_network, 'rabbitmq@hs-10-20-30-99'} 2020-11-25 19:45:12 =ERROR REPORT==== ** Node 'rabbitmq@hs-10-20-30-99' not responding ** ** Removing (timedout) connection ** 2020-11-25 19:45:12 =ERROR REPORT==== Mnesia('rabbitmq@hs-10-20-30-100'): ** ERROR ** mnesia_event got {inconsistent_database, running_partitioned_network, 'rabbitmq@hs-10-20-30-99'} 2020-11-25 19:45:14 =ERROR REPORT==== Mnesia('rabbitmq@hs-10-20-30-100'): ** ERROR ** mnesia_event got {inconsistent_database, starting_partitioned_network, 'rabbitmq@hs-10-20-30-99'}
出现上述日志说明系统出现脑裂了。
https://www.cnblogs.com/fswhq/p/13859578.html
https://www.cnblogs.com/liyongsan/p/9640361.html 脑裂问题
rabbitmq部署,请参考最佳实践:https://www.cloudamqp.com/blog/rabbitmq-checklist-for-production-environments-a-complete-guide.html
https://www.rabbitmq.com/partitions.html
https://jack-vanlightly.com/blog/2018/9/10/how-to-lose-messages-on-a-rabbitmq-cluster
https://www.kubernetesquestions.com/questions/52390055
https://github.com/rabbitmq/rabbitmq-server/discussions/5787
https://www.tavisca.com/blog/handling-rabbitmq-network-partition-in-aws/
https://blog.csdn.net/u013256816/article/details/71097186 rabbitmq镜像模式和quorum模式。理论上ALL镜像模式性能低于quorum模式,一个是ALL,一个是n,只会小于,但实际好像并非如此。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
2016-09-09 postgresql 9.6 rc1发布