Skip to content
Merged
Changes from 8 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
7 changes: 7 additions & 0 deletions tiflash/tiflash-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@ The following configuration items only take effect for the TiFlash disaggregated
- This configuration item only takes effect for the TiFlash disaggregated storage and compute architecture mode. For details, see [TiFlash Disaggregated Storage and Compute Architecture and S3 Support](/tiflash/tiflash-disaggregated-and-s3.md).
- Value options: `"tiflash_write"`, `"tiflash_compute"`

##### `graceful_wait_shutdown_timeout` <span class="version-mark">New in v8.5.4 and v9.0.0</span>

- Controls the maximum wait time when shutting down a TiFlash server. During this period, TiFlash continues running unfinished MPP tasks but does not accept new ones. If all running MPP tasks finish before this timeout, TiFlash shuts down immediately; otherwise, it is forcibly shut down after the wait time expires.
- Default value: `600`
- Unit: seconds
- While the TiFlash server is waiting to shut down (in the grace period), TiDB will not send new MPP tasks to it.

#### flash.proxy

##### `addr`
Expand Down