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

Revert "Remove locking from DBs and rely on SQLite's locking (#211)" #234

Closed
wants to merge 1 commit into from

Conversation

daniellowell
Copy link
Contributor

This reverts commit 7d08813.

Suspected commit in Jenkins Failures.

@atamazov
Copy link
Contributor

atamazov commented May 21, 2020

I've tried this on wrw-igemm-v4r4xdlops-fp32-fix branch, commit ad859f5 (run #7 on Jenkins). Didn't help ((

// clang-format off
const auto check_tables =
"SELECT name FROM sqlite_master "
"WHERE "
"type = 'table' AND "
"(name = 'config');";
"(name = 'config' OR name = 'perf_db');";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This masks a bug, if only one of the tables is created.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this fixes the Jenkins issue then you can implement this fix, but leave off the rest of the locking changes.

@JehandadKhan
Copy link
Collaborator

@daniellowell Did we find the root cause ?

@daniellowell daniellowell deleted the revertSQLiteLockingForDbs211 branch June 1, 2020 17:22
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

Successfully merging this pull request may close these issues.

3 participants