Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout by txn manager #510

Open
3 tasks done
pj001 opened this issue Nov 13, 2024 · 1 comment
Open
3 tasks done

timeout by txn manager #510

pj001 opened this issue Nov 13, 2024 · 1 comment

Comments

@pj001
Copy link

pj001 commented Nov 13, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@JNSimba
Copy link
Member

JNSimba commented Nov 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants