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/04/26 03:07:45 UTC

[GitHub] [rocketmq-externals] salley-x opened a new issue #563: CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

salley-x opened a new issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563


   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.
   
   2. 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?
   
   4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
   
   - [sub-task1-issue-number](example_sub_issue1_link_here): sub-task1 description here, 
   - [sub-task2-issue-number](example_sub_issue2_link_here): sub-task2 description here,
   - ...


----------------------------------------------------------------
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-externals] ozw999 commented on issue #563: [rocketmq-console]CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

Posted by GitBox <gi...@apache.org>.
ozw999 commented on issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563#issuecomment-947613844


   @salley-x excuse me?how to solve it?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-externals] tangyingcai commented on issue #563: [rocketmq-console]CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

Posted by GitBox <gi...@apache.org>.
tangyingcai commented on issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563#issuecomment-689953571


   同样的情况, console运行后, 查看不了信息轨迹。。 
   请问大佬最后如何解决了?o(╯□╰)o
   @salley-x  
   CODE: 1  DESC: The stats <TOPIC_PUT_NUMS> <BenchmarkTest> not exist


----------------------------------------------------------------
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-externals] StyleTang commented on issue #563: [rocketmq-console]CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

Posted by GitBox <gi...@apache.org>.
StyleTang commented on issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563#issuecomment-950173010


   Hi @syncwt @tangyingcai @ozw999 
   Sorry for the late reply.
   There is not enough information for us to troubleshooting. I guess it’s because your producer and consumer didn’t enable the message track. We can refer to the below code.
   [TraceProducer](https://github.com/apache/rocketmq/blob/3ae251751586b940b7467284966ec4fe93f86be1/example/src/main/java/org/apache/rocketmq/example/tracemessage/TraceProducer.java#L29)
   [TracePushConsumer](https://github.com/apache/rocketmq/blob/3ae251751586b940b7467284966ec4fe93f86be1/example/src/main/java/org/apache/rocketmq/example/tracemessage/TracePushConsumer.java#L32)
   
   By the way, the RocketMQ Console repository is already moved to [rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard). If you still have a problem, feel free to open a new issue there.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-externals] StyleTang removed a comment on issue #563: [rocketmq-console]CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

Posted by GitBox <gi...@apache.org>.
StyleTang removed a comment on issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563#issuecomment-950173010


   Hi @syncwt @tangyingcai @ozw999 
   Sorry for the late reply.
   There is not enough information for us to troubleshooting. I guess it’s because your producer and consumer didn’t enable the message track. We can refer to the below code.
   [TraceProducer](https://github.com/apache/rocketmq/blob/3ae251751586b940b7467284966ec4fe93f86be1/example/src/main/java/org/apache/rocketmq/example/tracemessage/TraceProducer.java#L29)
   [TracePushConsumer](https://github.com/apache/rocketmq/blob/3ae251751586b940b7467284966ec4fe93f86be1/example/src/main/java/org/apache/rocketmq/example/tracemessage/TracePushConsumer.java#L32)
   
   By the way, the RocketMQ Console repository is already moved to [rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard). If you still have a problem, feel free to open a new issue there.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-externals] StyleTang commented on issue #563: [rocketmq-console]CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

Posted by GitBox <gi...@apache.org>.
StyleTang commented on issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563#issuecomment-950172990


   Hi @syncwt @tangyingcai @ozw999 
   Sorry for the late reply.
   There is not enough information for us to troubleshooting. I guess it’s because your producer and consumer didn’t enable the message track. We can refer to the below code.
   [TraceProducer](https://github.com/apache/rocketmq/blob/3ae251751586b940b7467284966ec4fe93f86be1/example/src/main/java/org/apache/rocketmq/example/tracemessage/TraceProducer.java#L29)
   [TracePushConsumer](https://github.com/apache/rocketmq/blob/3ae251751586b940b7467284966ec4fe93f86be1/example/src/main/java/org/apache/rocketmq/example/tracemessage/TracePushConsumer.java#L32)
   
   By the way, the RocketMQ Console repository is already moved to [rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard). If you still have a problem, feel free to open a new issue there.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-externals] syncwt commented on issue #563: [rocketmq-console]CODE:17 DESE:The topic[RMQ_SYS_TRACE_TOPIC] not matched route info For

Posted by GitBox <gi...@apache.org>.
syncwt commented on issue #563:
URL: https://github.com/apache/rocketmq-externals/issues/563#issuecomment-670361109


   I met the same issues.how to slove? Please give me some idea,thanks


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