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/08/31 11:18:03 UTC

[shardingsphere] branch master updated: remove useless scaling config (#20691)

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 7240b850f89 remove useless scaling config (#20691)
7240b850f89 is described below

commit 7240b850f893ddd32a64d6ba2bc1ef89598a712b
Author: Chuxin Chen <ch...@qq.com>
AuthorDate: Wed Aug 31 19:17:55 2022 +0800

    remove useless scaling config (#20691)
---
 .../src/main/resources/conf/config-sharding.yaml   | 60 ----------------------
 1 file changed, 60 deletions(-)

diff --git a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-sharding.yaml b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-sharding.yaml
index 4a9563427d4..8c27e5fa20a 100644
--- a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-sharding.yaml
+++ b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-sharding.yaml
@@ -103,36 +103,6 @@
 #  auditors:
 #    sharding_key_required_auditor:
 #      type: DML_SHARDING_CONDITIONS
-#
-#  scalingName: default_scaling
-#  scaling:
-#    default_scaling:
-#      input:
-#        workerThread: 40
-#        batchSize: 1000
-#        rateLimiter:
-#          type: QPS
-#          props:
-#            qps: 50
-#      output:
-#        workerThread: 40
-#        batchSize: 1000
-#        rateLimiter:
-#          type: TPS
-#          props:
-#            tps: 2000
-#      streamChannel:
-#        type: MEMORY
-#        props:
-#          block-queue-size: 10000
-#      completionDetector:
-#        type: IDLE
-#        props:
-#          incremental-task-idle-seconds-threshold: 1800
-#      dataConsistencyChecker:
-#        type: DATA_MATCH
-#        props:
-#          chunk-size: 1000
 
 ######################################################################################################
 #
@@ -221,33 +191,3 @@
 #  auditors:
 #    sharding_key_required_auditor:
 #      type: DML_SHARDING_CONDITIONS
-#
-#  scalingName: default_scaling
-#  scaling:
-#    default_scaling:
-#      input:
-#        workerThread: 40
-#        batchSize: 1000
-#        rateLimiter:
-#          type: QPS
-#          props:
-#            qps: 50
-#      output:
-#        workerThread: 40
-#        batchSize: 1000
-#        rateLimiter:
-#          type: TPS
-#          props:
-#            tps: 2000
-#      streamChannel:
-#        type: MEMORY
-#        props:
-#          block-queue-size: 10000
-#      completionDetector:
-#        type: IDLE
-#        props:
-#          incremental-task-idle-seconds-threshold: 1800
-#      dataConsistencyChecker:
-#        type: DATA_MATCH
-#        props:
-#          chunk-size: 1000