yuluo-yx opened a new issue, #2777: URL: https://github.com/apache/rocketmq-dashboard/issues/2777
## Problem Lite Topic quota calculations use negative current counters directly. This produces negative usage and can overflow remaining-quota subtraction for Integer.MIN_VALUE. ## Expected behavior Treat negative current counters as zero before usage and remaining-quota calculations. ## Verification Extend LiteTopicQuota tests with extreme negative topic and session counters. -- 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]
