Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lightning faq #3176

Merged
merged 3 commits into from
May 21, 2020
Merged
Changes from 2 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
8 changes: 8 additions & 0 deletions troubleshoot-tidb-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`

**原因**:TiDB Lightning 生成的单行 KV 超过了 TiDB 的限制。

**解决办法**:

目前无法绕过 TiDB 的限制,只能忽略这张表,确保其它表顺利导入。