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/01/29 06:17:51 UTC

[GitHub] [rocketmq-client-cpp] lirong-Lee opened a new issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

lirong-Lee opened a new issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344


   The system I use is centos8
   OrderlyProducer of the re-dev branch will report errors when sending messages quickly
   Use OrderlyProducer.cpp in the example
   
   Some messages will report the following error and failed to send.
   
   ./OrderlyProducer -nhttp://172.18.139.94:9876 -t321321 -m99 -gmyGroup
   send failed: [RemotingTooMuchRequestException] msg: sendSelectImpl call timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/producer/DefaultMQProducerImpl.cpp:813>
   send failed: [RemotingTimeoutException] msg: invokeSync call timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:226>


----------------------------------------------------------------
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 #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

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


   @lirong-Lee There is an issue in OrderlyProducer, I have fixed it. Please checkout the latest code in 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] lirong-Lee removed a comment on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee removed a comment on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-769663288


   @ifplusor 
   I think I know where the problem is


----------------------------------------------------------------
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 edited a comment on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
ifplusor edited a comment on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-769730477


   @lirong-Lee There is an issue in OrderlyProducer, I have fixed it. Please checkout the latest code in the re_dev branch. https://github.com/apache/rocketmq-client-cpp/commit/bfae5c2f10a9f7dd5c73c07c57adb229e467c99f


----------------------------------------------------------------
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 #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

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


   @ifplusor Please show more log of cpp client.


----------------------------------------------------------------
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 #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

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


   @lirong-Lee I think you need to set a longer timeout.


