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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to