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 2019/09/11 07:53:45 UTC

[GitHub] [rocketmq-client-go] kelly6 opened a new issue #201: offset has been rising while go client running

kelly6 opened a new issue #201: offset has been rising while go client running
URL: https://github.com/apache/rocketmq-client-go/issues/201
 
 
   I start 12 go consumers(simple/main.go), then I run `sh mqadmin consumerProgress -n 'x.x.x.x:9876' -g group_name` to check the consume stat.
   
   Consume TPS looks fine.
   But "Diff Total" has been rising rather than falling.
   RocketMq-console-ng has the same problem.
   
   like this:
   `Consume TPS: 25228.600000000002
   Diff Total: 7118856919`
   `Consume TPS: 27406.566666666666
   Diff Total: 7119656287`
   `Consume TPS: 27304.166666666668
   Diff Total: 7119700399`
   
   
   cpp client and java client don't have this problem, everything is fine. So I guess that offset in go client maybe wrong.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services