Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"GetTransport of:x.x.x.x:yyyy get timed_mutex timeout" and "No route info of this topic" error while sending mq message #455

Open
yujb-come opened this issue Sep 12, 2023 · 1 comment

Comments

@yujb-come
Copy link

yujb-come commented Sep 12, 2023

I used producer to send sync message , sometimes it will send failed,
error info like : ‘GetTransport of:x.x.x.x:yyyy get timed_mutex timeout' 'No route information of this topic:xxx'

[Error Detail]
2023-Sep-09 15:59:49.902624:GetTransport of:172.26.89.216:10911 get timed_mutex timeout[CreateTransport:307]
2023-Sep-09 15:59:49.902885:send failed of times:1,brokerName:broker-a[sendDefaultImpl:424]
2023-Sep-09 15:59:49.902979:could not find property mq[selectOneMessageQueue:156]
2023-Sep-09 15:59:49.903595:GetTransport of:172.26.89.216:10911 get timed_mutex timeout[CreateTransport:307]
2023-Sep-09 15:59:49.903746:send failed of times:3,brokerName:broker-a[sendDefaultImpl:424]
2023-Sep-09 15:59:49.903823:could not find property mq[selectOneMessageQueue:156]
2023-Sep-09 15:59:49.904193:GetTransport of:172.26.89.216:10911 get timed_mutex timeout[CreateTransport:307]
2023-Sep-09 15:59:49.904330:send failed of times:5,brokerName:broker-a[sendDefaultImpl:424]
2023-Sep-09 15:59:49.904409:msg: No route info of this topic: audio-upload-topic,error:-1,in file </root/src/rocketmq-client-cpp-release-2.2.0/src/producer/DefaultMQProducerImpl.cpp> line:434[send:137]

[Environment]
Centos 7
rocketmq-client-cpp-release-2.2.0.tar.gz
libevent-release-2.1.11-stable.zip

I referred to the previous issue #211
It is said that this is a bug in libevent, and upgrade to version 2.1. X can solve the problem,
But why does this error still occur when we are currently using libevent-release-2.1.11-stable.zip .
Is there any other possibilities that could cause this error to occur

thankyou~

@chilone123
Copy link

Did you solve it? I also have this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants