You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/09/16 12:39:26 UTC

[shardingsphere] branch master updated (b00fa93 -> 072750a)

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

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


    from b00fa93  Fix #12333,add test case. (#12453)
     add 072750a  Use status type as node name for storage_nodes (#12500)

No new revisions were added by this update.

Summary of changes:
 .../registry/status/node/StatusNode.java           | 96 ++++------------------
 .../service/DataSourceStatusRegistryService.java   | 16 +---
 .../service/InstanceStatusRegistryService.java     |  2 -
 .../DataSourceStatusRegistrySubscriber.java        | 16 ++--
 ...er.java => StorageNodeStateChangedWatcher.java} | 15 ++--
 .../cluster/coordinator/schema/ClusterSchema.java  |  5 ++
 ....cluster.coordinator.registry.GovernanceWatcher |  2 +-
 .../registry/status/node/StatusNodeTest.java       | 23 +-----
 .../DataSourceStatusRegistryServiceTest.java       |  7 +-
 .../service/InstanceStatusRegistryServiceTest.java |  3 +-
 .../DataSourceStatusRegistrySubscriberTest.java    | 23 +++---
 ...ava => StorageNodeStateChangedWatcherTest.java} |  6 +-
 .../repository/cluster/etcd/EtcdRepository.java    |  3 +-
 13 files changed, 66 insertions(+), 151 deletions(-)
 rename shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/watcher/{DataSourceStateChangedWatcher.java => StorageNodeStateChangedWatcher.java} (73%)
 rename shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/watcher/{DataSourceStateChangedWatcherTest.java => StorageNodeStateChangedWatcherTest.java} (86%)