Oliverwqcwrw commented on code in PR #5834:
URL: https://github.com/apache/rocketmq/pull/5834#discussion_r1064069946


##########
store/src/main/java/org/apache/rocketmq/store/stats/BrokerStats.java:
##########
@@ -88,6 +88,6 @@ public long getMsgPutTotalTodayNow() {
     }
 
     public long getMsgGetTotalTodayNow() {

Review Comment:
   The getMsgGetTotalYesterdayMorning's data is from 
getGetMessageTransferredMsgCount,
   so it's ok to replace the getGetMessageTransferredMsgCount to 
getNumsWithoutSystemTopic without adding other  counter



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