You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2021/07/28 11:21:18 UTC

[GitHub] [incubator-inlong] dockerzhang opened a new issue #688: [INLONG-89] Minor updates

dockerzhang opened a new issue #688:
URL: https://github.com/apache/incubator-inlong/issues/688


   <p>1. fix typos<br/>
    destory -> destroy<br/>
    initlDataLimitStatisInfo -> initlDataLimitStatisInfo<br/>
    initlFreqLimitStatisInfo -> initialFreqLimitStatisInfo<br/>
    initlSSDProcLimitStatisInfo -> initialSSDProcLimitStatisInfo<br/>
    initlLowFetchLimitStatisInfo -> initialLowFetchLimitStatisInfo<br/>
    adminManuSetCurrentOffSet -> adminManualSetCurrentOffSet<br/>
    defaultFristPage -> defaultFirstPage<br/>
    defaultTotleItem -> defaultTotalItem</p>
   
   <p>2. remove duplicate code<br/>
    remove duplicate set fields in BrokerMetadataManager#updateBrokerTopicConfigMap:</p>
   <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
   <pre class="code-java">
    <span class="code-keyword">this</span>.brokerMetadataConfId = newBrokerMetaConfId;
    <span class="code-keyword">this</span>.brokerConfCheckSumId = newConfCheckSumId;
   </pre>
   </div></div>
   
   <p>3. fix version bug<br/>
    in BrokerList#execute, change</p>
   <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
   <pre class="code-java">
   brokerVO.setVersion(<span class="code-quote">"1.0.0"</span>)  
   </pre>
   </div></div>
   <p>to :</p>
   <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
   <pre class="code-java">
   brokerVO.setVersion(TubeServerVersion.BROKER_VERSION);
   </pre>
   </div></div>
   <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-89">[INLONG-89]</a> created by technoboy</i>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang closed issue #688: [INLONG-89] Minor updates

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #688:
URL: https://github.com/apache/incubator-inlong/issues/688


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org