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

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

    [ https://issues.apache.org/jira/browse/TUBEMQ-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17301450#comment-17301450 ] 

Guocheng Zhang commented on TUBEMQ-577:
---------------------------------------

Thanks, let me see!

> 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
>            Assignee: Guocheng Zhang
>            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": -, "brokerIp": "-", "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": -, "brokerIp": "-", "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)