sandynz commented on issue #13632:
URL:
https://github.com/apache/shardingsphere/issues/13632#issuecomment-971463700
> How long will the whole process end?
Based on your configuration, if you enabled `clusterAutoSwitchAlgorithm` and
set `incremental-task-idle-minute-threshold`, it's `30` minutes as following
configuration:
```
scaling:
blockQueueSize: 10000
workerThread: 40
clusterAutoSwitchAlgorithm:
type: IDLE
props:
incremental-task-idle-minute-threshold: 30
dataConsistencyCheckAlgorithm:
type: DEFAULT
```
--
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]