-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Spike] Conflict with concurrent transaction #903
Comments
I should also note that I removed customer model names, and added fake ones. Please reach out to me if you need more information. |
@jennlw has this behavior been seen in earlier dbt versions as well? When was this behavior first seen? |
Hey Colin, I've reached out and I'm asking if it was seen prior to version 1.7. I'll let you know what I find. |
Hey Colin, the customer stated that the issue they experienced was only on 1.7 as this piece of code had ran only on that version. |
SpikeMy goal was to whittle this down to the simplest way to reproduce this error as often as possible to gather insight from those results. First, this is a very tricky issue to reproduce. I had much, much more luck on
Results
Other questions I hadWhy is the focal point Why is its drop causing this error? Why materialized views as the main issue here? |
Is this a new bug in dbt-redshift?
Current Behavior
Job runs sporadically hitting "conflict with concurrent transaction error." The failure is inconsistent as the customer cannot reproduce it on every execution. On one of their dbt Cloud environment (5 threads) it happened twice but on our their local DBT core instances(20+ threads) they were able to reproduce it every third execution. Their local execution has another model victim.
They checked their logs and were not able to locate any other thread running parallel execution that would cause conflict.
Expected Behavior
Job run does not fail on concurrent transactions.
Steps To Reproduce
Not yet, but customer mentioned:
I had ran this past our team internally and it was mentioned:
Relevant log output
Environment
Additional Context
Please feel free to reach out to me and we can further discuss logs. I did not add them as they are customer logs and not dbt sandbox or test logs from dbt.
The text was updated successfully, but these errors were encountered: