RocketMQ: RemotingConnectException: connect to <null> failed
摘要:设置 autoCreateTopicEnable = true 如: start mqbroker.cmd -n 192.168.1.102:9876 autoCreateTopicEnable=true
阅读全文
rocketmq TIMEOUT_CLEAN_QUEUE异常
摘要:com.alibaba.rocketmq.client.exception.MQBrokerException: delayLevel=null, sendResult=null, errorMsg=CODE: 2 DESC: [TIMEOUT_CLEAN_QUEUE]broker busy, st
阅读全文
redis性能调优
摘要:https://www.cnblogs.com/aquester/p/9891477.html 大压力下Redis参数调整要点 调整以下参数,可以大幅度改善Redis集群的稳定性: 记录一次redis集群一次排查过程: https://blog.csdn.net/daiyudong2020/arti
阅读全文
redis集群原理
摘要:https://www.cnblogs.com/fousor/p/10598400.html 简单说一下原理 redis cluster在设计的时候,就考虑到了去中心化,去中间件,也就是说,集群中的每个节点都是平等的关系,都是对等的,每个节点都保存各自的数据和整个集群的状态。每个节点都和其他所有节点
阅读全文
Redis集群报错(error) CLUSTERDOWN The cluster is down
摘要:提示错误后,进行服务验证: redis-cli -c -h 14.2.1.1 -p 7001 set ss 1234 get ss redis集群报 CLUSTERDOWN The cluster is down错误 1、set name aCLUSTERDOWN The cluster is do
阅读全文
RocketMq异常sendDefaultImpl call timeout
摘要:RocketMq异常sendDefaultImpl call timeout 检查配置文件是否正确: broker-x.properties 和 broker-x-x.properties : namesrvAddr=公网IP:9876 brokerIP1=公网IP
阅读全文
exp命令报错:-bash: syntax error near unexpected token `(‘
摘要:exp命令报错:-bash: syntax error near unexpected token `(‘ 括号转义 在linux执行exp命令报错,如下: [oracle]$ exp system/****@orasid file=/home/oracle/dump/exp.dmp owner=(
阅读全文