flink写入报错

【详述】flink写入sr超时报错
【背景】扩容be完成,数据平衡完成
【业务影响】
【StarRocks版本】2.4.3
【集群规模】例如:3fe +3be(fe与be混部)
【机器信息】CPU虚拟核/内存/网卡,例如:48C/64G/万兆
【联系方式】为了在解决问题过程中能及时联系到您获取一些日志信息,请补充下您的联系方式,例如:社区群4-小李或者邮箱,谢谢
【附件】
Caused by: com.starrocks.connector.flink.manager.StarRocksStreamLoadFailedException: Failed to flush data to StarRocks, Error response:
{“Status”:“Fail”,“BeginTxnTimeMs”:0,“Message”:"[E1008]Reached timeout=60000ms @10.1.10.5:8060",“NumberUnselectedRows”:0,“CommitAndPublishTimeMs”:0,“Label”

// The timeout of a rpc to open the tablet writer in remote BE.
// short operation time, can set a short timeout
CONF_Int32(tablet_writer_open_rpc_timeout_sec, “60”); 修改下这个参数在尝试下 怀疑是跟tablet open failed有关