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/11/22 02:40:05 UTC

[shardingsphere] branch master updated: Add impact of consistency check (#22325)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 084d407d57e Add impact of consistency check (#22325)
084d407d57e is described below

commit 084d407d57e931127679e31f79712f17a2e11cc2
Author: CuihongAn <40...@users.noreply.github.com>
AuthorDate: Tue Nov 22 10:39:58 2022 +0800

    Add impact of consistency check (#22325)
    
    * add impact of consistency check
    
    * Update _index.en.md
---
 docs/document/content/reference/migration/_index.cn.md | 4 +++-
 docs/document/content/reference/migration/_index.en.md | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/document/content/reference/migration/_index.cn.md b/docs/document/content/reference/migration/_index.cn.md
index 4f7015d865c..fce02f5bcb4 100644
--- a/docs/document/content/reference/migration/_index.cn.md
+++ b/docs/document/content/reference/migration/_index.cn.md
@@ -53,7 +53,9 @@ weight = 6
 
 在此阶段,可能存在一定时间的业务只读窗口期,通过设置数据库只读、控制源头写流量等方式,让源端数据节点中的数据短暂静态,确保增量同步完全完成。
 
-这个只读窗口期时长取决于用户是否需要对数据进行一致性校验以及数据量。确认完成后,数据迁移完成。
+这个只读窗口期时长取决于用户是否需要对数据进行一致性校验以及数据量。一致性校验是独立的任务,支持单独启停,支持断点续传。
+
+确认完成后,数据迁移完成。
 然后用户可以把读流量或者写流量切换到 Apache ShardingSphere。
 
 ## 相关参考
diff --git a/docs/document/content/reference/migration/_index.en.md b/docs/document/content/reference/migration/_index.en.md
index 0cce0f2834f..b1e6e6282ea 100644
--- a/docs/document/content/reference/migration/_index.en.md
+++ b/docs/document/content/reference/migration/_index.en.md
@@ -52,9 +52,9 @@ These incremental data captured are also written into the new data nodes by the
 
 During this stage, there may be a read-only period of time, where data in the source data nodes is allowed to be in static mode for a short period of time to ensure that the incremental synchronization can be fully completed. Users can set this by shifting the database to read-only status or by controlling the traffic flow generated from the source.
 
-The length of this read-only window depends on whether users need to perform consistency checks on the data and the exact amount of data in this scenario. Once confirmed, the data migration is complete.
+The length of this read-only window depends on whether users need to perform consistency checks on the data and the exact amount of data in this scenario. Consistency check is an independent task. It supports separate start/stop and breakpoint resume.
 
-Users can then switch the read traffic or write traffic to Apache ShardingSphere.
+Once confirmed, the data migration is complete. Users can then switch the read traffic or write traffic to Apache ShardingSphere.
 
 ## References