You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/06 11:00:59 UTC

[shardingsphere] branch master updated (e719e9b -> 24f6bbc)

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

zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from e719e9b  Add more TrafficLoadBalanceAlgorithm and optimize traffic logic (#14567)
     add 24f6bbc  Refactor storage node of registry center (#14568)

No new revisions were added by this update.

Summary of changes:
 .../lock/service/LockRegistryService.java          |  6 +--
 .../coordinator/registry/status/StatusNode.java    |  2 +-
 .../status/compute/node/ComputeStatusNode.java     | 62 ----------------------
 .../status/compute/node/ComputeStatusNodeTest.java | 42 ---------------
 .../status/storage/node/StorageStatusNodeTest.java |  8 +--
 .../StorageNodeStateChangedWatcherTest.java        |  8 +--
 .../status/user/node/UserStatusNodeTest.java       |  2 +-
 7 files changed, 13 insertions(+), 117 deletions(-)
 delete mode 100644 shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/compute/node/ComputeStatusNode.java
 delete mode 100644 shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/compute/node/ComputeStatusNodeTest.java