[
https://issues.apache.org/jira/browse/TUBEMQ-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stingpeng updated TUBEMQ-577:
-----------------------------
Description:
*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 topics not reloaded:
!image-2021-03-15-15-10-28-572.png!
was:
*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!
> 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
> Priority: Major
> 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 topics not reloaded:
>
> !image-2021-03-15-15-10-28-572.png!
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)