RockteMQ-AI commented on issue #1459:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1459#issuecomment-5237545355

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The false-success in `ClusterService.updateClusterConfig` when no broker is 
reachable is a valid bug. An empty failure list being treated as `SUCCESS` 
causes the stored configuration to diverge from the live cluster state — a 
dangerous silent inconsistency.
   
   **Root Cause:** Empty broker result lists pass the success check; no 
validation that at least one broker was actually updated.
   **Impact:** Configuration appears saved but was never applied — operators 
may believe cluster config changed when it hasn't.
   **Severity:** High — silent configuration drift, potential operational risk.
   
   A fix PR is available: #1460 (`agent/reject-empty-cluster-config`).
   
   ---
   *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