版本为2.0.4, 按官网上FQDN的配置步骤,将域名指向ipv4后,正常启动,读写也正常
但是将域名指向ipv6后,启动失败,日志一直在刷
wait catalog to be ready. FE type: UNKNOWN. is ready: false, counter:****
2024-03-08 15:53:39,250 INFO (main|1) [FrontendOptions.initAddrUsingFqdn():160] Use FQDN init local addr, FQDN: hostname, IP: ipv6
...
2024-03-08 15:54:21,730 INFO (main|1) [MetaReader.read():136] finished to load image in 39944 ms
2024-03-08 15:54:23,240 WARN (UNKNOWN fe_849ca190_57d6_4bd1_b4db_8472123a994a(-1)|1) [Env.notifyNewFETypeTransfer():2395] notify new FE type transfer: UNKNOWN
2024-03-08 15:54:23,306 INFO (stateListener|97) [Env$4.runOneCycle():2418] begin to transfer FE type from INIT to UNKNOWN
2024-03-08 15:54:23,307 INFO (stateListener|97) [Env$4.runOneCycle():2505] finished to transfer FE type to UNKNOWN
2024-03-08 15:54:23,407 INFO (UNKNOWN fe_849ca190_57d6_4bd1_b4db_8472123a994a(-1)|1) [Env.waitForReady():938] wait catalog to be ready. FE type: UNKNOWN. is ready: false, counter: 1
2024-03-08 15:54:25,408 INFO (UNKNOWN fe_849ca190_57d6_4bd1_b4db_8472123a994a(-1)|1) [Env.waitForReady():938] wait catalog to be ready. FE type: UNKNOWN. is ready: false, counter: 21
2024-03-08 15:54:27,410 INFO (UNKNOWN fe_849ca190_57d6_4bd1_b4db_8472123a994a(-1)|1) [Env.waitForReady():938] wait catalog to be ready. FE type: UNKNOWN. is ready: false, counter: 41
....
是因为FQDN目前还不支持ipv6吗?