Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TiFlash http service #13579

Merged
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
1 change: 0 additions & 1 deletion config-templates/complex-tiflash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ tiflash_servers:
- host: 10.0.1.11
# ssh_port: 22
# tcp_port: 9000
# http_port: 8123
# flash_service_port: 3930
# flash_proxy_port: 20170
# flash_proxy_status_port: 20292
Expand Down
1 change: 0 additions & 1 deletion hardware-and-software-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ TiDB 作为开源一栈式实时 HTAP 数据库,其正常运行需要网络环
| PD | 2379 | 提供 TiDB 和 PD 通信端口 |
| PD | 2380 | PD 集群节点间通信端口 |
|TiFlash|9000|TiFlash TCP 服务端口|
|TiFlash|8123|TiFlash HTTP 服务端口|
|TiFlash|3930|TiFlash RAFT 服务和 Coprocessor 服务端口|
|TiFlash|20170|TiFlash Proxy 服务端口|
|TiFlash|20292|Prometheus 拉取 TiFlash Proxy metrics 端口|
Expand Down
2 changes: 0 additions & 2 deletions tiflash/tiflash-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ aliases: ['/docs-cn/dev/tiflash/tiflash-configuration/','/docs-cn/dev/reference/
listen_host = "0.0.0.0"
## TiFlash TCP 服务的端口
tcp_port = 9000
qiancai marked this conversation as resolved.
Show resolved Hide resolved
## TiFlash HTTP 服务的端口
http_port = 8123
## 数据块元信息的内存 cache 大小限制,通常不需要修改
mark_cache_size = 5368709120
## 数据块 min-max 索引的内存 cache 大小限制,通常不需要修改
Expand Down
1 change: 0 additions & 1 deletion tiup/tiup-cluster-topology-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ tikv_servers:
- `host`:指定部署到哪台机器,字段值填 IP 地址,不可省略
- `ssh_port`:指定连接目标机器进行操作的时候使用的 SSH 端口,若不指定,则使用 global 区块中的 `ssh_port`
- `tcp_port`:TiFlash TCP 服务的端口,默认 9000
- `http_port`:TiFlash HTTP 服务的端口,默认 8123
- `flash_service_port`:TiFlash 提供服务的端口,TiDB 通过该端口从 TiFlash 读数据,默认 3930
- `metrics_port`:TiFlash 的状态端口,用于输出 metric 数据,默认 8234
- `flash_proxy_port`:内置 TiKV 的端口,默认 20170
Expand Down