RockteMQ-AI commented on issue #2142: URL: https://github.com/apache/rocketmq-dashboard/issues/2142#issuecomment-5286426204
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug. The broker config editor mutates the original config object when the user edits values, so cancelling does not restore the original state. The queue count input accepts non-numeric or mismatched values without validation. **Root Cause:** Direct mutation of config object instead of working on a draft copy; missing input validation on queue count field. **Impact:** Cancel loses original values; invalid queue counts can be submitted. **Severity:** medium An automated fix proposal will 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]
