add V4.0 tidb binlog restriction#5128
Conversation
|
/translation from-docs-cn |
|
/cc @IANTHEREAL @yikeke |
|
/uncc IANTHEREAL |
|
/cc @ran-huang |
| * You need to use TiDB v2.0.8-binlog, v2.1.0-rc.5 or a later version. Older versions of TiDB cluster are not compatible with the cluster version of TiDB Binlog. | ||
| * TiDB Binlog is incompatible with the following feature introduced in TiDB v4.0.7 and they cannot be used together: | ||
|
|
||
| - TiDB system variable [tidb_enable_amend_pessimistic_txn](/system-variables.md#tidb_enable_amend_pessimistic_txn-new-in-v407): The two features have compatibility issues. Using them together will cause correctness issues with inconsistent replication data of TiDB Binlog. |
There was a problem hiding this comment.
| - TiDB system variable [tidb_enable_amend_pessimistic_txn](/system-variables.md#tidb_enable_amend_pessimistic_txn-new-in-v407): The two features have compatibility issues. Using them together will cause correctness issues with inconsistent replication data of TiDB Binlog. | |
| - TiDB system variable [tidb_enable_amend_pessimistic_txn](/system-variables.md#tidb_enable_amend_pessimistic_txn-new-in-v407): The two features have compatibility issues. Using them together might cause the issue that TiDB Binlog replicates data inconsistently. |
Co-authored-by: Ran <huangran@pingcap.com>
|
/lgtm |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 475849f |
First-time contributors' checklist
What is changed, added or deleted? (Required)
add V4.0 tidb binlog restriction
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?