Skip to content

Commit

Permalink
Merge pull request #739 from lsst/tickets/DM-36326
Browse files Browse the repository at this point in the history
DM-36326: Simplify materialized skypix overlaps.
  • Loading branch information
TallJimbo committed Oct 6, 2022
2 parents a21ee8f + d976a5a commit 3bd5c44
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 463 deletions.
3 changes: 3 additions & 0 deletions doc/changes/DM-36326.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Remove unnecessary table-locking in dimension record insertion.

Prior to this change, we used explicit full-table locks to guard against a race condition that wasn't actually possible, which could lead to deadlocks in rare cases involving insertion of governor dimension records.

0 comments on commit 3bd5c44

Please sign in to comment.