From 6245dbc85368af8f5705040c8ebc7d97a2f63730 Mon Sep 17 00:00:00 2001 From: luancheng Date: Wed, 20 May 2020 20:01:29 +0800 Subject: [PATCH 1/2] Add Lightning troubleshooting Signed-off-by: luancheng --- troubleshoot-tidb-lightning.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/troubleshoot-tidb-lightning.md b/troubleshoot-tidb-lightning.md index 7925b2f56ffc..c17f62e957ca 100644 --- a/troubleshoot-tidb-lightning.md +++ b/troubleshoot-tidb-lightning.md @@ -133,3 +133,11 @@ tidb-lightning-ctl --config conf/tidb-lightning.toml --checkpoint-error-destroy= 3. 确保整个集群使用的是同一最新版本的 `tzdata` (2018i 或更高版本)。 如果你使用的是 CentOS 机器,你可以运行 `yum info tzdata` 命令查看 `tzdata` 的版本及是否有更新。然后运行 `yum upgrade tzdata` 命令升级 `tzdata`。 + +## [Error 8025: entry too large, the max entry size is 6291456] + +**原因**: Lightning 生成单行 kv 超过了 TiDB 的限制 + +**解决办法**: + +1. 目前无法绕过 TiDB 的限制,只能忽略这张表,确保其它表顺利导入。 From 85b660bc63b576b70995ac0aea8be7c00788b5d1 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Thu, 21 May 2020 14:29:48 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- troubleshoot-tidb-lightning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/troubleshoot-tidb-lightning.md b/troubleshoot-tidb-lightning.md index c17f62e957ca..a43b36df52b3 100644 --- a/troubleshoot-tidb-lightning.md +++ b/troubleshoot-tidb-lightning.md @@ -134,10 +134,10 @@ tidb-lightning-ctl --config conf/tidb-lightning.toml --checkpoint-error-destroy= 如果你使用的是 CentOS 机器,你可以运行 `yum info tzdata` 命令查看 `tzdata` 的版本及是否有更新。然后运行 `yum upgrade tzdata` 命令升级 `tzdata`。 -## [Error 8025: entry too large, the max entry size is 6291456] +## `[Error 8025: entry too large, the max entry size is 6291456]` -**原因**: Lightning 生成单行 kv 超过了 TiDB 的限制 +**原因**:TiDB Lightning 生成的单行 KV 超过了 TiDB 的限制。 **解决办法**: -1. 目前无法绕过 TiDB 的限制,只能忽略这张表,确保其它表顺利导入。 +目前无法绕过 TiDB 的限制,只能忽略这张表,确保其它表顺利导入。