Skip to content

Commit 07bd4fa

Browse files
authored
remove arbiter from v8.1.1 (#18670)
1 parent 1a24222 commit 07bd4fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

binary-package.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ The `TiDB-community-toolkit` package contains the following contents.
6464
| binlogctl | New in v6.0.0 |
6565
| sync_diff_inspector | |
6666
| reparo | |
67-
| arbiter | |
6867
| server-{version}-linux-{arch}.tar.gz | New in v6.2.0 |
6968
| grafana-{version}-linux-{arch}.tar.gz | New in v6.2.0 |
7069
| alertmanager-{version}-linux-{arch}.tar.gz | New in v6.2.0 |

tidb-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Configuration items related to performance.
519519

520520
- The size limit of a single transaction in TiDB.
521521
- Default value: `104857600` (in bytes)
522-
- In a single transaction, the total size of key-value records cannot exceed this value. The maximum value of this parameter is `1099511627776` (1 TB). Note that if you have used the binlog to serve the downstream consumer Kafka (such as the `arbiter` cluster), the value of this parameter must be no more than `1073741824` (1 GB). This is because 1 GB is the upper limit of a single message size that Kafka can process. Otherwise, an error is returned if this limit is exceeded.
522+
- In a single transaction, the total size of key-value records cannot exceed this value. The maximum value of this parameter is `1099511627776` (1 TB). Note that if you have used the binlog to serve the downstream consumer Kafka, the value of this parameter must be no more than `1073741824` (1 GB). This is because 1 GB is the upper limit of a single message size that Kafka can process. Otherwise, an error is returned if this limit is exceeded.
523523
- In TiDB v6.5.0 and later versions, this configuration is no longer recommended. The memory size of a transaction will be accumulated into the memory usage of the session, and the [`tidb_mem_quota_query`](/system-variables.md#tidb_mem_quota_query) variable will take effect when the session memory threshold is exceeded. To be compatible with previous versions, this configuration works as follows when you upgrade from an earlier version to TiDB v6.5.0 or later:
524524
- If this configuration is not set or is set to the default value (`104857600`), after an upgrade, the memory size of a transaction will be accumulated into the memory usage of the session, and the `tidb_mem_quota_query` variable will take effect.
525525
- If this configuration is not defaulted (`104857600`), it still takes effect and its behavior on controlling the size of a single transaction remains unchanged before and after the upgrade. This means that the memory size of the transaction is not controlled by the `tidb_mem_quota_query` variable.

0 commit comments

Comments
 (0)