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/08/13 09:33:14 UTC

[shardingsphere] branch master updated (291dcd4 -> 3c91473)

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 291dcd4  Fix NPE for LocalPersistRepository (#11798)
     add 3c91473  solve the OrderedServicesCache concurrency exception (#11796)

No new revisions were added by this update.

Summary of changes:
 .../route/DatabaseDiscoverySQLRouterTest.java      |  2 +-
 ...hmProvidedDatabaseDiscoveryRuleBuilderTest.java |  2 +-
 .../builder/DatabaseDiscoveryRuleBuilderTest.java  |  2 +-
 ...abaseDiscoveryRuleConfigurationCheckerTest.java |  4 +--
 .../merge/EncryptResultDecoratorEngineTest.java    |  6 ++--
 .../metadata/EncryptTableMetaDataBuilderTest.java  |  6 ++--
 .../AlgorithmProvidedEncryptRuleBuilderTest.java   |  2 +-
 .../rule/builder/EncryptRuleBuilderTest.java       |  2 +-
 ...rovidedEncryptRuleConfigurationCheckerTest.java |  4 +--
 .../EncryptRuleConfigurationCheckerTest.java       |  4 +--
 ...orithmProviderConfigurationYamlSwapperTest.java |  2 +-
 .../EncryptRuleConfigurationYamlSwapperTest.java   |  2 +-
 .../route/ReadwriteSplittingSQLRouterTest.java     |  2 +-
 ...mProvidedReadwriteSplittingRuleBuilderTest.java |  2 +-
 .../builder/ReadwriteSplittingRuleBuilderTest.java |  2 +-
 ...writeSplittingRuleConfigurationCheckerTest.java |  4 +--
 ...writeSplittingRuleConfigurationCheckerTest.java |  4 +--
 .../shadow/route/ShadowSQLRouterTest.java          |  2 +-
 .../shadow/rule/builder/ShadowRuleBuilderTest.java |  2 +-
 .../ShadowRuleConfigurationCheckerTest.java        |  4 +--
 .../AlgorithmProvidedShardingRuleBuilderTest.java  |  2 +-
 .../rule/builder/ShardingRuleBuilderTest.java      |  2 +-
 ...ovidedShardingRuleConfigurationCheckerTest.java |  4 +--
 .../ShardingRuleConfigurationCheckerTest.java      |  4 +--
 .../authority/checker/AuthorityCheckerTest.java    |  8 ++---
 .../schema/builder/TableMetaDataBuilder.java       |  4 +--
 .../rule/builder/ShardingSphereRulesBuilder.java   | 10 +++---
 .../checker/RuleConfigurationCheckerFactory.java   |  2 +-
 .../infra/spi/ordered/OrderedSPIRegistry.java      | 21 ++++++------
 .../spi/ordered/cache/CachedOrderedServices.java   | 36 ---------------------
 .../spi/ordered/cache/OrderedServicesCache.java    | 37 ++++++++++++----------
 .../YamlRuleConfigurationSwapperEngine.java        |  4 +--
 .../infra/spi/ordered/OrderedSPIRegistryTest.java  | 12 +++----
 .../ordered/cache/OrderedServicesCacheTest.java    | 12 +++----
 .../infra/executor/check/SQLCheckEngine.java       |  8 ++---
 .../prepare/AbstractExecutionPrepareEngine.java    |  2 +-
 .../shardingsphere/infra/merge/MergeEngine.java    |  2 +-
 .../infra/rewrite/SQLRewriteEntry.java             |  2 +-
 .../route/engine/impl/PartialSQLRouteExecutor.java |  2 +-
 39 files changed, 100 insertions(+), 134 deletions(-)
 delete mode 100644 shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/spi/ordered/cache/CachedOrderedServices.java