Doris版本2.1.9
现在flinksql往Doris写入数据,稳定运行的任务,过几天就会报一下事务提交失败。Caused by: org.apache.doris.flink.exception.DorisRuntimeException: commit transaction failed {
"status": "ANALYSIS_ERROR",
"msg": "TStatus: errCode = 2, detailMessage = transaction [121366051] not found"
}
1.一般遇到这种错误如何排查原因呢?现在出现了好几次,但是一直没找到原因
2.当从最近的一次checkpoint重启时,还是一直会报commit transaction failed,一把遇到这种场景,比较好的重启任务的方式是啥呢?