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/04/09 10:03:53 UTC

[GitHub] [rocketmq-client-cpp] lhy0726 opened a new issue #352: multithread share Producer failed accidentally , error “ProducerSendSyncFailed: No route info of this topic”

lhy0726 opened a new issue #352:
URL: https://github.com/apache/rocketmq-client-cpp/issues/352


   original issue: https://ask.csdn.net/questions/4332269
   
   
   error log info
   ------------------------------------------------------------------------------------
   (error): [7f0c4dffb700] no corresponding consumer found for group:TEST_TOPIC_PULL[consumerRunningInfo:1203]
   (error): [7f0ac37fe700] GetTransport of:172.20.0.232:30911 get timed_mutex timeout[CreateTransport:307]
   (error): [7f0ac37fe700] send failed of times:1,brokerName:broker0[sendDefaultImpl:424]
   (error): [7f0ac37fe700] could not find property mq[selectOneMessageQueue:156]
   (error): [7f0ac37fe700] GetTransport of:172.20.0.232:30911 get timed_mutex timeout[CreateTransport:307]
   (error): [7f0ac37fe700] send failed of times:3,brokerName:broker0[sendDefaultImpl:424]
   (error): [7f0ac37fe700] could not find property mq[selectOneMessageQueue:156]
   (error): [7f0ac37fe700] GetTransport of:172.20.0.232:30911 get timed_mutex timeout[CreateTransport:307]
   (error): [7f0ac37fe700] send failed of times:5,brokerName:broker0[sendDefaultImpl:424]
   (error): [7f0ac37fe700] msg: No route info of this topic: ScannerPocTask,error:-1,in file <src/producer/DefaultMQProducerImpl.cpp> line:434[send:137]
   
   


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



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #352: multithread share Producer failed accidentally , error “ProducerSendSyncFailed: No route info of this topic”

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #352:
URL: https://github.com/apache/rocketmq-client-cpp/issues/352#issuecomment-816579362


   @lhy0726 You can use the version of the re_dev branch.


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



[GitHub] [rocketmq-client-cpp] lhy0726 commented on issue #352: multithread share Producer failed accidentally , error “ProducerSendSyncFailed: No route info of this topic”

Posted by GitBox <gi...@apache.org>.
lhy0726 commented on issue #352:
URL: https://github.com/apache/rocketmq-client-cpp/issues/352#issuecomment-817640124


   > @lhy0726 You can use the version of the re_dev branch.
   
   thank you for reply.  but how can i fix this in branch release2.2.0?  I used branch release2.2 to rewrite  PullComsumer of python-client version , it seems that there are so many differences about PULL mode between re_dev and release2.2.0. 


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