From c8a28bbc9e642edccd337990fba041ad1b8a22e7 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 20 Jan 2025 17:58:08 +0800 Subject: [PATCH] tiflash: remove deprecated http_port (#18868) (#19613) --- enable-tls-between-components.md | 2 +- tiup/tiup-cluster-topology-reference.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/enable-tls-between-components.md b/enable-tls-between-components.md index 74d8639400fb..c978a824787a 100644 --- a/enable-tls-between-components.md +++ b/enable-tls-between-components.md @@ -67,7 +67,7 @@ summary: 了解如何为 TiDB 集群内各组件间开启加密传输。 - TiFlash(从 v4.0.5 版本开始引入) - 在 `tiflash.toml` 文件中设置,将 `http_port` 项改为 `https_port`: + 在 `tiflash.toml` 文件中设置: ```toml [security] diff --git a/tiup/tiup-cluster-topology-reference.md b/tiup/tiup-cluster-topology-reference.md index 63f9e8b1afa3..a6939c1f865e 100644 --- a/tiup/tiup-cluster-topology-reference.md +++ b/tiup/tiup-cluster-topology-reference.md @@ -301,7 +301,7 @@ tikv_servers: - `host`:指定部署到哪台机器,字段值填 IP 地址,不可省略 - `ssh_port`:指定连接目标机器进行操作的时候使用的 SSH 端口,若不指定,则使用 global 区块中的 `ssh_port` -- `tcp_port`:TiFlash TCP 服务的端口,默认 9000 +- `tcp_port`:TiFlash TCP 服务的端口,用于执行内部测试,默认 9000。自 TiUP v1.12.5 起,如果部署的集群版本 >= v7.1.0,则该配置项不生效 - `flash_service_port`:TiFlash 提供服务的端口,TiDB 通过该端口从 TiFlash 读数据,默认 3930 - `metrics_port`:TiFlash 的状态端口,用于输出 metric 数据,默认 8234 - `flash_proxy_port`:内置 TiKV 的端口,默认 20170 @@ -321,7 +321,6 @@ tikv_servers: - `host` - `tcp_port` -- `http_port` - `flash_service_port` - `flash_proxy_port` - `flash_proxy_status_port`