Skip to content

Commit

Permalink
tiflash: remove deprecated http_port (#20116) (#20126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 23, 2025
1 parent 3699fa6 commit 2f7168a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enable-tls-between-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Currently, it is not supported to only enable encrypted transmission of some spe

- TiFlash (New in v4.0.5)

Configure in the `tiflash.toml` file, and change the `http_port` item to `https_port`:
Configure in the `tiflash.toml` file:

```toml
[security]
Expand Down
3 changes: 1 addition & 2 deletions tiup/tiup-cluster-topology-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ tikv_servers:

- `ssh_port`: Specifies the SSH port to connect to the target machine for operations. If it is not specified, the `ssh_port` of the `global` section is used.

- `tcp_port`: The port of the TiFlash TCP service. The default value is `9000`.
- `tcp_port`: The port of the TiFlash TCP service for internal testing purposes. The default value is `9000`. Starting from TiUP v1.12.5, this configuration item does not take effect on clusters that are v7.1.0 or later.

- `flash_service_port`: The port via which TiFlash provides services. TiDB reads data from TiFlash via this port. The default value is `3930`.

Expand Down Expand Up @@ -406,7 +406,6 @@ After the deployment, for the fields above, you can only add directories to `dat

- `host`
- `tcp_port`
- `http_port`
- `flash_service_port`
- `flash_proxy_port`
- `flash_proxy_status_port`
Expand Down

0 comments on commit 2f7168a

Please sign in to comment.