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/04 08:05:53 UTC

[GitHub] [rocketmq-client-go] maixiaohai opened a new issue #581: trace producer send message with trace message send failed

maixiaohai opened a new issue #581:
URL: https://github.com/apache/rocketmq-client-go/issues/581


   **BUG REPORT**  
   **Please add the branch name [Native]/[Master] at the header of the Isssue title.**
   
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
          use trace producer to test trace message.
       - What did you expect to see?
          Both normal message and trace message were sended.
       - What did you see instead?
         Only normal message was send, trace message could not found.
   2. Please tell us about your environment:
   
        - What is your OS?
   
        - What is your client version?
           2.1.0
        - What is your RocketMQ version?
          4.7.0
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   


----------------------------------------------------------------
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-go] maixiaohai commented on issue #581: trace producer send message with trace message send failed

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #581:
URL: https://github.com/apache/rocketmq-client-go/issues/581#issuecomment-753862864


   I change the log level and print as follows
   ```send trace data success:                      SendResult="%!v(PANIC=String method: runtime error: invalid memory address or nil pointer dereference)"```
   
   Then I use **InvokeSync** method to send trace message, it return the **acl exception**. I add Credentials parameters with traceCfg, it worked.
    I'am green to Go language, If the print log `send success` meet our expectation?


----------------------------------------------------------------
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-go] ShannonDing commented on issue #581: trace producer send message with trace message send failed

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #581:
URL: https://github.com/apache/rocketmq-client-go/issues/581#issuecomment-753862444


   link: https://github.com/apache/rocketmq-client-go/blob/master/examples/producer/trace/main.go


----------------------------------------------------------------
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-go] maixiaohai closed issue #581: trace producer send message with trace message send failed

Posted by GitBox <gi...@apache.org>.
maixiaohai closed issue #581:
URL: https://github.com/apache/rocketmq-client-go/issues/581


   


----------------------------------------------------------------
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-go] maixiaohai commented on issue #581: trace producer send message with trace message send failed

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #581:
URL: https://github.com/apache/rocketmq-client-go/issues/581#issuecomment-755954554


   It maybe caused by we deploy on dledger mode, and version 4.7.0 not support asyn send message.
   I will close 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.

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