基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
ob_esi_rpc_port
更新时间:2024-07-25 11:45:52
ob_esi_rpc_port 用于设置 obesi 进程和 observer 进程之间的通信端口。
| 属性 | 描述 |
|---|---|
| 参数类型 | 整型 |
| 默认值 | 2501 |
| 取值范围 | [1025, 65535] |
| 是否重启 OBServer 生效 | 否 |
配置示例
设置 obesi 进程和 observer 进程之间的通信端口号为 2501。
obclient> ALTER SYSTEM SET ob_esi_rpc_port = 2501;