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 2021/09/14 10:42:01 UTC

[shardingsphere] branch master updated (8272069 -> d38af63)

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

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


    from 8272069  add scaling adapt feature for openGauss (#12318)
     add d38af63  Use port instead of pid in ClusterInstance for proxy (#12423)

No new revisions were added by this update.

Summary of changes:
 .../jdbc/core/datasource/ShardingSphereDataSource.java     |  2 +-
 .../shardingsphere/mode/manager/ContextManagerBuilder.java |  4 +++-
 .../fixture/DefaultFixtureContextManagerBuilder.java       | 13 +++++++------
 .../mode/manager/fixture/FixtureContextManagerBuilder.java | 13 +++++++------
 .../mode/manager/cluster/ClusterContextManagerBuilder.java |  8 ++++----
 .../mode/manager/cluster/coordinator/ClusterInstance.java  | 14 +++++++++++---
 .../mode/manager/cluster/coordinator/RegistryCenter.java   |  8 +++-----
 .../coordinator/ClusterContextManagerCoordinatorTest.java  |  2 +-
 .../manager/cluster/coordinator/ClusterInstanceTest.java   |  6 ++++++
 .../coordinator/lock/service/LockRegistryServiceTest.java  |  2 ++
 .../mode/manager/memory/MemoryContextManagerBuilder.java   |  2 +-
 .../standalone/StandaloneContextManagerBuilder.java        |  2 +-
 .../java/org/apache/shardingsphere/proxy/Bootstrap.java    |  2 +-
 .../proxy/initializer/BootstrapInitializer.java            |  9 +++++----
 14 files changed, 53 insertions(+), 34 deletions(-)