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/08/31 02:03:06 UTC

[shardingsphere] branch master updated (858a1ec -> ee169bb)

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 858a1ec  Move transaction to shardingsphere-kernel module (#12119)
     add ee169bb  Fix 12046 : Scaling incremental task status never finished (#12117)

No new revisions were added by this update.

Summary of changes:
 .../scaling/core/executor/importer/AbstractImporter.java    |  6 ++++++
 .../scaling/core/executor/importer/Importer.java            |  8 ++++++++
 .../importer/ImporterListener.java}                         | 12 ++++++------
 .../shardingsphere/scaling/core/job/FinishedCheckJob.java   | 13 +++----------
 .../scaling/core/job/progress/JobProgress.java              | 10 +++++-----
 .../scaling/core/job/task/incremental/IncrementalTask.java  | 12 ++++++++----
 .../core/job/task/incremental/IncrementalTaskDelay.java     |  2 +-
 .../core/job/task/incremental/IncrementalTaskProgress.java  |  6 +++++-
 .../shardingsphere/scaling/core/util/ScalingTaskUtil.java   |  9 ++++++---
 .../core/api/impl/GovernanceRepositoryAPIImplTest.java      |  2 +-
 .../scaling/core/job/FinishedCheckJobTest.java              | 10 ----------
 .../scaling/core/job/progress/JobProgressTest.java          |  2 +-
 .../distsql/handler/ShowScalingJobStatusQueryResultSet.java |  6 ++++--
 13 files changed, 54 insertions(+), 44 deletions(-)
 copy shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/{common/channel/AckCallback.java => executor/importer/ImporterListener.java} (78%)