You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/08 06:29:31 UTC

[GitHub] [rocketmq] chenchenfang opened a new issue, #5479: the consumer's group info not exist

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

   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   I found that consumers are delayed,then i see the dashboard can not show 
   <img width="1360" alt="image" src="https://user-images.githubusercontent.com/50065243/200488306-22949df0-3358-4fb7-ad63-925644407c44.png">
   When I refresh it a few times
   ![image](https://user-images.githubusercontent.com/50065243/200488572-8ec9fd43-e1d3-4182-8e2a-a06bd33edfc4.png)
   
   
   this is the log when consumer group start
   
   broker.log
   ```
   
   2022-11-08 13:53:42 INFO HeartbeatThread_2 - new producer connected, group: CLIENT_INNER_PRODUCER channel: ClientChannelInfo [channel=[id: 0xd2e5d255, L:/192.168.1.58:10911 - R:/192.168.1.215:38164], clientId=${clientIP}@33318#1116941996974051, language=JAVA, version=401, lastUpdateTimestamp=1667886822920]
   2022-11-08 13:53:42 INFO HeartbeatThread_2 - new producer connected, group: real_db_producer_group channel: ClientChannelInfo [channel=[id: 0xd2e5d255, L:/192.168.1.58:10911 - R:/192.168.1.215:38164], clientId=${clientIP}@33318#1116941996974051, language=JAVA, version=401, lastUpdateTimestamp=1667886822920]
   2022-11-08 13:53:43 INFO NettyEventExecutor - NETTY EVENT: remove channel[ClientChannelInfo [channel=[id: 0xd2e5d255, L:/192.168.1.58:10911 ! R:/192.168.1.215:38164], clientId=${clientIP}@33318#1116941996974051, language=JAVA, version=401, lastUpdateTimestamp=1667886822920]][192.168.1.215:38164] from ProducerManager groupChannelTable, producer group: real_db_producer_group
   2022-11-08 13:53:43 INFO NettyEventExecutor - NETTY EVENT: remove channel[ClientChannelInfo [channel=[id: 0xd2e5d255, L:/192.168.1.58:10911 ! R:/192.168.1.215:38164], clientId=${clientIP}@33318#1116941996974051, language=JAVA, version=401, lastUpdateTimestamp=1667886822920]][192.168.1.215:38164] from ProducerManager groupChannelTable, producer group: CLIENT_INNER_PRODUCER
   2022-11-08 13:53:53 INFO BrokerControllerScheduledThread1 - dispatch behind commit log 0 bytes
   2022-11-08 13:53:53 INFO BrokerControllerScheduledThread1 - Slave fall behind master: -7956002611915232475 bytes
   2022-11-08 13:53:53 INFO brokerOutApi_thread_1 - register broker[0]to name server 192.168.1.58:9876 OK
   2022-11-08 13:53:53 INFO brokerOutApi_thread_3 - register broker[0]to name server 192.168.1.150:9876 OK
   2022-11-08 13:53:53 INFO brokerOutApi_thread_4 - register broker[0]to name server 192.168.1.52:9876 OK
   2022-11-08 13:54:00 WARN ConsumerManageThread_20 - getConsumerGroupInfo failed, real_db_consumer_group-dsp_error 192.168.1.61:56208
   2022-11-08 13:54:00 INFO HeartbeatThread_2 - new consumer connected, group: real_db_consumer_group-dsp_error CONSUME_PASSIVELY CLUSTERING channel: ClientChannelInfo [channel=[id: 0xfeb744d6, L:/192.168.1.58:10911 - R:/192.168.1.61:56208], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886840523]
   2022-11-08 13:54:00 INFO HeartbeatThread_2 - subscription changed, add new topic, group: real_db_consumer_group-dsp_error SubscriptionData [classFilterMode=false, topic=real_bigdata_topic, subString=dsp_error, tagsSet=[dsp_error], codeSet=[1635624458], subVersion=1667886839748, expressionType=TAG]
   2022-11-08 13:54:00 INFO HeartbeatThread_2 - subscription changed, add new topic, group: real_db_consumer_group-dsp_error SubscriptionData [classFilterMode=false, topic=%RETRY%real_db_consumer_group-dsp_error, subString=*, tagsSet=[], codeSet=[], subVersion=1667886839778, expressionType=TAG]
   2022-11-08 13:54:00 INFO HeartbeatThread_2 - registerConsumer info changed ConsumerData [groupName=real_db_consumer_group-dsp_error, consumeType=CONSUME_PASSIVELY, messageModel=CLUSTERING, consumeFromWhere=CONSUME_FROM_LAST_OFFSET, unitMode=false, subscriptionDataSet=[SubscriptionData [classFilterMode=false, topic=real_bigdata_topic, subString=dsp_error, tagsSet=[dsp_error], codeSet=[1635624458], subVersion=1667886839748, expressionType=TAG], SubscriptionData [classFilterMode=false, topic=%RETRY%real_db_consumer_group-dsp_error, subString=*, tagsSet=[], codeSet=[], subVersion=1667886839778, expressionType=TAG]]] 192.168.1.61:56208
   2022-11-08 13:54:00 INFO HeartbeatThread_2 - new producer connected, group: CLIENT_INNER_PRODUCER channel: ClientChannelInfo [channel=[id: 0xfeb744d6, L:/192.168.1.58:10911 - R:/192.168.1.61:56208], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886840523]
   2022-11-08 13:54:00 WARN PullMessageThread_70 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error *
   2022-11-08 13:54:00 INFO HeartbeatThread_4 - subscription changed, group: real_db_consumer_group-dsp_error OLD: SubscriptionData [classFilterMode=false, topic=%RETRY%real_db_consumer_group-dsp_error, subString=*, tagsSet=[], codeSet=[], subVersion=1667886839778, expressionType=TAG] NEW: SubscriptionData [classFilterMode=false, topic=%RETRY%real_db_consumer_group-dsp_error, subString=*, tagsSet=[], codeSet=[], subVersion=1667886840536, expressionType=TAG]
   2022-11-08 13:54:00 WARN PullMessageThread_85 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_55 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_55 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_2 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_20 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_33 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_29 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_29 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_19 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_88 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_47 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_120 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_120 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 WARN PullMessageThread_50 - The broker's subscription is not latest, group: real_db_consumer_group-dsp_error dsp_error
   2022-11-08 13:54:00 INFO HeartbeatThread_6 - subscription changed, group: real_db_consumer_group-dsp_error OLD: SubscriptionData [classFilterMode=false, topic=real_bigdata_topic, subString=dsp_error, tagsSet=[dsp_error], codeSet=[1635624458], subVersion=1667886839748, expressionType=TAG] NEW: SubscriptionData [classFilterMode=false, topic=real_bigdata_topic, subString=dsp_error, tagsSet=[dsp_error], codeSet=[1635624458], subVersion=1667886840681, expressionType=TAG]
   2022-11-08 13:54:00 INFO NettyEventExecutor - NETTY EVENT: remove channel[ClientChannelInfo [channel=[id: 0xfeb744d6, L:/192.168.1.58:10911 ! R:/192.168.1.61:56208], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886840725]][192.168.1.61:56208] from ProducerManager groupChannelTable, producer group: CLIENT_INNER_PRODUCER
   2022-11-08 13:54:00 WARN NettyEventExecutor - NETTY EVENT: remove not active channel[ClientChannelInfo [channel=[id: 0xfeb744d6, L:/192.168.1.58:10911 ! R:/192.168.1.61:56208], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886840725]] from ConsumerGroupInfo groupChannelTable, consumer group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:00 INFO NettyEventExecutor - unregister consumer ok, no any connection, and remove consumer group, real_db_consumer_group-dsp_error
   2022-11-08 13:54:01 INFO HeartbeatThread_8 - new consumer connected, group: real_db_consumer_group-dsp_error CONSUME_PASSIVELY CLUSTERING channel: ClientChannelInfo [channel=[id: 0x05216940, L:/192.168.1.58:10911 - R:/192.168.1.61:56222], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886841062]
   2022-11-08 13:54:01 INFO HeartbeatThread_8 - subscription changed, add new topic, group: real_db_consumer_group-dsp_error SubscriptionData [classFilterMode=false, topic=real_bigdata_topic, subString=dsp_error, tagsSet=[dsp_error], codeSet=[1635624458], subVersion=1667886840681, expressionType=TAG]
   2022-11-08 13:54:01 INFO HeartbeatThread_8 - subscription changed, add new topic, group: real_db_consumer_group-dsp_error SubscriptionData [classFilterMode=false, topic=%RETRY%real_db_consumer_group-dsp_error, subString=*, tagsSet=[], codeSet=[], subVersion=1667886840536, expressionType=TAG]
   2022-11-08 13:54:01 INFO HeartbeatThread_8 - registerConsumer info changed ConsumerData [groupName=real_db_consumer_group-dsp_error, consumeType=CONSUME_PASSIVELY, messageModel=CLUSTERING, consumeFromWhere=CONSUME_FROM_LAST_OFFSET, unitMode=false, subscriptionDataSet=[SubscriptionData [classFilterMode=false, topic=real_bigdata_topic, subString=dsp_error, tagsSet=[dsp_error], codeSet=[1635624458], subVersion=1667886840681, expressionType=TAG], SubscriptionData [classFilterMode=false, topic=%RETRY%real_db_consumer_group-dsp_error, subString=*, tagsSet=[], codeSet=[], subVersion=1667886840536, expressionType=TAG]]] 192.168.1.61:56222
   2022-11-08 13:54:01 INFO HeartbeatThread_8 - new producer connected, group: CLIENT_INNER_PRODUCER channel: ClientChannelInfo [channel=[id: 0x05216940, L:/192.168.1.58:10911 - R:/192.168.1.61:56222], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886841062]
   2022-11-08 13:54:01 INFO NettyEventExecutor - NETTY EVENT: remove channel[ClientChannelInfo [channel=[id: 0x05216940, L:/192.168.1.58:10911 ! R:/192.168.1.61:56222], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886841062]][192.168.1.61:56222] from ProducerManager groupChannelTable, producer group: CLIENT_INNER_PRODUCER
   2022-11-08 13:54:01 WARN NettyEventExecutor - NETTY EVENT: remove not active channel[ClientChannelInfo [channel=[id: 0x05216940, L:/192.168.1.58:10911 ! R:/192.168.1.61:56222], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886841062]] from ConsumerGroupInfo groupChannelTable, consumer group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:01 INFO NettyEventExecutor - unregister consumer ok, no any connection, and remove consumer group, real_db_consumer_group-dsp_error
   2022-11-08 13:54:01 WARN PullMessageThread_14 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:01 WARN PullMessageThread_97 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_64 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_122 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_84 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_11 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_110 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_57 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_57 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_116 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_116 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_68 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_48 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_48 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_43 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_52 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_52 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_55 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:02 WARN PullMessageThread_55 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_84 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_83 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_11 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_122 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_110 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_57 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_115 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_116 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_101 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_48 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_68 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_103 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_43 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_52 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_85 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_55 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   2022-11-08 13:54:03 WARN PullMessageThread_33 - the consumer's group info not exist, group: real_db_consumer_group-dsp_error
   ```
   
   
   
   I don’t know where there is a problem,so i stop the consumer group and  used `./bin/mqadmin  resetOffsetByTime -n "192.168.1.58:9876;192.168.1.52:9876;192.168.1.150:9876"  -g real_db_consumer_group-dsp_error -t real_bigdata_topic -s now` the command, then i started the consumer group everything is ok.and after one night, The question comes up again.
   Is it there are too many consumer groups corresponding to one topic?
   
   i have three broker master but only broker-a has delay
   ![image](https://user-images.githubusercontent.com/50065243/200490192-8e922a59-ab3b-4d21-9367-d2c000cd4a01.png)
   
   
   
   
   2. Please tell us about your environment:
   rocketMQ version : V4_9_4
   java version "1.8.0_191"
   this topic is NORMAL topic
   this topic has 78 consumer groups and this topic has 16 queue on one broker (There are three broker)
   
   
   
   


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] wegod commented on issue #5479: the consumer's group info not exist

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

   > > I think you have the same issue I had before.
   > > If you have several projects use same consumer group, check all your consumer project code whether there is a consumer don't call subscribe method.
   > > All consumer in same consumer group must call subscribe method to bind the same consumer group subscription. If a consumer only call start method, then it will clean consumer group subscription.
   > > This is because of https://rocketmq.apache.org/zh/docs/4.x/bestPractice/21subscribe
   > > And I think this clean design is very strange which cost several hours to fix the deep bug.
   > 
   > thinks,but my consumer group only has one consumer,i just has many consumer groups,and one consumer group has one consumer
   
   2022-11-08 13:54:01 INFO NettyEventExecutor - unregister consumer ok, no any connection, and remove consumer group, real_db_consumer_group-dsp_error
   
   consumer group was deleted by this log, I check the source code of method doChannelCloseEvent in ConsumerManager.java and found when consumer group has no consumer, then when the last consumer's Channel close, the consumer group will be deleted.
   
   But I can't find why your consumer Channel is closed, you can check by yourself or submit more relation log.
   
   Say something else, in your use case, maybe you can set MessageModel to BROADCASTING and use one consumer group. It's the same all machine will consume all the message.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] wegod commented on issue #5479: the consumer's group info not exist

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

   I think you have the same issue I had  before. 
   
   If you have several projects use same consumer group, check all your consumer project code whether there is a consumer don't call subscribe method.
   
   All consumer in same consumer group must call subscribe method to bind the same consumer group subscription. If a consumer only call start method, then it will clean consumer group subscription. 
   
   This is because of https://rocketmq.apache.org/zh/docs/4.x/bestPractice/21subscribe 
   
   And I think this clean design is very strange which cost several hours to fix the deep bug.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] wegod commented on issue #5479: the consumer's group info not exist

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

   > 2022-11-08 13:54:01 INFO HeartbeatThread_8 - new consumer connected, group: real_db_consumer_group-dsp_error CONSUME_PASSIVELY CLUSTERING channel: ClientChannelInfo [channel=[id: 0x05216940, L:/192.168.1.58:10911 - R:/192.168.1.61:56222], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886841062]
   
   2022-11-08 13:54:01 INFO HeartbeatThread_8 - new consumer connected, group: real_db_consumer_group-dsp_error CONSUME_PASSIVELY CLUSTERING channel: ClientChannelInfo [channel=[id: 0x05216940, L:/192.168.1.58:10911 - R:/192.168.1.61:56222], clientId=${clientIP}@26917#5261547777682927, language=JAVA, version=401, lastUpdateTimestamp=1667886841062]
   
   It's the consumer channel closed, you'd better to download the source code to find why, or to check other log or business code.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] chenchenfang commented on issue #5479: the consumer's group info not exist

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

   > 
   
   I'm just starting the consumer group ,i do not know why it's not active channel,and then broker.log start WARN .......


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] chenchenfang commented on issue #5479: the consumer's group info not exist

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

   > 
   
   OK, I'll have a try.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] the consumer's group info not exist [rocketmq]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5479:
URL: https://github.com/apache/rocketmq/issues/5479#issuecomment-1809330393

   This issue was closed because it has been inactive for 3 days since being marked as stale.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] the consumer's group info not exist [rocketmq]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #5479: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/5479


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] chenchenfang commented on issue #5479: the consumer's group info not exist

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

   > I think you have the same issue I had before.
   > 
   > If you have several projects use same consumer group, check all your consumer project code whether there is a consumer don't call subscribe method.
   > 
   > All consumer in same consumer group must call subscribe method to bind the same consumer group subscription. If a consumer only call start method, then it will clean consumer group subscription.
   > 
   > This is because of https://rocketmq.apache.org/zh/docs/4.x/bestPractice/21subscribe
   > 
   > And I think this clean design is very strange which cost several hours to fix the deep bug.
   
   thinks,but my consumer group only has one consumer,i just has many consumer groups,and one consumer group has one consumer


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] the consumer's group info not exist [rocketmq]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5479:
URL: https://github.com/apache/rocketmq/issues/5479#issuecomment-1806580958

   This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org