RockteMQ-AI commented on issue #10875: URL: https://github.com/apache/rocketmq/issues/10875#issuecomment-5229877404
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** **Root Cause:** The Raft-based controller does not trigger a new election when the current master becomes inactive but its term has not expired. The election check only fires on explicit timeout, missing the case where the master silently stops responding. **Impact:** Controller HA — cluster may operate without an active leader longer than necessary, affecting metadata operations and broker registration. **Severity:** high --- *Automated evaluation by github-manager-bot* -- 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]
