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:19:49 UTC

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

zaisan3 opened a new issue, #504:
URL: https://github.com/apache/rocketmq-spring/issues/504

   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   - What did you expect to see?
   
   - What did you see instead?
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   2. Provide any additional detail on your proposed use case for this feature.
   
   3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #504:
URL: https://github.com/apache/rocketmq-spring/issues/504#issuecomment-1342131338

   > 如标题所说,producer 初始启动后,因无可用topic, 而不能在本地获取并建立所有的broker地址(updateTopicRouteInfoFromNameServer),导致后续的心跳不工作 (sendHeartbeatToAllBrokerWithLock)。 直到客户代码发送一个有效消息(broker支持的topic)。 这会影响 broker端的事务消息的主动查询(没心跳包找不到client的)
   
   这是由于RocketMQ内部机制导致的,欢迎去主仓库提issue


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


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

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #504: producer启动后,因所有broker均不支持TWB102, 而无法更新 brokerAddrTable,导致心跳包不工作,broker端的事务检查不了
URL: https://github.com/apache/rocketmq-spring/issues/504


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