routine load 作业失败,网络连接问题

【详述】
我新建了一个三个节点组成的集群,集群用 stargo 部署的,节点在 aws 上使用的 ec2。
新建了一张明细表后,我尝试创建一个 routine load 作业,从 kafka 中消费 json 数据。建好后查看任务,发现报错:

ErrorReason{errCode = 4, msg='Job failed to fetch all current partition with error [failed to send proxy request to TNetworkAddress(hostname:172.19.98.231, port:8060) err A error occurred: errorCode=62 errorMessage:method request time out, please check 'onceTalkTimeout' property. current value is:10000(MILLISECONDS) correlationId:26 timeout with bound channel =>[id: 0xc71a38e7, L:/172.19.98.231:34910 - R:/172.19.98.231:8060]]'}

看起来是集群内网络联通性的问题,我可以确保集群内节点相互之间是可以联通的,也用 nc 命令测试过。

[root@ip-172-19-96-133 bin]# nc -zv 172.19.98.231 8060
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 172.19.98.231:8060.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.

【导入/导出方式】routine load
【背景】还没做任何操作
【业务影响】测试阶段
【StarRocks版本】2.3.2
【集群规模】例如:3fe + 3fe(fe与be混部)
【机器信息】24/96G/10G
【附件】没有日志