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 c06564f  Try polishing the clear logic, need more polishment
     new 1ca218f  Add TopicQueueMappingCleanService
     new ad993e3  Use 3 brokers for IT test

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   |  42 +--
 .../broker/processor/AdminBrokerProcessor.java     |   2 +-
 .../topic/TopicQueueMappingCleanService.java       | 310 +++++++++++++++++++++
 .../broker/topic/TopicQueueMappingManager.java     | 178 +-----------
 .../broker/topic/TopicQueueMappingManagerTest.java |   2 +-
 .../java/org/apache/rocketmq/common/MixAll.java    |   4 +-
 .../common/statictopic/TopicQueueMappingUtils.java |   9 +-
 .../org/apache/rocketmq/test/base/BaseConf.java    |  10 +-
 .../rocketmq/test/statictopic/StaticTopicIT.java   |   8 +-
 9 files changed, 353 insertions(+), 212 deletions(-)
 create mode 100644 
broker/src/main/java/org/apache/rocketmq/broker/topic/TopicQueueMappingCleanService.java

Reply via email to