React 前端导航

Doris 部署,启动 FE 报错:

Doris 部署启动 FE 报错:the self host 172.31.26.7 does not equal to the host in ROLE file 172.17.0.1. You need to set 'priority_networks' config in fe.conf to match the host 172.17.0.1

报错信息如下:

java.io.IOException: the self host 172.31.26.7 does not equal to the host in ROLE file 172.17.0.1. You need to set 'priority_networks' config in fe.conf to match the host 172.17.0.1
    at org.apache.doris.catalog.Catalog.getClusterIdAndRole(Catalog.java:903)
    at org.apache.doris.catalog.Catalog.initialize(Catalog.java:805)
    at org.apache.doris.PaloFe.start(PaloFe.java:125)
    at org.apache.doris.PaloFe.main(PaloFe.java:63)

根据错误提示修改 fe.conf 中的 priority_networks 配置绑定内网IP,重启也不起作用。

解决办法

删除 doris-meta目录下的所有目录及文件,修改 fe.conf 里面的 priority_networks,重启即可解决。

声明:本网站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。邮箱:farmerlzj@163.com。 本站原创内容未经允许不得转载,或转载时需注明出处: 内容转载自: React前端网:https://qianduan.shop/blogs/detail/29
想做或者在做副业的朋友欢迎加微信交流:farmerlzj,公众号:生财空间站。

#doris#fe#aws#EC2

相关推荐

AWS EC2 扩展 EBS 文件系统

AWS EC2 磁盘空间不够用,常常被日志占满导致服务中断,此文记录 EC2 扩展 EBS 文件系统的操作步骤。

Doris-1.4.2 Linux 直接编译问题记录

在 AWS 上的 EC2 直接编译 Doris,本文主要记录按官方文档操作直接编译过程中遇到的问题,方便查询。