1. BE 也需要设置 priority_networks

btw,其实可以在 docker 容器里跑 Doris,不过需要注意一下两点
1. 网络,必须只用 host network 模式,不要使用容器网络
2. 存储,必须讲数据和日志路径 mount 到本地,否则容器退出后,你的数据和日志就都没了。

Ling Miao

李杭 <lihang_1...@163.com> 于2022年1月5日周三 17:27写道:

> 1.检查一下fe.conf  be.conf 是否正确配置了priority_networks =
> 2.检查一下fe.conf是否正确配置meta_dir 、be.conf是否正确配置storage_root_path
> 3.检查一下AB两个服务器之间是否有防火墙
> 4.不要在Docker容器里面跑Doris,docker镜像编译用
>
>
>
>
> 在 2022年1月5日 16:49,胡晨光<13866174...@126.com> 写道:
>
>
> 各位专家好, 我在A 服务器上配置了一个FE和BE,两个服务器启动正常。FE上也可以看到BE状态
> 但在B服务器上增加一个BE,配置与A服务器的BE配置一样。启动后,日志报错错误。FE上看这个节点上发现 其 Alive: true 但
> AvailCapacity: 1.000 B TotalCapacity: 0.000 日志错误如下,请问是什么原因导致的。 report DISK
> failed. status: -1, master host: 192.168.122.1, port:9020 W0101
> 07:30:48.004688 238456 utils.cpp:90] fail to get master client from cache.
> host=192.168.122.1, port=9020, code=THRIFT_RPC_ERRO R W0101 07:30:48.004729
> 238456 task_worker_pool.cpp:1601] report TABLET failed. status: -1, master
> host: 192.168.122.1, port:9020 W0101 07:30:58.054430 238454 utils.cpp:90]
> fail to get master client from cache. host=192.168.122.1, port=9020,
> code=THRIFT_RPC_ERRO R W0101 07:30:58.054481 238454
> task_worker_pool.cpp:1601] report TASK failed. status: -1, master host:
> 192.168.122.1, port:9020 W0101 07:31:12.064457 238454 utils.cpp:90] fail to
> get master client from cache. host=192.168.122.1, port=9020,
> code=THRIFT_RPC_ERRO R -- Best Wishes Chenguang Hu tel: 0551-65391037

Reply via email to