RockteMQ-AI commented on issue #11045:
URL: https://github.com/apache/rocketmq/issues/11045#issuecomment-5711109544

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid bug in the Controller broker management logic. The issue 
correctly identifies that a stale channel-close event can evict a re-registered 
broker and trigger a spurious master election.
   
   **Root Cause:** The Controller does not properly validate the recency of 
channel-close events against broker re-registration timestamps.
   
   **Impact:** Legitimate broker registrations can be incorrectly evicted, 
causing unnecessary master elections and potential service disruption.
   
   **Severity:** High - affects cluster stability and master election 
correctness.
   
   **Assessment:** The fix should ensure channel-close events are validated 
against broker registration timestamps to prevent stale events from affecting 
active brokers.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


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