RockteMQ-AI commented on issue #10876: URL: https://github.com/apache/rocketmq/issues/10876#issuecomment-5229876805
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** **Root Cause:** `BrokerIdentityInfo.equals` does not handle partial identity fields (some null, some set). When comparing two instances where one has partial fields, it throws `NullPointerException`. **Impact:** Broker identity comparison — cluster membership checks may crash when broker identity information is incomplete during startup or configuration changes. **Severity:** medium --- *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]
