Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message trace is not compatible with RocketMQ main project #398

Open
humkum opened this issue Feb 7, 2022 · 1 comment · May be fixed by #399
Open

Message trace is not compatible with RocketMQ main project #398

humkum opened this issue Feb 7, 2022 · 1 comment · May be fixed by #399

Comments

@humkum
Copy link
Contributor

humkum commented Feb 7, 2022

BUG REPORT

  1. Please describe the issue you observed:

By opening message trace of c interface,we found question as follows:

  • Log print error message like :
    (error):processSendResponse error remark:topic[rmq_sys_TRACE_DATA_DefaultRegion] not exist, apply first please! See http://rocketmq.apache.org/docs/faq/ for further details., error code:17[processSendResponse:552]
  • Search message trace from console, return an error code '14'.
    image

The reasons for the above two problems are

  • The trace topic is incompatible with the RocketMQ main project's, which is "RMQ_SYS_TRACE_TOPIC".
  • There are some missing fields of TraceTransferBean in TraceUtil.cpp, which is incompatible with RocketMQ main project, causing console parsing to fail.
  1. Please tell us about your environment:
  • What is your OS?
    Ubuntu 18.04.5 LTS 64

  • What is your client version?

2.2.0-release

  • What is your RocketMQ version?
    4.8.0
@ShannonDing
Copy link
Member

In server end,
it has different topics for tracing messages in CLOUD model from which in Local model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants