yuluo-yx opened a new issue, #10850: URL: https://github.com/apache/rocketmq/issues/10850
### Description Several mqadmin comparators subtract long values and cast the result to int. Consumer lag, tag counts, and message store timestamps can therefore be ordered incorrectly once their difference exceeds the int range. Affected commands include consumerProgress, printMessageByQueue, and queryMsgByUniqueKey. ### Expected behavior Use overflow-safe long comparison so command output remains correctly ordered for large values. -- 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]
