You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "stingpeng (Jira)" <ji...@apache.org> on 2021/03/15 07:13:00 UTC

[jira] [Created] (TUBEMQ-577) reload status output and topic config output mismatch

stingpeng created TUBEMQ-577:
--------------------------------

             Summary: reload status output and topic config output mismatch
                 Key: TUBEMQ-577
                 URL: https://issues.apache.org/jira/browse/TUBEMQ-577
             Project: Apache TubeMQ
          Issue Type: Improvement
            Reporter: stingpeng
         Attachments: image-2021-03-15-15-10-28-572.png

description:

when query brokers running status, the output is:

{
 "result": true,
 "errCode": 0,
 "errMsg": "OK",
 "data": [
 {
 "brokerId": 152509536,
 "brokerIp": "9.23.28.96",
 "brokerPort": 8123,
 "manageStatus": "online",
 "brokerTLSPort": 8124,
 "enableTLS": false,
 "isRepAbnormal": false,
 "isAutoForbidden": false,
 "runStatus": "running",
 "subStatus": "idle",
 "isConfChanged": "false",
 "isConfLoaded": "true",
 "isBrokerOnline": "true",
 "brokerVersion": "-",
 "acceptPublish": "true",
 "acceptSubscribe": "true"
 },
 {
 "brokerId": 152509533,
 "brokerIp": "9.23.28.93",
 "brokerPort": 8123,
 "manageStatus": "online",
 "brokerTLSPort": 8124,
 "enableTLS": false,
 "isRepAbnormal": false,
 "isAutoForbidden": false,
 "runStatus": "running",
 "subStatus": "idle",
 "isConfChanged": "false",
 "isConfLoaded": "true",
 "isBrokerOnline": "true",
 "brokerVersion": "-",
 "acceptPublish": "true",
 "acceptSubscribe": "true"
 }
 ],
 "count": 2
}

the isConfLoaded is true while there are still broker not reloaded:

!image-2021-03-15-15-10-28-572.png!

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)