You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/24 08:36:00 UTC

[GitHub] [rocketmq-spring] zaisan3 commented on issue #504: producer启动后,因所有broker均不支持TWB102, 而无法更新 brokerAddrTable,导致心跳包不工作,broker端的事务检查不了

zaisan3 commented on issue #504:
URL: https://github.com/apache/rocketmq-spring/issues/504#issuecomment-1326117886

   如标题所说,producer 初始启动后,因无可用topic, 而不能在本地获取并建立所有的broker地址(updateTopicRouteInfoFromNameServer),导致后续的心跳不工作 (sendHeartbeatToAllBrokerWithLock)。
   直到客户代码发送一个有效消息(broker支持的topic)。
   这会影响 broker端的事务消息的主动查询(没心跳包找不到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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org