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/17 05:58:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Guocheng Zhang resolved TUBEMQ-577.
-----------------------------------
    Fix Version/s: 0.9.0
       Resolution: Fixed

> 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: Bug
>            Reporter: stingpeng
>            Assignee: Guocheng Zhang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>         Attachments: image-2021-03-15-15-10-28-572.png, image-2021-03-15-15-40-01-367.png, image-2021-03-15-15-40-18-884.png, image-2021-03-15-16-02-26-814.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *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)