Skip to content

Commit c9f619e

Browse files
authored
tiflash: remove deprecated http_port (#18868) (#19610)
1 parent 89e138e commit c9f619e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

enable-tls-between-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ summary: 了解如何为 TiDB 集群内各组件间开启加密传输。
6767

6868
- TiFlash(从 v4.0.5 版本开始引入)
6969

70-
在 `tiflash.toml` 文件中设置,将 `http_port` 项改为 `https_port`:
70+
在 `tiflash.toml` 文件中设置
7171

7272
```toml
7373
[security]

tiup/tiup-cluster-topology-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ tikv_servers:
250250

251251
- `host`:指定部署到哪台机器,字段值填 IP 地址,不可省略
252252
- `ssh_port`:指定连接目标机器进行操作的时候使用的 SSH 端口,若不指定,则使用 global 区块中的 `ssh_port`
253-
- `tcp_port`:TiFlash TCP 服务的端口,默认 9000
253+
- `tcp_port`:TiFlash TCP 服务的端口,用于执行内部测试,默认 9000。自 TiUP v1.12.5 起,如果部署的集群版本 >= v7.1.0,则该配置项不生效
254254
- `flash_service_port`:TiFlash 提供服务的端口,TiDB 通过该端口从 TiFlash 读数据,默认 3930
255255
- `metrics_port`:TiFlash 的状态端口,用于输出 metric 数据,默认 8234
256256
- `flash_proxy_port`:内置 TiKV 的端口,默认 20170
@@ -270,7 +270,6 @@ tikv_servers:
270270

271271
- `host`
272272
- `tcp_port`
273-
- `http_port`
274273
- `flash_service_port`
275274
- `flash_proxy_port`
276275
- `flash_proxy_status_port`

0 commit comments

Comments
 (0)