majialoong opened a new issue, #10899:
URL: https://github.com/apache/rocketmq/issues/10899

   ### 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
   
   All
   
   ### RocketMQ version
   
   develop
   
   ### JDK Version
   
   All
   
   ### Describe the Bug
   
   When KV POP is enabled, successful POP consumption does not update 
`BROKER_GET_NUMS`, `GROUP_GET_NUMS`, `GROUP_GET_SIZE`, 
`rocketmq_messages_out_total`, or `rocketmq_throughput_out_total`. 
   
   As a result, `mqadmin consumerProgress` reports an incorrect Consume TPS, 
and the related BrokerStats and OTel metrics are also inaccurate.
   
   ### Steps to Reproduce
   
   Enable KV POP on the Broker using `popConsumerKVServiceInit=true` and 
`popConsumerKVServiceEnable=true`. 
   
   Send messages to a topic and continuously consume them. While messages are 
being consumed, run `mqadmin consumerProgress` and inspect the related 
BrokerStats or OTel metrics.
   
   ### What Did You Expect to See?
   
   KV POP should update the same message-out statistics as traditional POP. 
Consume TPS and the related message count and size metrics should accurately 
reflect the actual consumption.
   
   ### What Did You See Instead?
   
   Messages are consumed and acknowledged normally, but the Consume TPS 
reported by `mqadmin consumerProgress` remains 0. The related BrokerStats and 
OTel metrics are not updated.
   
   ### 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]

Reply via email to