haotengteng opened a new issue, #7619: URL: https://github.com/apache/rocketmq/issues/7619
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment centos8 ### RocketMQ version 4.9.7 ### JDK Version 1.8 ### Describe the Bug The dashboard interface shows that a large number of messages were consumed today, but no messages are actually generated at this time. Check stat.log, the information is as follows: dashboard界面显示今日消费了大量消息,此时实际上并没有消息产生,查看stat.log,信息如下: 2023-12-06 13:45:00 INFO - [GROUP_GET_LATENCY] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, TIMES: 293665 AVGRT: 0.02 2023-12-06 13:45:00 INFO - [GROUP_GET_NUMS] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3817645 TPS: 63627.42 AVGPT: 13.00 2023-12-06 13:46:00 INFO - [GROUP_GET_SIZE] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 4164735474 TPS: 69412257.90 AVGPT: 14073.00 2023-12-06 13:46:00 INFO - [GROUP_GET_LATENCY] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, TIMES: 295940 AVGRT: 0.02 2023-12-06 13:46:00 INFO - [GROUP_GET_NUMS] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3847181 TPS: 64119.68 AVGPT: 13.00 2023-12-06 13:47:00 INFO - [GROUP_GET_SIZE] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 4200016485 TPS: 70000274.75 AVGPT: 14073.00 2023-12-06 13:47:00 INFO - [GROUP_GET_LATENCY] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, TIMES: 298444 AVGRT: 0.02 2023-12-06 13:47:00 INFO - [GROUP_GET_NUMS] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3879798 TPS: 64663.30 AVGPT: 13.00 2023-12-06 13:48:00 INFO - [GROUP_GET_SIZE] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 4123220124 TPS: 68720335.40 AVGPT: 14073.00 2023-12-06 13:48:00 INFO - [GROUP_GET_LATENCY] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, TIMES: 292988 AVGRT: 0.02 2023-12-06 13:48:00 INFO - [GROUP_GET_NUMS] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3808857 TPS: 63480.95 AVGPT: 13.00 2023-12-06 13:49:00 INFO - [GROUP_GET_SIZE] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3597157311 TPS: 59952621.85 AVGPT: 14073.00 2023-12-06 13:49:00 INFO - [GROUP_GET_FALL_TIME] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats Every 5 Minutes, Value: -5634663807447474569 2023-12-06 13:49:00 INFO - [GROUP_GET_LATENCY] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, TIMES: 255609 AVGRT: 0.02 2023-12-06 13:49:00 INFO - [GROUP_GET_NUMS] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3322891 TPS: 55381.52 AVGPT: 13.00 2023-12-06 13:49:00 INFO - [GROUP_GET_FALL_SIZE] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats Every 5 Minutes, Value: 152237 2023-12-06 13:50:00 INFO - [GROUP_GET_SIZE] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 4196582673 TPS: 69943044.55 AVGPT: 14073.00 2023-12-06 13:50:00 INFO - [GROUP_GET_LATENCY] [2@sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, TIMES: 298200 AVGRT: 0.02 2023-12-06 13:50:00 INFO - [GROUP_GET_NUMS] [sms_batch_send_topic@TOOLS_CONSUMER] Stats In One Minute, SUM: 3876613 TPS: 64610.22 AVGPT: 13.00 ### Steps to Reproduce Unable to reproduce ### What Did You Expect to See? Know what causes this problem ### What Did You See Instead? Know what causes this problem ### Additional Context _No response_ -- 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]
