Skip to content
Merged
Changes from 3 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
6 changes: 6 additions & 0 deletions tiflash/tiflash-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ 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`

- Specifies the maximum number of seconds that the TiFlash server waits for when you shut down the TiFlash server, which allows the remaining MPP tasks to execute and does not accept any new MPP tasks. If all the MPP tasks are finished before this timeout, TiFlash will shut down immediately.
- Default value: `600`
- When one TiFlash server is waiting for shutdown (in the grace period), the TiDB will not send any new MPP task to this TiFlash server.

#### flash.proxy

##### `addr`
Expand Down