RockteMQ-AI commented on issue #1227: URL: https://github.com/apache/rocketmq-dashboard/issues/1227#issuecomment-5213243616
**Issue Evaluation** Category: `bug` | Status: **Not Reproducible** After verifying against the current codebase, the described functionality does not exist: | Claim | Finding | |-------|---------| | "DLQ table sorter calls `localeCompare` on `lastEnqueueTime`" | No references to `lastEnqueueTime` or `EnqueueTime` exist in the DLQ page (`dlqmessage.jsx`). No sorter/`localeCompare` is used for DLQ data. | | "sorting the column can throw" | The DLQ page displays message lists with unsorted `storeTimestamp` columns. No enqueue-time sorting logic exists. | The only `localeCompare` usage in the codebase is in `consumer.jsx:122` (consumer group sorting), which is unrelated to DLQ. This issue does not appear to be a valid bug as described. If you can point to the specific code path or provide a reproduction, we can re-evaluate. --- *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]
