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

Two threads concurrently tried to get the same name: master #1384

Closed
drewbanin opened this issue Apr 1, 2019 · 3 comments
Closed

Two threads concurrently tried to get the same name: master #1384

drewbanin opened this issue Apr 1, 2019 · 3 comments
Labels
bigquery bug Something isn't working

Comments

@drewbanin
Copy link
Contributor

Issue

Issue description

This bug popped up on 0.13.0. Exact reproduction case TBD, though I suspect it has something to do with statements called from inside of models.

Results

Error during parsing:

2019-04-01 11:33:53,380 (MainThread): Encountered an error:
2019-04-01 11:33:53,381 (MainThread): Runtime Error
  Two threads concurrently tried to get the same name: master

System information

The output of dbt --version:

0.13.0

Steps to reproduce

TBD

@drewbanin drewbanin added bug Something isn't working bigquery labels Apr 1, 2019
@Pratarshi
Copy link

Updates:

  1. the problem only happens while executing dbt compile with >1 threads
  2. executing dbt run succeeds with >1 threads

@drewbanin drewbanin added this to the 0.13.1 - bugfix release milestone Apr 2, 2019
@beckjake
Copy link
Contributor

beckjake commented Apr 2, 2019

@Pratarshi do you have any examples for reproducing this, like sample models/macros that trigger it? Or nearby log messages?

@beckjake
Copy link
Contributor

The fix for this was merged into the 0.13.1 branch in #1388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants