apache / apache/rocketmq-client-go

Trace topic's routeInfoData can never be updated

Open
#1,007 4 comments 0 reactions 0 assignees Claimed by @xiaolibuzai-ovo View on GitHub
bug good first issue trace
Dominant language
Go
Stars
1.4k
Forks
445
PR merge metrics
No merged PRs in 30d

Description

**BUG REPORT**
1. Please describe the issue you observed:

- What did you do (The steps to reproduce)?
I disable write permission for a broker.

- What did you expect to see?
All queues belong to this broker are not allowed to write.

- What did you see instead?
queues belongs to topic RMQ_SYS_TRACE_TOPIC still emit messages to this broker.

I read trace.go code for a while and found that routeInfoData for topic RMQ_SYS_TRACE_TOPIC will never update since first boot;
Maybe we should add a timer to process UpdateTopicRouteInfo job every several seconds

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.