Skip to content

Commit ba8f437

Browse files
authored
v8.5.4: tidb: change the default value of tidb_mpp_store_fail_ttl (#21410) (#22015)
1 parent 01ed824 commit ba8f437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4061,8 +4061,8 @@ As shown in this diagram, when [`tidb_enable_paging`](#tidb_enable_paging-new-in
40614061
- Persists to cluster: Yes
40624062
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
40634063
- Type: Duration
4064-
- Default value: `60s`
4065-
- The newly started TiFlash node does not provide services. To prevent queries from failing, TiDB limits the tidb-server sending queries to the newly started TiFlash node. This variable indicates the time range in which the newly started TiFlash node is not sent requests.
4064+
- Default value: `0s`. In v8.5.3 and earlier versions, the default value is `60s`.
4065+
- The newly started TiFlash node does not provide services. To prevent queries from failing, TiDB limits the tidb-server from sending queries to the newly started TiFlash node. This variable indicates the time range in which the newly started TiFlash node is not sent requests.
40664066

40674067
### tidb_multi_statement_mode <span class="version-mark">New in v4.0.11</span>
40684068

0 commit comments

Comments
 (0)