btlqql opened a new issue, #2491: URL: https://github.com/apache/rocketmq-dashboard/issues/2491
## Problem Usernames may be 128 characters, but the message and trace history `queried_by` columns are 64. A 65-128 character username querying messages makes the history insert fail and get swallowed by the caller: the business query succeeds but the history is lost entirely. Locations: `server/src/main/resources/db/schema.sql` (history tables), `server/src/main/java/org/apache/rocketmq/studio/auth/AuthService.java` (username limit). ## Expected behavior Widen both columns to 128 with an idempotent upgrade script; the service layer keeps recording the full username. ## Verification A 128-character username records message and trace history, both queryable afterwards. -- 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]
