Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_mpexec, daf_butler
-
Labels:
-
Story Points:4
-
Epic Link:
-
Team:Data Release Production
Description
Running PipelineTasks with ctrl_mpexec with -j can lead to SQLite errors about the database being locked. It's unclear whether it's just not blocking long enough or not blocking at all, and also unclear whether we need to fix this by adding our own blocking or somehow informing SQLAlchemy or SQLite to do it.
(It's also possible we do have a genuine deadlock bug, but I doubt it.)