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 2020/03/10 06:19:23 UTC

[GitHub] [rocketmq-client-go] ShannonDing opened a new issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.

ShannonDing opened a new issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.
URL: https://github.com/apache/rocketmq-client-go/issues/441
 
 
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
   use v2.0.0-rc2, connect broker version with fastjson 1.2.8.
       - What did you expect to see?
   consume message success.
       - What did you see instead?
   error throw with group info not exist.
   2. Please tell us about your environment:
   
        - What is your OS?
   macOS
        - What is your client version?
   Native 2.0.0-rc2
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   Pull error log:
   underlayError="unknown Response Code: 24, remark: the consumer's group info not exist\nSee http://rocketmq.apache.org/docs/faq/ for further details."
   
   Add log for heatbeat:
   WARN[0001] send heart beat to broker failed              brokerAddr="xxxx:10911" brokerId=0 brokerName=brokera responseCode=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


With regards,
Apache Git Services

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.
URL: https://github.com/apache/rocketmq-client-go/issues/441#issuecomment-597579046
 
 
   close due to #442 

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


With regards,
Apache Git Services

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.
URL: https://github.com/apache/rocketmq-client-go/issues/441#issuecomment-596924503
 
 
   1. the consume sends heartbeats message to the broker with consume type = "PUSH";
   2. the broker can not decode the value "PUSH" with fastjson 1.2.8;
   3. the broker discard the heartbeat messages and do not recode the new consumer;
   4. when the consumer pulls messages from the broker, it returns a "no group info error" message.

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


With regards,
Apache Git Services

[GitHub] [rocketmq-client-go] ShannonDing closed issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.
URL: https://github.com/apache/rocketmq-client-go/issues/441
 
 
   

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


With regards,
Apache Git Services