You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/09/23 11:30:20 UTC

[shardingsphere] branch master updated (98d2b5107a5 -> a273f258220)

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

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


    from 98d2b5107a5 Add `SHOW SHARDING ALGORITHMS` docs. (#21148)
     add a273f258220 Rename InternalLockHolder to InternalLockProvider (#21157)

No new revisions were added by this update.

Summary of changes:
 .../namespace/fixture/FixtureClusterPersistRepository.java |  4 ++--
 .../mode/lock/ShardingSphereLockContext.java               |  4 ++--
 .../cluster/coordinator/ClusterLockPersistService.java     |  4 ++--
 .../fixture/ClusterPersistRepositoryFixture.java           |  4 ++--
 .../ProcessListClusterPersistRepositoryFixture.java        |  4 ++--
 .../mode/repository/cluster/ClusterPersistRepository.java  |  8 ++++----
 .../{InternalLockHolder.java => InternalLockProvider.java} |  4 ++--
 .../mode/repository/cluster/etcd/EtcdRepository.java       | 10 +++++-----
 ...ternalLockHolder.java => EtcdInternalLockProvider.java} |  6 +++---
 .../cluster/zookeeper/CuratorZookeeperRepository.java      | 14 +++++++-------
 ...lLockHolder.java => ZookeeperInternalLockProvider.java} |  4 ++--
 .../cluster/zookeeper/CuratorZookeeperRepositoryTest.java  | 12 ++++++------
 .../proxy/fixture/ClusterPersistRepositoryFixture.java     |  4 ++--
 .../driver/fixture/TestClusterPersistRepository.java       |  4 ++--
 14 files changed, 43 insertions(+), 43 deletions(-)
 rename shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-repository/shardingsphere-cluster-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/cluster/lock/{InternalLockHolder.java => InternalLockProvider.java} (93%)
 rename shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-repository/shardingsphere-cluster-mode-repository-provider/shardingsphere-cluster-mode-repository-etcd/src/main/java/org/apache/shardingsphere/mode/repository/cluster/etcd/lock/{EtcdInternalLockHolder.java => EtcdInternalLockProvider.java} (96%)
 rename shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-repository/shardingsphere-cluster-mode-repository-provider/shardingsphere-cluster-mode-repository-zookeeper-curator/src/main/java/org/apache/shardingsphere/mode/repository/cluster/zookeeper/lock/{ZookeeperInternalLockHolder.java => ZookeeperInternalLockProvider.java} (94%)