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 2022/04/25 12:02:44 UTC

[shardingsphere] branch master updated (7ecd51e55da -> 00a8255992c)

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

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


    from 7ecd51e55da Refactor : update the cron trigger time since the server time is UTC (#17096)
     add 00a8255992c Refactor DatabaseDiscoveryProviderAlgorithm.getStorageNodeDataSource() to loadReplicaStatus() (#17097)

No new revisions were added by this update.

Summary of changes:
 .../spi/DatabaseDiscoveryProviderAlgorithm.java    | 10 ++++-----
 .../dbdiscovery/spi/ReplicaDataSourceStatus.java   | 10 ++++-----
 .../algorithm/DatabaseDiscoveryEngine.java         | 20 +++++++++++++++--
 ...eFixtureDatabaseDiscoveryProviderAlgorithm.java |  8 +++----
 ...LFixtureDatabaseDiscoveryProviderAlgorithm.java |  8 +++----
 ...MGRMySQLDatabaseDiscoveryProviderAlgorithm.java | 17 +++-----------
 ...icationDatabaseDiscoveryProviderAlgorithm.java} | 21 ++++++-----------
 ...iscovery.spi.DatabaseDiscoveryProviderAlgorithm |  2 +-
 .../MGRDatabaseDiscoveryProviderAlgorithmTest.java | 15 +++++--------
 ...ionDatabaseDiscoveryProviderAlgorithmTest.java} |  6 ++---
 ...licationDatabaseDiscoveryProviderAlgorithm.java | 26 +++++++++-------------
 11 files changed, 63 insertions(+), 80 deletions(-)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/binary/BinaryCell.java => shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/spi/ReplicaDataSourceStatus.java (81%)
 rename shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-mysql/src/main/java/org/apache/shardingsphere/dbdiscovery/mysql/type/{MySQLNormalReplicationMySQLDatabaseDiscoveryProviderAlgorithm.java => MySQLNormalReplicationDatabaseDiscoveryProviderAlgorithm.java} (74%)
 rename shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-mysql/src/test/java/org/apache/shardingsphere/dbdiscovery/mysql/type/{MySQLNormalReplicationMySQLDatabaseDiscoveryProviderAlgorithmTest.java => MySQLNormalReplicationDatabaseDiscoveryProviderAlgorithmTest.java} (85%)