Flink导入label state: UNKNOWN. TXN_NOT_EXISTS

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】
Flink采集kafka的数据,两阶段提交写入SR
【背景】
flink实时采集kafka数据到starrocks。
flink 1.18.1
starrocks 3.4.8
写入方式是两阶段提交
隔一段时间开始采集失败报错,找不到label。
检查了Fe的日志,这个label是成功的。
【业务影响】是
【是否存算分离】存算一体
【StarRocks版本】3.4.8
【集群规模】例如:3fe(1 follower+2observer)+8be(fe与be混部)
【机器信息】96C 512G 8T
【表模型】例如:主键模型
【导入或者导出方式】Flink
【联系方式】
Caused by: java.lang.RuntimeException: com.starrocks.data.load.stream.exception.StreamLoadFailException: Transaction commit failed, db: cdc, table: contract_xxx_table, label: flink-7dc88edb-093f-411e-923f-85b9e31cfa2e, commit response status: FAILED, label state: UNKNOWN. commit response status with TXN_NOT_EXISTS or label state with UNKNOWN often happens when transaction timeouts, and please check StarRocks FE leader’s log to confirm it. You can find the transaction id for the label in the FE log first, and search with the transaction id and the keyword ‘expired’
【附件】