RockteMQ-AI commented on issue #2502: URL: https://github.com/apache/rocketmq-dashboard/issues/2502#issuecomment-5367866969
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. There is a status enum mismatch between the backend (`"failed"`) and the frontend Ant Design Steps component (expects `"error"`). This causes failed trace nodes to not display the correct red/failed visual state. **Root Cause:** Backend business status `"failed"` is not mapped to the UI status `"error"` in the API response layer. **Impact:** Failed message traces display incorrect status, reducing observability reliability. **Severity:** medium An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager* -- 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]
