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 2019/01/04 03:04:48 UTC

[GitHub] ShannonDing opened a new issue #52: Get Transport death lock if all brokers shutdown unnormally

ShannonDing opened a new issue #52: Get Transport death lock if all brokers shutdown unnormally
URL: https://github.com/apache/rocketmq-client-cpp/issues/52
 
 
   ##### Test Env:
     - 1broker
     - 1 push consumer
   
   ##### How to reproduce:
     - Use push consumer to connect to broker,
     - shutdown the broker
     - restart the broker
     - check the consumer
   
   ##### logs:
   ```
   [2018-Dec-12 07:29:30.760170](info):namesrvIndex is:8, index:0, namesrvaddrlist size:1
   
   [2018-Dec-12 07:29:31.240943](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:31.637820](info):eventcb: received event:11 on fd:14
   
   [2018-Dec-12 07:29:31.637899](info):eventcb:rcv error event cb:11 on fd:14
   
   [2018-Dec-12 07:29:31.637931](info):event_base_dispatch exit once
   
   [2018-Dec-12 07:29:32.241539](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:33.242114](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:33.760524](error):GetTransport of:172.17.0.2:9876 get timed_mutex timeout
   
   [2018-Dec-12 07:29:33.760650](info):updateTopicRouteInfoFromNameServer start:T_TestTopic
   
   [2018-Dec-12 07:29:33.760759](info):namesrvIndex is:9, index:0, namesrvaddrlist size:1
   
   [2018-Dec-12 07:29:34.242835](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:35.243643](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:36.244387](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:36.761118](error):GetTransport of:172.17.0.2:9876 get timed_mutex timeout
   
   [2018-Dec-12 07:29:37.244875](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:38.245616](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:39.246274](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:40.246906](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:41.247591](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:42.248256](info):Wait till event base is looping
   
   [2018-Dec-12 07:29:43.249143](info):Wait till event base is looping
   ```

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