doris ipv6部署出错

Viewed 39

版本信息:2.1.10 和 3.0.6.2
问题描述:当使用ipv6部署fe时,成功部署之后,使用show frontends命令时,Host显示的是ip后面拼接了一个%ens3。部署be时,报错:W20250811 15:42:26.785758 3775703 utils.cpp:125] fail to get master client from cache. host=xxx%ens3, port=9020, code=[THRIFT_RPC_ERROR]Couldn't open transport for xxx%ens3:9020 (Could not resolve host for client socket.)

2 Answers

fix 过了:https://github.com/apache/doris/pull/52076

已经解决了。只需要把 guava-33.2.1-jre.jar 换成 guava-32.0.1-jre.jar 就好了