----------------------------------------------------------------
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] lirong-Lee commented on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee commented on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-769662504


   @ifplusor 
   hi ifplusor,I have two computers, 172.18.139.94, 172.18.132.124,
   94 is master, 124 is slave, they have a virtual ip172.18.132.100
   The following is part of the log:
   
   [2021-01-29 16:41:41.121] [info] [thread@955] - DefaultMQProducerImpl: myGroup start [start:109]
   [2021-01-29 16:41:41.122] [info] [thread@955] - updateNameServerAddressList: [172.18.139.94:9876] [updateNameServerAddressList:151]
   [2021-01-29 16:41:41.122] [info] [thread@955] - update Namesrv:172.18.139.94:9876 [updateNameServerAddressList:174]
   [2021-01-29 16:41:41.122] [info] [thread@955] - user specified name server address: 172.18.139.94:9876 [MQClientInstance:59]
   [2021-01-29 16:41:41.122] [info] [thread@955] - Created new MQClientInstance for clientId:[::1@955] [getOrCreateMQClientInstance:46]
   [2021-01-29 16:41:41.122] [info] [thread@955] - MQClientImpl start, clientId:::1@955, real nameservAddr:172.18.139.94:9876; [start:43]
   [2021-01-29 16:41:41.122] [info] [thread@955] - the client instance [::1@955] is starting [start:172]
   [2021-01-29 16:41:41.122] [info] [thread@955] - tcpConnectTimeout:400, tcpTransportTryLockTimeout:1, pullThreadNums:4 [start:109]
   [2021-01-29 16:41:41.123] [info] [thread@955] - start scheduled task:::1@955 [startScheduledTask:235]
   [2021-01-29 16:41:41.123] [info] [thread@955] - Try to start service thread:RebalanceService started:false lastThread:0x0 [start:26]
   [2021-01-29 16:41:41.123] [info] [thread@955] - the client instance [::1@955] start OK [start:186]
   [2021-01-29 16:41:41.123] [info] [thread@955] - the producer [myGroup] start OK. [start:128]
   [2021-01-29 16:41:41.123] [warning] [thread@955] - sendheartbeat brokerAddrTable is empty [sendHeartbeatToAllBroker:406]
   [2021-01-29 16:41:41.123] [info] [thread@967] - RebalanceService service started [run:31]
   [2021-01-29 16:41:41.123] [info] [thread@969] - namesrvIndex is:1, index:0, namesrvaddrlist size:1 [CreateNameServerTransport:488]
   [2021-01-29 16:41:41.123] [info] [thread@969] - connect to 172.18.139.94:9876. [connect:106]
   [2021-01-29 16:41:41.123] [info] [thread@969] - try to connect to fd:8, addr:172.18.139.94:9876 [connect:148]
   [2021-01-29 16:41:41.124] [info] [thread@970] - eventcb: received event:0x80 on fd:8 [eventOccurred:163]
   [2021-01-29 16:41:41.124] [info] [thread@970] - eventcb: connect to fd:8 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.124] [info] [thread@969] - connect server with addr:172.18.139.94:9876 success [CreateTransport:459]
   [2021-01-29 16:41:41.125] [info] [thread@969] - updateTopicRouteInfoFromNameServer has data [updateTopicRouteInfoFromNameServer:433]
   [2021-01-29 16:41:41.125] [info] [thread@969] - updateTopicRouteInfoFromNameServer changed:321321 [updateTopicRouteInfoFromNameServer:438]
   [2021-01-29 16:41:41.125] [info] [thread@969] - updateTopicRouteInfoFromNameServer changed with broker name:broker-a [updateTopicRouteInfoFromNameServer:443]
   [2021-01-29 16:41:41.125] [error] [thread@969] - send failed, exception:[RemotingTooMuchRequestException] msg: sendSelectImpl call timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/producer/DefaultMQProducerImpl.cpp:813> [send:283]
   [2021-01-29 16:41:41.125] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.125] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.125] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.125] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.125] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.126] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.126] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.126] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.126] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f6470001bc0 [disconnect:100]
   [2021-01-29 16:41:41.126] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.126] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.126] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.126] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.126] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.126] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.126] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.126] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.126] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.126] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.128] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.128] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.128] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.128] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c003320 [disconnect:100]
   [2021-01-29 16:41:41.128] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.128] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.128] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.128] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.128] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.128] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.128] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.128] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.128] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.128] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.129] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.129] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.129] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.129] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0067c0 [disconnect:100]
   [2021-01-29 16:41:41.129] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.129] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.129] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.129] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.129] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.129] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.129] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.129] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.129] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.129] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.131] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.131] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.131] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.131] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0067c0 [disconnect:100]
   [2021-01-29 16:41:41.131] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.131] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.131] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.131] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.131] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.131] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.131] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.131] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.131] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.131] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.132] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.132] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.132] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.132] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c009710 [disconnect:100]
   [2021-01-29 16:41:41.132] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.132] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.132] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.132] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.132] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.132] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.132] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.132] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.132] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.132] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.133] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.133] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.133] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.133] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0077b0 [disconnect:100]
   [2021-01-29 16:41:41.133] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.133] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.133] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.133] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.133] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.134] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.134] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.134] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.134] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.134] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.135] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.135] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.135] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.135] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c009220 [disconnect:100]
   [2021-01-29 16:41:41.135] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.135] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.135] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.135] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.135] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.135] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.135] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.135] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.135] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.135] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.136] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.136] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.136] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.136] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0060f0 [disconnect:100]
   [2021-01-29 16:41:41.136] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.136] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.136] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.136] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.136] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.136] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.136] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.136] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.136] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.136] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.137] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.137] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.137] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.137] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0060f0 [disconnect:100]
   [2021-01-29 16:41:41.137] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.137] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.137] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.137] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.138] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.138] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.138] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.138] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.138] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.138] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.139] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.139] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.139] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.139] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0060f0 [disconnect:100]
   [2021-01-29 16:41:41.139] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.139] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.139] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.139] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.139] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.139] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.139] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.139] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.139] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.139] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.140] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.140] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.140] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.140] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0060f0 [disconnect:100]
   [2021-01-29 16:41:41.140] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.140] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.140] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.140] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.140] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.140] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.140] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.140] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.140] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.140] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.142] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.142] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.142] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.142] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0025e0 [disconnect:100]
   [2021-01-29 16:41:41.142] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.142] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.142] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.142] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.142] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.142] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.142] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.142] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.142] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.142] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.143] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.143] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.143] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.143] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0025e0 [disconnect:100]
   [2021-01-29 16:41:41.143] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.143] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.143] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.143] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.143] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.143] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.143] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.143] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.143] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.143] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.143] [info] [thread@964] - updateTopicRouteInfoFromNameServer has data [updateTopicRouteInfoFromNameServer:433]
   [2021-01-29 16:41:41.143] [info] [thread@964] - updateTopicRouteInfoFromNameServer has data [updateTopicRouteInfoFromNameServer:433]
   [2021-01-29 16:41:41.143] [info] [thread@964] - updateTopicRouteInfoFromNameServer changed:TBW102 [updateTopicRouteInfoFromNameServer:438]
   [2021-01-29 16:41:41.143] [info] [thread@964] - updateTopicRouteInfoFromNameServer changed with broker name:broker-a [updateTopicRouteInfoFromNameServer:443]
   [2021-01-29 16:41:41.144] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.144] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.144] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.144] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00d520 [disconnect:100]
   [2021-01-29 16:41:41.144] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.144] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.144] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.144] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.144] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.144] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.144] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.144] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.144] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.144] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.145] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.145] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.145] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.145] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00a380 [disconnect:100]
   [2021-01-29 16:41:41.145] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.145] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.145] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.145] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.145] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.145] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.146] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.146] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.146] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.146] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.147] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.147] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.147] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.147] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00a380 [disconnect:100]
   [2021-01-29 16:41:41.147] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.147] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.147] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.147] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.147] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.147] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.147] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.147] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.147] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.147] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.148] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.148] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.148] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.148] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00c9b0 [disconnect:100]
   [2021-01-29 16:41:41.148] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.148] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.148] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.148] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.148] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.148] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.148] [info] [thread@969] - try to connect to fd:10, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.148] [info] [thread@970] - eventcb: received event:0x80 on fd:10 [eventOccurred:163]
   [2021-01-29 16:41:41.148] [info] [thread@970] - eventcb: connect to fd:10 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.148] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.149] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.149] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.149] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.149] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0024c0 [disconnect:100]
   [2021-01-29 16:41:41.149] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.149] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.149] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.149] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.149] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.149] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.150] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.150] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.150] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.150] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.151] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.151] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.151] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.151] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00ab90 [disconnect:100]
   [2021-01-29 16:41:41.151] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.151] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.151] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.151] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.151] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.151] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.151] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.151] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.151] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.151] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.152] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.152] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.152] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.152] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00e750 [disconnect:100]
   [2021-01-29 16:41:41.152] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.152] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.152] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.152] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.152] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.152] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.152] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.152] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.152] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.152] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.153] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.153] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.153] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.153] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00e750 [disconnect:100]
   [2021-01-29 16:41:41.153] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.153] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.153] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.153] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.153] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.153] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.154] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.154] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.154] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.154] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.155] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.155] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.155] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.155] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c0062e0 [disconnect:100]
   [2021-01-29 16:41:41.155] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.155] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.155] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.155] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.155] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.155] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.155] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.155] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.155] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.155] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.156] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.156] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.156] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.156] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c005ea0 [disconnect:100]
   [2021-01-29 16:41:41.156] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.156] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.156] [warning] [thread@969] - invokeSync: close socket because of timeout, 1ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.156] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.156] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: wait response on the addr <172.18.139.100:10911> timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:274> [send:283]
   [2021-01-29 16:41:41.156] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.156] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.156] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.156] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.156] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.160] [info] [thread@969] - CloseTransport of:172.18.139.100:10911 [CloseTransport:510]
   [2021-01-29 16:41:41.160] [warning] [thread@969] - closeTransport: erase broker: 172.18.139.100:10911 [CloseTransport:525]
   [2021-01-29 16:41:41.160] [warning] [thread@969] - closeTransport: disconnect:172.18.139.100:10911 with state:2 [CloseTransport:529]
   [2021-01-29 16:41:41.160] [info] [thread@969] - disconnect:172.18.139.100:10911 start. event:0x7f643c00b180 [disconnect:100]
   [2021-01-29 16:41:41.160] [info] [thread@969] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.160] [error] [thread@969] - CloseTransport of:172.18.139.100:10911 end [CloseTransport:534]
   [2021-01-29 16:41:41.160] [warning] [thread@969] - invokeSync: close socket because of timeout, 0ms, 172.18.139.100:10911 [invokeSync:240]
   [2021-01-29 16:41:41.160] [warning] [thread@969] - invokeSync: wait response timeout exception, the channel[172.18.139.100:10911] [invokeSync:242]
   [2021-01-29 16:41:41.160] [error] [thread@969] - send failed, exception:[RemotingTimeoutException] msg: invokeSync call timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/transport/TcpRemotingClient.cpp:226> [send:283]
   [2021-01-29 16:41:41.160] [info] [thread@969] - connect to 172.18.139.100:10911. [connect:106]
   [2021-01-29 16:41:41.160] [info] [thread@969] - try to connect to fd:9, addr:172.18.139.100:10911 [connect:148]
   [2021-01-29 16:41:41.160] [info] [thread@970] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 16:41:41.160] [info] [thread@970] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.160] [info] [thread@969] - connect server with addr:172.18.139.100:10911 success [CreateTransport:459]
   [2021-01-29 16:41:41.168] [info] [thread@955] - DefaultMQProducerImpl shutdown [shutdown:147]
   [2021-01-29 16:41:41.168] [info] [thread@955] - unregisterClient to broker:172.18.139.100:10911 [unregisterClient:530]
   [2021-01-29 16:41:41.169] [info] [thread@955] - unregisterClient to:172.18.139.100:10911 success [unregisterClient:537]
   [2021-01-29 16:41:41.169] [info] [thread@955] - unregister client[Producer: myGroup Consumer: ] from broker[broker-a 0 172.18.139.100:10911] success [unregisterClient:578]
   [2021-01-29 16:41:41.169] [info] [thread@955] - unregisterClient to broker:172.18.139.124:10922 [unregisterClient:530]
   [2021-01-29 16:41:41.169] [info] [thread@955] - connect to 172.18.139.124:10922. [connect:106]
   [2021-01-29 16:41:41.169] [info] [thread@955] - try to connect to fd:10, addr:172.18.139.124:10922 [connect:148]
   [2021-01-29 16:41:41.169] [info] [thread@970] - eventcb: received event:0x80 on fd:10 [eventOccurred:163]
   [2021-01-29 16:41:41.169] [info] [thread@970] - eventcb: connect to fd:10 successfully [eventOccurred:166]
   [2021-01-29 16:41:41.169] [info] [thread@955] - connect server with addr:172.18.139.124:10922 success [CreateTransport:459]
   [2021-01-29 16:41:41.170] [info] [thread@955] - unregisterClient to:172.18.139.124:10922 success [unregisterClient:537]
   [2021-01-29 16:41:41.170] [info] [thread@955] - unregister client[Producer: myGroup Consumer: ] from broker[broker-a 1 172.18.139.124:10922] success [unregisterClient:578]
   [2021-01-29 16:41:41.171] [info] [thread@955] - TcpRemotingClient::shutdown Begin [shutdown:119]
   [2021-01-29 16:41:41.171] [info] [thread@955] - disconnect:172.18.139.100:10911 start. event:0x7f6470002c40 [disconnect:100]
   [2021-01-29 16:41:41.171] [info] [thread@955] - disconnect:172.18.139.100:10911 completely [disconnect:102]
   [2021-01-29 16:41:41.171] [info] [thread@955] - disconnect:172.18.139.124:10922 start. event:0x7f6470001890 [disconnect:100]
   [2021-01-29 16:41:41.171] [info] [thread@955] - disconnect:172.18.139.124:10922 completely [disconnect:102]
   [2021-01-29 16:41:41.171] [info] [thread@955] - disconnect:172.18.139.94:9876 start. event:0x7f643c0022b0 [disconnect:100]
   [2021-01-29 16:41:41.171] [info] [thread@955] - disconnect:172.18.139.94:9876 completely [disconnect:102]
   [2021-01-29 16:41:41.171] [info] [thread@955] - TcpRemotingClient::shutdown End, transport_table_:0 [shutdown:135]
   [2021-01-29 16:41:41.171] [info] [thread@955] - Try to shutdown service thread:RebalanceService started:true lastThread:0x12130b0 [shutdown:38]
   [2021-01-29 16:41:41.171] [info] [thread@955] - shutdown thread RebalanceService [shutdown:44]
   [2021-01-29 16:41:41.171] [info] [thread@967] - the client instance:::1@955 start doRebalance [doRebalance:610]
   [2021-01-29 16:41:41.171] [info] [thread@967] - the client instance [::1@955] finish doRebalance [doRebalance:617]
   [2021-01-29 16:41:41.171] [info] [thread@967] - RebalanceService service end [run:38]
   [2021-01-29 16:41:41.171] [info] [thread@955] - join thread RebalanceService elapsed time(ms) 0 [shutdown:51]
   [2021-01-29 16:41:41.171] [info] [thread@955] - the client instance [::1@955] shutdown OK [shutdown:221]
   [2021-01-29 16:41:41.171] [info] [thread@955] - MQClientInstance:::1@955 destruct [~MQClientInstance:69]


