[RocketMQ 5.1.4] 查询集群信息无法查到从节点 #7553
Unanswered
duya23333git
asked this question in
Q&A
Replies: 1 comment 2 replies
-
因上述配置文件错乱,重新发下配置文件信息 brokerClusterName=xxhx-cluster
brokerName=broker-a
brokerId=-1
deleteWhen=04
fileReservedTime=48
brokerRole=SLAVE
flushDiskType=ASYNC_FLUSH
namesrvAddr=192.168.64.123:9876;192.168.64.124:9876
storePathRootDir=/data/rocketmq/data
storePathCommitLog=/data/rocketmq/commitlog
# Controller
enableControllerMode=true
controllerAddr=192.168.64.123:9878;192.168.64.124:9878
allAckInSyncStateSet=true |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
集群配置:采取一主一从
问题:开启controller模式后无法查询slave节点信息,其余功能均可正常使用

相关配置信息:
`brokerClusterName=xxhx-cluster
brokerName=broker-a
brokerId=-1
deleteWhen=04
fileReservedTime=48
brokerRole=SLAVE
flushDiskType=ASYNC_FLUSH
namesrvAddr=192.168.64.123:9876;192.168.64.124:9876
storePathRootDir=/data/rocketmq/data
storePathCommitLog=/data/rocketmq/commitlog
Controller
enableControllerMode=true
controllerAddr=192.168.64.123:9878;192.168.64.124:9878
allAckInSyncStateSet=true
`
Beta Was this translation helpful? Give feedback.
All reactions