W20240412 02:42:21.624763 2132 stream_load_executor.cpp:293] 2PC commit transaction failed, errmsg=[ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = transaction [511101] not found
已经参考了doris文档,errCode = 2, detailMessage = transaction [19650] not found
Occurred in the Commit phase, the transaction ID recorded in the checkpoint has expired on the FE side, and the above error will occur when committing again at this time. At this time, it cannot be started from the checkpoint, and the expiration time can be extended by modifying the streaming_label_keep_max_second configuration in fe.conf, which defaults to 12 hours.
但是当时checkpoint时间还不到6h,后面有手动增加到24h,但是没有效果
使用show transaction已经找不到任何的transaction id了,是过期删掉了吗?有办法恢复吗?