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 2021/11/01 11:17:49 UTC

[shardingsphere] branch master updated (8b6b5e4 -> da4abba)

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 8b6b5e4  Refactor MySQLCharacterSet to MySQLCollation (#13390)
     add da4abba  Exception occurs when Changing /meta/scheamName/dataSources/ config in registry. (#13227)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-infra-common/pom.xml            |  1 +
 .../datasource/killer/DataSourceKiller.java}       | 75 ++++++++--------
 .../DataSourceKillerFactory.java}                  | 16 ++--
 .../killer/impl/DefaultDataSourceKiller.java       | 99 ++++++++++++----------
 .../killer/impl/HikariDataSourceKiller.java        | 57 +++++++++++++
 .../metadata/resource/ShardingSphereResource.java  | 25 +++---
 ...infra.config.datasource.killer.DataSourceKiller | 37 ++++----
 7 files changed, 188 insertions(+), 122 deletions(-)
 copy shardingsphere-infra/{shardingsphere-infra-optimize/src/main/java/org/apache/shardingsphere/infra/optimize/context/parser/dialect/OptimizerSQLDialectBuilder.java => shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/killer/DataSourceKiller.java} (68%)
 copy shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/{creator/DataSourceCreatorFactory.java => killer/DataSourceKillerFactory.java} (70%)
 copy shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/route/strategy/fixture/HintShardingAlgorithmFixture.java => shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/killer/impl/DefaultDataSourceKiller.java (53%)
 create mode 100644 shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/killer/impl/HikariDataSourceKiller.java
 copy examples/example-core/config-utility/src/main/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm => shardingsphere-infra/shardingsphere-infra-common/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.config.datasource.killer.DataSourceKiller (80%)