RockteMQ-AI commented on issue #1459: URL: https://github.com/apache/rocketmq-dashboard/issues/1459#issuecomment-5240713627
**Issue Evaluation** Category: bug | Status: **Confirmed** Valid bug. The cluster config update flow reports success even when no broker was actually updated (e.g., all brokers skipped due to connectivity issues). This gives users a false sense of success. **Root Cause:** Success response is returned unconditionally without checking whether any broker actually received the config update. **Impact:** Silent configuration drift - users believe config was applied but it was not. **Severity:** high Fix: track actual update count and return partial-failure or error when zero brokers were updated. --- *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]
