You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/06 10:35:00 UTC

[jira] [Updated] (TUBEMQ-89) Minor updates

     [ https://issues.apache.org/jira/browse/TUBEMQ-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated TUBEMQ-89:
---------------------------------
    Labels: pull-request-available  (was: )

> Minor updates
> -------------
>
>                 Key: TUBEMQ-89
>                 URL: https://issues.apache.org/jira/browse/TUBEMQ-89
>             Project: Apache TubeMQ
>          Issue Type: Improvement
>            Reporter: Guo Jiwei
>            Priority: Low
>              Labels: pull-request-available
>
> 1. fix typos
>  destory -> destroy
>  initlDataLimitStatisInfo -> initlDataLimitStatisInfo
>  initlFreqLimitStatisInfo -> initialFreqLimitStatisInfo
>  initlSSDProcLimitStatisInfo -> initialSSDProcLimitStatisInfo
>  initlLowFetchLimitStatisInfo -> initialLowFetchLimitStatisInfo
>  adminManuSetCurrentOffSet -> adminManualSetCurrentOffSet
> 2. remove duplicate code
>  remove duplicate set fields in BrokerMetadataManager#updateBrokerTopicConfigMap:
> {code:java}
>  this.brokerMetadataConfId = newBrokerMetaConfId;
>  this.brokerConfCheckSumId = newConfCheckSumId;
> {code}
> 3. fix version bug
>  in BrokerList#execute, change
> {code:java}
> brokerVO.setVersion("1.0.0")  
> {code}
> to :
> {code:java}
> brokerVO.setVersion(TubeServerVersion.BROKER_VERSION);
> {code}



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