Skip to content

Commit

Permalink
增加端口规划,客户端需要8040的端口的网络连通。 (#1377)
Browse files Browse the repository at this point in the history
在某些情况下,比如通过DataX导入数据时,8040端口也是必要的。

# Versions 

- [ ] dev
- [ ] 3.0
- [x] 2.1
- [x] 2.0

# Languages

- [x] Chinese
- [x] English
  • Loading branch information
zyszys-max authored Nov 28, 2024
1 parent 1b812a6 commit ce70cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Doris 的各个实例通过网络进行通信,其正常运行需要网络环
| 实例名称 | 端口名称 | 默认端口 | 通信方向 | 说明 |
| -------- | ---------------------- | -------- | -------------------------- | ----------------------------------------------------- |
| BE | be_port | 9060 | FE -> BE | BE 上 Thrift Server 的端口,用于接收来自 FE 的请求 |
| BE | webserver_port | 8040 | BE <-> BE | BE 上的 HTTP Server 端口 |
| BE | webserver_port | 8040 | BE <-> BE,Client <-> FE | BE 上的 HTTP Server 端口 |
| BE | heartbeat_service_port | 9050 | FE -> BE | BE 上的心跳服务端口(Thrift),用于接收来自 FE 的心跳 |
| BE | brpc_port | 8060 | FE <-> BE,BE <-> BE | BE 上的 BRPC 端口,用于 BE 之间的通信 |
| FE | http_port | 8030 | FE <-> FE,Client <-> FE | FE 上的 HTTP Server 端口 |
Expand Down

0 comments on commit ce70cda

Please sign in to comment.