This is an automated email from the ASF dual-hosted git repository.
dongeforever pushed a change to branch 5.0.0-alpha-static-topic
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from d677d85 Polish doc
new 527382e Clean the items more than second gen
new 12915b8 Add clean item logic for topic queue mapping
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/rocketmq/broker/BrokerController.java | 25 ++++
.../broker/processor/AdminBrokerProcessor.java | 5 +-
.../broker/topic/TopicQueueMappingManager.java | 140 ++++++++++++++++++++-
.../apache/rocketmq/common/admin/TopicOffset.java | 9 ++
.../header/GetTopicStatsInfoRequestHeader.java | 3 +-
.../apache/rocketmq/common/rpc/RpcClientImpl.java | 24 +++-
.../apache/rocketmq/common/rpc/RpcResponse.java | 2 +-
.../statictopic/TopicQueueMappingDetail.java | 13 ++
.../common/statictopic/TopicQueueMappingInfo.java | 12 ++
.../namesrv/routeinfo/RouteInfoManager.java | 1 +
10 files changed, 228 insertions(+), 6 deletions(-)