You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/06/06 09:29:38 UTC

[rocketmq] branch 5.0.0-beta-dledger-controller updated (a3670944e -> 55a0e7b88)

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

jinrongtong pushed a change to branch 5.0.0-beta-dledger-controller
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


 discard a3670944e Fix bug that do not remove caughtUpTime in connectionCaughtUpTimeTable

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/5.0.0-beta-dledger-controller (55a0e7b88)
            \
             O -- O -- O   (a3670944e)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../rocketmq/broker/hacontroller/ReplicasManager.java |  9 +++++----
 .../java/org/apache/rocketmq/common/BrokerConfig.java |  6 +++++-
 .../apache/rocketmq/controller/ControllerManager.java |  2 +-
 .../apache/rocketmq/namesrv/NamesrvController.java    |  3 ---
 .../store/ha/autoswitch/AutoSwitchHAService.java      | 19 ++++++++++---------
 .../test/autoswitchrole/AutoSwitchRoleBase.java       |  4 ++--
 .../autoswitchrole/AutoSwitchRoleIntegrationTest.java |  4 ++--
 7 files changed, 25 insertions(+), 22 deletions(-)