Aias00 opened a new issue, #1206:
URL: https://github.com/apache/rocketmq-dashboard/issues/1206

   ## Problem
   
   Dashboard totals use `long`, but `ClusterOverviewVO.tpsIn/tpsOut` are `int` 
and `RocketMQDashboardProvider` casts parsed TPS values to `int`. A Broker TPS 
above `Integer.MAX_VALUE` wraps in the per-cluster view while aggregate 
counters remain correct.
   
   ## Scope
   
   - Represent per-cluster TPS as `long` through the Dashboard API model.
   - Remove narrowing casts in the RocketMQ provider.
   - Add an overflow regression test.
   
   ## Track
   
   Track 1: Control Plane dashboard accuracy.


-- 
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]

Reply via email to