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

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


    from e6dad7a  Add sharding and readwrite-splitting example conf for proxy. 
(#12508)
     add a5b1f26  Rename StorageNodeStatusService and ComputeNodeStatusService 
(#12515)

No new revisions were added by this update.

Summary of changes:
 .../mode/manager/cluster/ClusterContextManagerBuilder.java |  2 +-
 .../mode/manager/cluster/coordinator/RegistryCenter.java   | 14 +++++++-------
 .../config/subscriber/GlobalRuleRegistrySubscriber.java    |  8 ++++----
 ...sRegistryService.java => ComputeNodeStatusService.java} |  8 ++++----
 ...sRegistryService.java => StorageNodeStatusService.java} |  4 ++--
 ...erStatusRegistryService.java => UserStatusService.java} |  4 ++--
 ...yServiceTest.java => ComputeNodeStatusServiceTest.java} |  6 +++---
 ...yServiceTest.java => StorageNodeStatusServiceTest.java} |  4 ++--
 8 files changed, 25 insertions(+), 25 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/service/{InstanceStatusRegistryService.java
 => ComputeNodeStatusService.java} (91%)
 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/service/{DataSourceStatusRegistryService.java
 => StorageNodeStatusService.java} (95%)
 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/service/{UserStatusRegistryService.java
 => UserStatusService.java} (95%)
 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/service/{InstanceStatusRegistryServiceTest.java
 => ComputeNodeStatusServiceTest.java} (88%)
 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/service/{DataSourceStatusRegistryServiceTest.java
 => StorageNodeStatusServiceTest.java} (91%)

Reply via email to