You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/05/19 14:56:47 UTC

[shardingsphere] branch master updated (1f3671a -> d0fde2a)

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

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


    from 1f3671a  fix NPE when execute use statement with not exist schema (#10389)
     add d0fde2a  Split LockRegistryCenter (#10393)

No new revisions were added by this update.

Summary of changes:
 .../governance/core/lock/GovernanceLock.java       |  16 +-
 .../governance/core/registry/RegistryCenter.java   | 111 +-------------
 .../core/registry/lock/LockRegistryCenter.java     | 168 +++++++++++++++++++++
 .../governance/core/lock/GovernanceLockTest.java   |  16 +-
 .../core/registry/RegistryCenterTest.java          |  23 ---
 .../core/registry/lock/LockRegistryCenterTest.java |  68 +++++++++
 .../resources/yaml/registryCenter/data-users.yaml  |  20 ---
 7 files changed, 260 insertions(+), 162 deletions(-)
 create mode 100644 shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/registry/lock/LockRegistryCenter.java
 create mode 100644 shardingsphere-governance/shardingsphere-governance-core/src/test/java/org/apache/shardingsphere/governance/core/registry/lock/LockRegistryCenterTest.java
 delete mode 100644 shardingsphere-governance/shardingsphere-governance-core/src/test/resources/yaml/registryCenter/data-users.yaml