RockteMQ-AI commented on issue #10875: URL: https://github.com/apache/rocketmq/issues/10875#issuecomment-5231186637
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** The Raft-based controller leader election logic does not trigger re-election when the current master becomes inactive but the election timeout has not formally expired. The liveness check and election trigger are decoupled, allowing an inactive master to remain in the leader role. **Impact:** Controller availability is compromised — the cluster may operate without an active leader until the formal election timeout fires, delaying failover and potentially causing metadata operation failures. **Severity:** High — affects controller availability and cluster failover responsiveness. 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]