----------------------------------------------------------------
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] lirong-Lee closed issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee closed issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344


   


----------------------------------------------------------------
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] lirong-Lee commented on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee commented on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-769681329


   @ifplusor 
   Hi,After I close the virtual IP now, the following error still occurs
   
   [2021-01-29 17:24:31.762] [info] [thread@5349] - DefaultMQProducerImpl: myGroup start [start:109]
   [2021-01-29 17:24:31.762] [info] [thread@5349] - updateNameServerAddressList: [172.18.139.94:9876] [updateNameServerAddressList:151]
   [2021-01-29 17:24:31.762] [info] [thread@5349] - update Namesrv:172.18.139.94:9876 [updateNameServerAddressList:174]
   [2021-01-29 17:24:31.762] [info] [thread@5349] - user specified name server address: 172.18.139.94:9876 [MQClientInstance:59]
   [2021-01-29 17:24:31.762] [info] [thread@5349] - Created new MQClientInstance for clientId:[::1@5349] [getOrCreateMQClientInstance:46]
   [2021-01-29 17:24:31.762] [info] [thread@5349] - MQClientImpl start, clientId:::1@5349, real nameservAddr:172.18.139.94:9876; [start:43]
   [2021-01-29 17:24:31.762] [info] [thread@5349] - the client instance [::1@5349] is starting [start:172]
   [2021-01-29 17:24:31.763] [info] [thread@5349] - tcpConnectTimeout:400, tcpTransportTryLockTimeout:1, pullThreadNums:4 [start:109]
   [2021-01-29 17:24:31.763] [info] [thread@5349] - start scheduled task:::1@5349 [startScheduledTask:235]
   [2021-01-29 17:24:31.763] [info] [thread@5349] - Try to start service thread:RebalanceService started:false lastThread:0x0 [start:26]
   [2021-01-29 17:24:31.763] [info] [thread@5349] - the client instance [::1@5349] start OK [start:186]
   [2021-01-29 17:24:31.763] [info] [thread@5349] - the producer [myGroup] start OK. [start:128]
   [2021-01-29 17:24:31.763] [warning] [thread@5349] - sendheartbeat brokerAddrTable is empty [sendHeartbeatToAllBroker:406]
   [2021-01-29 17:24:31.763] [info] [thread@5361] - RebalanceService service started [run:31]
   [2021-01-29 17:24:31.763] [info] [thread@5363] - namesrvIndex is:1, index:0, namesrvaddrlist size:1 [CreateNameServerTransport:488]
   [2021-01-29 17:24:31.763] [info] [thread@5363] - connect to 172.18.139.94:9876. [connect:106]
   [2021-01-29 17:24:31.763] [info] [thread@5363] - try to connect to fd:8, addr:172.18.139.94:9876 [connect:148]
   [2021-01-29 17:24:31.764] [info] [thread@5364] - eventcb: received event:0x80 on fd:8 [eventOccurred:163]
   [2021-01-29 17:24:31.764] [info] [thread@5364] - eventcb: connect to fd:8 successfully [eventOccurred:166]
   [2021-01-29 17:24:31.764] [info] [thread@5363] - connect server with addr:172.18.139.94:9876 success [CreateTransport:459]
   [2021-01-29 17:24:31.765] [info] [thread@5363] - updateTopicRouteInfoFromNameServer has data [updateTopicRouteInfoFromNameServer:433]
   [2021-01-29 17:24:31.765] [info] [thread@5363] - updateTopicRouteInfoFromNameServer changed:321321 [updateTopicRouteInfoFromNameServer:438]
   [2021-01-29 17:24:31.765] [info] [thread@5363] - updateTopicRouteInfoFromNameServer changed with broker name:broker-a [updateTopicRouteInfoFromNameServer:443]
   [2021-01-29 17:24:31.765] [error] [thread@5363] - send failed, exception:[RemotingTooMuchRequestException] msg: sendSelectImpl call timeout, error: -1, in </home/e0614688/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/producer/DefaultMQProducerImpl.cpp:813> [send:283]
   [2021-01-29 17:24:31.765] [info] [thread@5363] - connect to 172.18.139.94:10911. [connect:106]
   [2021-01-29 17:24:31.766] [info] [thread@5363] - try to connect to fd:9, addr:172.18.139.94:10911 [connect:148]
   [2021-01-29 17:24:31.766] [info] [thread@5364] - eventcb: received event:0x80 on fd:9 [eventOccurred:163]
   [2021-01-29 17:24:31.766] [info] [thread@5364] - eventcb: connect to fd:9 successfully [eventOccurred:166]
   [2021-01-29 17:24:31.766] [info] [thread@5363] - connect server with addr:172.18.139.94:10911 success [CreateTransport:459]
   [2021-01-29 17:24:31.766] [info] [thread@5349] - DefaultMQProducerImpl shutdown [shutdown:147]
   [2021-01-29 17:24:31.766] [info] [thread@5349] - unregisterClient to broker:172.18.139.94:10911 [unregisterClient:530]
   [2021-01-29 17:24:31.767] [info] [thread@5349] - unregisterClient to:172.18.139.94:10911 success [unregisterClient:537]
   [2021-01-29 17:24:31.767] [info] [thread@5349] - unregister client[Producer: myGroup Consumer: ] from broker[broker-a 0 172.18.139.94:10911] success [unregisterClient:578]
   [2021-01-29 17:24:31.767] [info] [thread@5349] - unregisterClient to broker:172.18.139.124:10922 [unregisterClient:530]
   [2021-01-29 17:24:31.767] [info] [thread@5349] - connect to 172.18.139.124:10922. [connect:106]
   [2021-01-29 17:24:31.767] [info] [thread@5349] - try to connect to fd:10, addr:172.18.139.124:10922 [connect:148]
   [2021-01-29 17:24:31.767] [info] [thread@5364] - eventcb: received event:0x80 on fd:10 [eventOccurred:163]
   [2021-01-29 17:24:31.767] [info] [thread@5364] - eventcb: connect to fd:10 successfully [eventOccurred:166]
   [2021-01-29 17:24:31.767] [info] [thread@5349] - connect server with addr:172.18.139.124:10922 success [CreateTransport:459]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - unregisterClient to:172.18.139.124:10922 success [unregisterClient:537]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - unregister client[Producer: myGroup Consumer: ] from broker[broker-a 1 172.18.139.124:10922] success [unregisterClient:578]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - TcpRemotingClient::shutdown Begin [shutdown:119]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - disconnect:172.18.139.124:10922 start. event:0x7fe698002380 [disconnect:100]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - disconnect:172.18.139.124:10922 completely [disconnect:102]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - disconnect:172.18.139.94:10911 start. event:0x7fe698001bc0 [disconnect:100]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - disconnect:172.18.139.94:10911 completely [disconnect:102]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - disconnect:172.18.139.94:9876 start. event:0x7fe6740022b0 [disconnect:100]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - disconnect:172.18.139.94:9876 completely [disconnect:102]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - TcpRemotingClient::shutdown End, transport_table_:0 [shutdown:135]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - Try to shutdown service thread:RebalanceService started:true lastThread:0x1f240b0 [shutdown:38]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - shutdown thread RebalanceService [shutdown:44]
   [2021-01-29 17:24:31.771] [info] [thread@5361] - the client instance:::1@5349 start doRebalance [doRebalance:610]
   [2021-01-29 17:24:31.771] [info] [thread@5361] - the client instance [::1@5349] finish doRebalance [doRebalance:617]
   [2021-01-29 17:24:31.771] [info] [thread@5361] - RebalanceService service end [run:38]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - join thread RebalanceService elapsed time(ms) 0 [shutdown:51]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - the client instance [::1@5349] shutdown OK [shutdown:221]
   [2021-01-29 17:24:31.771] [info] [thread@5349] - MQClientInstance:::1@5349 destruct [~MQClientInstance:69]
   


----------------------------------------------------------------
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] lirong-Lee commented on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee commented on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-770520665


   It turned out that info->retrytimes was initialized to 1.


----------------------------------------------------------------
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] lirong-Lee commented on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee commented on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-769663288


   @ifplusor 
   I think I know where the problem is


----------------------------------------------------------------
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 #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

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


   @ifplusor Because the send API has changed in re_dev branch, but example not change.


----------------------------------------------------------------
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] lirong-Lee commented on issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee commented on issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344#issuecomment-769650597


   @ifplusor 
   The example code OrderlyProducer.cpp I used has not been modified.
   “producer->set_send_msg_timeout(3000);”
   Add print before the error, I find that the timeout timeI is 0 when the error occurs.
   Only the first time is 3000.
   I don't understand why this timeout time becomes 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



[GitHub] [rocketmq-client-cpp] lirong-Lee closed issue #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

Posted by GitBox <gi...@apache.org>.
lirong-Lee closed issue #344:
URL: https://github.com/apache/rocketmq-client-cpp/issues/344


   


----------------------------------------------------------------
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 #344: OrderlyProducer of the re-dev branch will report errors when sending messages quickly

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


   @lirong-Lee namesrv not support http.


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