You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2023/05/11 10:01:52 UTC

[rocketmq] branch develop updated (5dc2e20ef -> 9d411cf04)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


    from 5dc2e20ef [ISSUE #6728] Compute the confirmOffset without considering new connections (#6729)
     add 9d411cf04 Make configPath unable to update at runtime (#6733)

No new revisions were added by this update.

Summary of changes:
 .../broker/processor/AdminBrokerProcessor.java     | 10 +++-
 .../broker/processor/AdminBrokerProcessorTest.java | 32 ++++++++++
 .../processor/ControllerRequestProcessor.java      |  6 ++
 .../controller/ControllerRequestProcessorTest.java | 70 ++++++++++++++++++++++
 .../namesrv/processor/DefaultRequestProcessor.java |  6 ++
 .../namesrv/processor/RequestProcessorTest.java    | 41 ++++++++++++-
 6 files changed, 163 insertions(+), 2 deletions(-)
 create mode 100644 controller/src/test/java/org/apache/rocketmq/controller/ControllerRequestProcessorTest.java