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/09/25 06:32:30 UTC

[shardingsphere] branch master updated (0fbda49 -> 7945002)

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 0fbda49  Get front database protocol type from complete metadata (#12688)
     add 7945002  Refactor dataConsistencyCheck and switchClusterConfiguration of ScalingAPI (#12702)

No new revisions were added by this update.

Summary of changes:
 .../distsql/DistSQLBackendHandlerFactoryTest.java  |  3 +-
 .../scaling/core/api/GovernanceRepositoryAPI.java  | 19 ++++++-
 .../scaling/core/api/ScalingAPI.java               | 16 ++++++
 .../core/api/impl/GovernanceRepositoryAPIImpl.java | 17 ++++++
 .../scaling/core/api/impl/ScalingAPIImpl.java      | 59 ++++++++++++++++++--
 .../scaling/core/job/FinishedCheckJob.java         | 63 ++++++----------------
 .../api/impl/GovernanceRepositoryAPIImplTest.java  |  9 ++++
 .../scaling/core/api/impl/ScalingAPIImplTest.java  | 39 +++++++++++---
 8 files changed, 164 insertions(+), 61 deletions(-)