zergduan opened a new issue, #287: URL: https://github.com/apache/rocketmq-dashboard/issues/287
RocketMQ-Dashboard 2.0.X commit e761854 OS: Oracle Linux 9 OpenJDK: 1.8.0 Maven: 3.9.9 Topic 页面中对 主备 Broker 节点同步使用的系统 Topic 判断有缺陷: 当集群中存在2个节点(一对主从),其同步使用的 topic 只有一个,即:rmq_sys_SYNC_BROKER_MEMBER_POC-Broker-a,它可以被正常识别为 SYSTEM 类型; 当i集群中存在4个节点(两对主从),其同步使用的 topic 有两个,即:rmq_sys_SYNC_BROKER_MEMBER_POC-Broker-a 和 rmq_sys_SYNC_BROKER_MEMBER_POC-Broker-b,其中只有1个可以被正确识别为 SYSTEM 类型,另一个备识别为 “UNSPECIFIED” 类型,如下图:  经测试确认,当存在多个主从时,只有1个同步使用的topic可以被 dashboard识别为 SYSTEM 类型,其它同样的同步使用的 Topic rmq_sys_SYNC_BROKER_MEMBER* 都会被识别为 “UNSPECIFIED” 类型。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
