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 2020/01/06 08:07:31 UTC

[GitHub] [rocketmq] wqliang opened a new issue #1689: StatsItem not remove after group or topic be removed

wqliang opened a new issue #1689: StatsItem not remove after group or topic be removed
URL: https://github.com/apache/rocketmq/issues/1689
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   BrokerStatsThread at broker side will make some statistic on group level and topic level. After a subscription group or topic be removed, the corresponding stats item not be removed untill broker restart. 
   I need to create new group frequently and each group will be removed after finish it's sonsumption task. 
   
   The StatsItem of nonexistent group would never be removed which may cause oom.
   
   I have already add such interface and remove StatsItem when group or topic be removed. 
   
   Maybe create and remove a group frequently is not a good idea, but can BrokerStatsManager provide a interface to remove unused statsItem?
   

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