You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/09 09:18:53 UTC

[GitHub] [rocketmq] shawnlamjj opened a new issue #3472: console dashboard problem

shawnlamjj opened a new issue #3472:
URL: https://github.com/apache/rocketmq/issues/3472


   Each time we query the message tag #by topic type, the Today Consume Count in the broker in the cluster tag will be the same increment every time, regardless of the single or cluster deployment.Why does this happen? 


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] duhenglucky commented on issue #3472: console dashboard problem

Posted by GitBox <gi...@apache.org>.
duhenglucky commented on issue #3472:
URL: https://github.com/apache/rocketmq/issues/3472#issuecomment-971400101


   @shawnlamjj Would you like to check this in ~/logs/rocketmqlogs/stats.log 
   
   `cat stats.log | grep "GROUP_GET_NUMS" -C2 | grep "In One Day" |grep {topic name} ` for further verify?
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] duhenglucky edited a comment on issue #3472: console dashboard problem

Posted by GitBox <gi...@apache.org>.
duhenglucky edited a comment on issue #3472:
URL: https://github.com/apache/rocketmq/issues/3472#issuecomment-971400101


   @shawnlamjj Would you like to check this in ~/logs/rocketmqlogs/stats.log 
   
   `cat stats.log | grep "GROUP_GET_NUMS" | grep "In One Day" |grep {topic name} ` for further verify?
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org