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 2018/08/07 05:52:48 UTC

[GitHub] CP-Ram commented on issue #343: After deleting mqAdminExt subscriptionGroup, Again Automatically creating same Group

CP-Ram commented on issue #343: After deleting mqAdminExt subscriptionGroup,Again Automatically creating same Group
URL: https://github.com/apache/rocketmq/issues/343#issuecomment-410941446
 
 
   1.Actually i am not using .Net SDk for RocketMQ.
   I have used IKVM to convert rocketmq-4.2 jars in Dll.
   Before i used rocketmq-client-4.2.0-incubating.dll, rocketmq-common-4.2.0-incubating.dll, rocketmq-remoting-4.2.0-incubating.dll for producer and consumer client code.
   For delete topics and subscription group, used rocketmq-tools-4.2.0-incubating.dll.
   As client and common are present in tools dll, so currently using only remoting and tools dll.
   (All dlls were converted from jars. Because i started working on rocketMQ almost 2017 octobar.And that time i faced many issues(some functionality missing) in .Net SDK).
   Can you tell me that currently .Net SDk has all the support same as java liabrary? Then i will try with .Net SDK.Because i am facing new issue in .Net core when using IKVM.
   
   
   2.When **remove()** method is invoke in my code below is the log for that
   
   2018-06-20 13:40:07 INFO ClientManageThread_22 - **unregister a consumer**[4-46e7-911f-913ec76bdb17-Sessions-Consumer] from consumerGroupInfo ClientChannelInfo [channel=[id: 0x2aa59625, L:/192.168.1.30:10911 - R:/192.168.1.30:63488], clientId=169.254.184.73@30892, language=JAVA, version=252, lastUpdateTimestamp=1529473204921]
   2018-06-20 13:40:07 INFO ClientManageThread_22 - unregister consumer ok, no any connection, and remove consumer group, 4-46e7-911f-913ec76bdb17-Sessions-Consumer
   2018-06-20 13:40:07 INFO AdminBrokerThread_8 - deleteSubscriptionGroup called by 127.0.0.1:50735
   2018-06-20 13:40:07 INFO AdminBrokerThread_8 - **delete subscription group OK, subscription** group:SubscriptionGroupConfig [groupName=4-46e7-911f-913ec76bdb17-Sessions-Consumer, consumeEnable=true, consumeFromMinEnable=true, consumeBroadcastEnable=true, retryQueueNums=1, retryMaxTimes=16, brokerId=0, whichBrokerWhenConsumeSlowly=1, notifyConsumerIdsChangedEnable=true]
   2018-06-20 13:40:10 INFO BrokerControllerScheduledThread1 - dispatch behind commit log 0 bytes
   2018-06-20 13:40:10 INFO BrokerControllerScheduledThread1 - Slave fall behind master: 0 bytes
   2018-06-20 13:40:11 INFO BrokerControllerScheduledThread1 - register broker to name server localhost:9876 OK
   
   2018-06-20 13:40:21 INFO PullMessageThread_8 - **auto create a subscription group**, SubscriptionGroupConfig [groupName=4-46e7-911f-913ec76bdb17-Sessions-Consumer, consumeEnable=true, consumeFromMinEnable=true, consumeBroadcastEnable=true, retryQueueNums=1, retryMaxTimes=16, brokerId=0, whichBrokerWhenConsumeSlowly=1, notifyConsumerIdsChangedEnable=true]
   2018-06-20 13:40:21 WARN PullMessageThread_8 - The consumer's group info not exist, group: 4-46e7-911f-913ec76bdb17-Sessions-Consumer

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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