Open pj001 opened 1 week ago
flink1.17 doris 2.1.6
org.apache.doris.flink.exception.DorisRuntimeException: commit transaction failed { "status": "ANALYSIS_ERROR", "msg": "TStatus: errCode = 2, detailMessage = transaction [243259] is already aborted. abort reason: timeout by txn manager" }
How should I configure it to prevent him from timeout
No response
If a precommit successful txn is not committed within one hour, it will be automatically aborted. Refer to fe.conf stream_load_default_precommit_timeout_second
Search before asking
Version
flink1.17 doris 2.1.6
What's Wrong?
org.apache.doris.flink.exception.DorisRuntimeException: commit transaction failed { "status": "ANALYSIS_ERROR", "msg": "TStatus: errCode = 2, detailMessage = transaction [243259] is already aborted. abort reason: timeout by txn manager" }
What You Expected?
How should I configure it to prevent him from timeout
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct