Skip to content

Commit

Permalink
update manage ticdc disk size recommandation.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Jul 27, 2021
1 parent 23567cb commit bfef4b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ticdc/manage-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tiup cluster upgrade <cluster-name> v5.1.0
{{< copyable "shell-regular" >}}

```shell
tiup cluster edit-config <cluster-name>
tiup cluster edit-config <cluster-name>
```

执行以上命令之后,进入到 vi 编辑器页面,修改 [`server-configs`](/tiup/tiup-cluster-topology-reference.md#server_configs) 下的 `cdc` 配置,如下所示:
Expand Down Expand Up @@ -114,7 +114,7 @@ tiup cluster edit-config <cluster-name>

以上状态流转图中的编号说明如下:

- ① 执行 `changefeed pause` 命令。
- ① 执行 `changefeed pause` 命令。
- ② 执行 `changefeed resume` 恢复同步任务。
- ③ `changefeed` 运行过程中发生可恢复的错误。
- ④ 执行 `changefeed resume` 恢复同步任务。
Expand Down Expand Up @@ -848,6 +848,6 @@ cdc cli --pd="http://10.0.10.25:2379" changefeed query --changefeed-id=simple-re
> **注意:**
>
> + 如果服务器使用机械硬盘或其他有延迟或吞吐有瓶颈的存储设备,请谨慎开启 Unified Sorter。
> + 请保证硬盘的空闲容量大于等于 128G。如果需要同步大量历史数据,请确保每个节点的空闲容量大于等于要追赶的同步数据。
> + 请保证硬盘的空闲容量大于等于 500G。如果需要同步大量历史数据,请确保每个节点的空闲容量大于等于要追赶的同步数据。
> + Unified Sorter 默认开启,如果您的服务器不符合以上条件,并希望关闭 Unified Sorter,请手动将 changefeed 的 `sort-engine` 设为 `memory`
> + 如需在已有的 changefeed 上开启 Unified Sorter,参见[同步任务中断,尝试再次启动后 TiCDC 发生 OOM,如何处理](/ticdc/troubleshoot-ticdc.md#同步任务中断尝试再次启动后-ticdc-发生-oom如何处理)回答中提供的方法。

0 comments on commit bfef4b8

Please sign in to comment.