Oliverwqcwrw opened a new issue, #4617:
URL: https://github.com/apache/rocketmq/issues/4617

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   In `org.apache.rocketmq.broker.slave.SlaveSynchronize#setMasterAddr`
   
   The old master address printed is the same as the new master address
   
   > 
        public void setMasterAddr(String masterAddr) {
             if (!StringUtils.equals(this.masterAddr, masterAddr)) {
                 this.masterAddr = masterAddr;
                 LOGGER.info("Update master address from {} to {}", 
this.masterAddr, masterAddr);
             }
         }
   
   - What did you do (The steps to reproduce)?
   
   - What is expected to see?
   
   The old master address printed is the different as the new master address
   
   - What did you see instead?
   
   The old master address printed is the same as the new master address
   
   3. Please tell us about your environment:
   
   develop
   
   5. Other information (e.g. detailed explanation, logs, related issues, 
suggestions on how to fix, etc):


-- 
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