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/08/27 11:25:45 UTC

[GitHub] [rocketmq] Git-Yang opened a new issue #3296: Add statistics for each delay level of SCHEDULE_TOPIC_XXXX

Git-Yang opened a new issue #3296:
URL: https://github.com/apache/rocketmq/issues/3296


   **Background**
   Delayed message delivery was changed from Timer to ScheduleExcutorService, so that messages with different delay levels can be delivered concurrently (ISSUE #3286).
   After testing, the delivery upper limit of each delayed queue is about 600/s, and the accumulation of certain queue messages during the use of the business makes it impossible to find in time.
   
   **Enhancement**
   - Add delivery TPS of SCHEDULE_TOPIC_XXXX
   - Add delivery TPS for each queue of SCHEDULE_TOPIC_XXXX
   - Add the write TPS of each queue of SCHEDULE_TOPIC_XXXX
   
   **Monitor**
   E.g:Delivery TPS for each queue of SCHEDULE_TOPIC_XXXX
   ![image](https://user-images.githubusercontent.com/30995057/131120255-8f361388-9e5f-4ebd-9fd4-44891395814d.png)
   
   


-- 
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] vongosling commented on issue #3296: Add statistics for each delay level of SCHEDULE_TOPIC_XXXX

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


   Very nice enhancement for our system observability, pls go ahead.


-- 
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] RongtongJin closed issue #3296: Add statistics for each delay level of SCHEDULE_TOPIC_XXXX

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #3296:
URL: https://github.com/apache/rocketmq/issues/3296


   


-- 
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] RongtongJin commented on issue #3296: Add statistics for each delay level of SCHEDULE_TOPIC_XXXX

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


   Merged


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