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/07/02 07:50:41 UTC

[GitHub] [rocketmq-exporter] hahait opened a new issue #60: why the "rocketmq_group_count" can get the consumer group that has been deleted

hahait opened a new issue #60:
URL: https://github.com/apache/rocketmq-exporter/issues/60


   **Describe the bug**
   I have many consumer groups has been deleted from namesrv,then exec shell command ``` mqadmin consumerProgress -n <namesrv ip>:9876 ``` ,can not get those consumer groups, but  the metric ``` rocketmq_group_count``` can get; The metric ``` rocketmq_group_diff ``` can not get those consumer groups that has been deleted,Is the right;
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. ``` mqadmin deleteSubGroup -g <group name> -n <namesrv ip>:9876 -c DefaultCluster```,delete several groups;
   2.  ``` mqadmin consumerProgress -n <namesrv ip>:9876 ```, Confirm the result of the deletion;
   3. Get the value of the metric ``` rocketmq_group_count ```, Check that those deleted groups still exist ;
   
   
   **Expected behavior**
   ``` rocketmq_group_count ``` cannot get the deleted consumer groups;
   
   **Desktop (please complete the following information):**
    - OS: debian 10
    - Browser: chrome
    - Version: master
   


-- 
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-exporter] maixiaohai commented on issue #60: why the "rocketmq_group_count" can get the consumer group that has been deleted

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #60:
URL: https://github.com/apache/rocketmq-exporter/issues/60#issuecomment-887222949


   https://github.com/apache/rocketmq/issues/3181


-- 
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-exporter] humkum commented on issue #60: why the "rocketmq_group_count" can get the consumer group that has been deleted

Posted by GitBox <gi...@apache.org>.
humkum commented on issue #60:
URL: https://github.com/apache/rocketmq-exporter/issues/60#issuecomment-889058844


   I'd like to follow this issue.


-- 
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-exporter] maixiaohai commented on issue #60: why the "rocketmq_group_count" can get the consumer group that has been deleted

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #60:
URL: https://github.com/apache/rocketmq-exporter/issues/60#issuecomment-889282987


   > I'd like to follow this issue.
   
   welcome submit a pr to fix it


-- 
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-exporter] francisoliverlee commented on issue #60: why the "rocketmq_group_count" can get the consumer group that has been deleted

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #60:
URL: https://github.com/apache/rocketmq-exporter/issues/60#issuecomment-885053831


   all group comes from code bellow, you can check it 
   
   https://github.com/apache/rocketmq/blob/a20f31bb3de242756542c552d7212a7a40000ba4/broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java#L199


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