Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dm/dm-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if the DDL is not needed, you can use a filter rule with \"*\" schema-pattern to

如要提前避免该问题,需要进行以下配置:

1. 在 DM 全量迁移未完成时调大上游 MySQL 的 `expire_logs_days` 变量,保证全量进行结束时 metadata 中的 binlog 位置到当前时间的 binlog 都还没有被清理掉。如果数据量较大,应该使用 dumpling + lightning 的方式加快全量迁移速度
1. 在 DM 全量迁移未完成时调大上游 MySQL 的 `expire_logs_days` 变量,保证全量进行结束时 metadata 中的 binlog 位置到当前时间的 binlog 都还没有被清理掉。如果数据量较大,应该同时使用 Dumpling 和 TiDB Lightning 加快全量迁移速度
2. DM 任务开启 relay log 选项,保证 binlog 被清理后 DM 仍有 relay log 可读取。

## 使用 TiUP v1.3.0, v1.3.1 部署 DM 集群,DM 集群的 grafana 监控报错显示 `failed to fetch dashboard`
Expand Down
2 changes: 1 addition & 1 deletion get-started-with-tidb-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ summary: TiDB Lightning 可快速将 MySQL 数据导入到 TiDB 集群中。首

## 第 1 步:准备全量备份数据

你可以使用 [Dumpling](/dumpling-overview.md) 从 MySQL 导出数据。
首先,使用 [Dumpling](/dumpling-overview.md) 从 MySQL 导出数据。

1. 运行 `tiup --version` 检查是否已安装 TiUP。如果已经安装 TiUP,跳过这一步。如果没有安装 TiUP,运行以下命令:

Expand Down
2 changes: 1 addition & 1 deletion releases/release-4.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ TiDB 版本:4.0.3
- 修复 `getSchedulers` 可能导致数据争用的问题 [#2638](https://github.com/pingcap/pd/pull/2638)
- 修复删除 `scheduler` 时导致死锁的问题 [#2637](https://github.com/pingcap/pd/pull/2637)
- 修复 `balance-leader-scheduler` 没有考虑 placement rule 的问题 [#2636](https://github.com/pingcap/pd/pull/2636)
- 修复有时无法正确设置 `safepoint` 的问题,这可能会使 BR 和 dumpling 失败 [#2635](https://github.com/pingcap/pd/pull/2635)
- 修复有时无法正确设置 `safepoint` 的问题,这可能会使 BR 和 Dumpling 失败 [#2635](https://github.com/pingcap/pd/pull/2635)
- 修复 `hot region scheduler` 中目标 store 选择错误的问题 [#2627](https://github.com/pingcap/pd/pull/2627)
- 修复 PD Leader 切换时 TSO 请求可能花费太长时间的问题 [#2622](https://github.com/pingcap/pd/pull/2622)
- 修复 PD Leader 切换后过期 `scheduler` 的问题 [#2608](https://github.com/pingcap/pd/pull/2608)
Expand Down