imchao9 commented on a change in pull request #14062:
URL: https://github.com/apache/shardingsphere/pull/14062#discussion_r767398130



##########
File path: docs/document/content/user-manual/shardingsphere-scaling/build.cn.md
##########
@@ -67,8 +130,13 @@ sh bin/start.sh
 ## 应用配置项
 
 应用现有配置项如下,相应的配置可在 `conf/server.yaml` 中修改:
-
-| 名称           | 说明                                    | 默认值 |
-| -------------- | -------------------------------------- | ------ |
-| blockQueueSize | 数据传输通道队列大小                      | 10000  |
-| workerThread   | 工作线程池大小,允许同时运行的迁移任务线程数 | 40     |
+| 一级Key | 二级Key                       | 三级Key                                  
                    | 说明                                                        
 | 默认值    |
+| ------- | ----------------------------- | 
------------------------------------------------------------ | 
------------------------------------------------------------ | --------- |
+| Scaling |                               | blockQueueSize                     
                          | 数据传输通道队列大小                                         
| 10000     |
+|         |                               | workerThread                       
                          | 工作线程池大小,允许同时运行的迁移任务线程数                 | 40        |
+|         | clusterAutoSwitchAlgorithm    | type                               
                          | 开启自动检测任务是否完成及切换配置,目前系统提供了IDLE类型实现 | -         |
+|         |                               | 
props:incremental-task-idle-minute-threshold                 | 
增量同步空闲时间最大值,超过该值,进入下一状态               | 30 (分钟) |
+|         | dataConsistencyCheckAlgorithm | type                               
                          | 
配置设置数据校验算法,关闭该配置系统将不进行数据校验。目前系统提供了DEFAULT类型实现,DEFAULT算法目前支持的数据库:MySQL。其他数据库还不能打开这个配置项,相关支持还在开发中可以通过ScalingClusterAutoSwitchAlgorithm接口自定义一个SPI实现,通过ScalingDataConsistencyCheckAlgorithm接口自定义一个SPI实现。详情请参见[开发者手册#弹性伸缩](https://shardingsphere.apache.org/document/current/cn/dev-manual/scaling/)。
 | -         |

Review comment:
       Yes, I will rewrite this.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to