Skip to content

Commit

Permalink
fix the solution 8025 error (#18152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsid authored Jul 10, 2024
1 parent 73432be commit b2a7bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tidb-lightning/troubleshoot-tidb-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ See the [Checkpoints control](/tidb-lightning/tidb-lightning-checkpoints.md#chec

**Solution**:

Currently, the limitation of TiDB cannot be bypassed. You can only ignore this table to ensure the successful import of other tables.
- Use the [`tidb_txn_entry_size_limit`](/system-variables.md#tidb_txn_entry_size_limit-new-in-v760) system variable to dynamically increase the limit.
- Note that TiKV has a similar limit. If the data size of a single write request exceeds [`raft-entry-max-size`](/tikv-configuration-file.md#raft-entry-max-size) (`8MiB` by default), TiKV refuses to process this request. When a table has a row of a large size, you need to modify both configurations.

### Encounter `rpc error: code = Unimplemented ...` when TiDB Lightning switches the mode

Expand Down

0 comments on commit b2a7bb1

Please sign in to comment.