Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
635 changes: 300 additions & 335 deletions TOC.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion production-deployment-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Deploy a TiDB Cluster Using TiUP
summary: Learn how to easily deploy a TiDB cluster using TiUP.
category: how-to
aliases: ['/docs/stable/how-to/deploy/orchestrated/tiup/']
aliases: ['/docs/stable/how-to/deploy/orchestrated/tiup/','/docs/stable/tiflash/deploy-tiflash/']
---

# Deploy a TiDB Cluster Using TiUP
Expand Down
156 changes: 0 additions & 156 deletions ticdc/deploy-ticdc.md

This file was deleted.

145 changes: 0 additions & 145 deletions tiflash/deploy-tiflash.md

This file was deleted.

4 changes: 2 additions & 2 deletions tiflash/troubleshoot-tiflash.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ This section describes some commonly encountered issues when using TiFlash, the

This is because TiFlash is in an abnormal state caused by configuration errors or environment issues. Take the following steps to identify the faulty component:

1. Check whether PD enables the `Placement Rules` feature (to enable the feature, see the step 2 of [Add TiFlash component to an existing TiDB cluster](/tiflash/deploy-tiflash.md#add-tiflash-component-to-an-existing-tidb-cluster):
1. Check whether PD enables the `Placement Rules` feature:

{{< copyable "shell-regular" >}}

```shell
echo 'config show replication' | /path/to/pd-ctl -u http://<pd-ip>:<pd-port>
```

The expected result is `"enable-placement-rules": "true"`.
The expected result is `"enable-placement-rules": "true"`. If not enabled, [enable the Placement Rules feature](/configure-placement-rules.md#enable-placement-rules).

2. Check whether the TiFlash process is working correctly by viewing `UpTime` on the TiFlash-Summary monitoring panel.

Expand Down
Loading