You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/07/06 11:07:50 UTC

[shardingsphere] branch master updated (20882dd -> 469842a)

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

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


    from 20882dd  Merge pull request #6279 from woodongwong/patch-1
     new 36d5178  Cluster facade spi design
     new 93c5a64  Merge origin/master into origin/issue6250-3
     new 5a96a8c  revise comments
     new 680a1d2  revise comments
     new 469842a  Merge pull request #6280 from menghaoranss/issue6250-3

The 25668 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../shardingsphere-cluster-configuration/pom.xml   |   5 ++
 .../configuration/config/ClusterConfiguration.java |   3 +-
 .../cluster/facade/ClusterFacade.java              |  85 ++++--------------
 .../cluster/facade/init/ClusterInitFacade.java     | 100 +++++++++++++++++++++
 ...dingsphere.control.panel.spi.ControlPanelFacade |   2 +-
 .../cluster/facade/ClusterInitFacadeTest.java      |  88 ++++++++++++++++++
 .../core/schema/OrchestrationSchemaContexts.java   |  29 +++++-
 .../AbstractOrchestrationDataSource.java           |   7 +-
 .../OrchestrationShardingSphereDataSource.java     |   5 +-
 .../org/apache/shardingsphere/proxy/Bootstrap.java |  19 ++--
 10 files changed, 257 insertions(+), 86 deletions(-)
 create mode 100644 shardingsphere-control-panel/shardingsphere-cluster/shardingsphere-cluster-facade/src/main/java/org/apache/shardingsphere/cluster/facade/init/ClusterInitFacade.java
 copy shardingsphere-control-panel/{shardingsphere-metrics/shardingsphere-metrics-facade => shardingsphere-cluster/shardingsphere-cluster-facade}/src/main/resources/META-INF/services/org.apache.shardingsphere.control.panel.spi.ControlPanelFacade (92%)
 create mode 100644 shardingsphere-control-panel/shardingsphere-cluster/shardingsphere-cluster-facade/src/test/java/org/apache/shardingsphere/cluster/facade/ClusterInitFacadeTest.java