Log differently when using the load-new-guix-revision-inserts lock
This commit is contained in:
parent
859b0093f8
commit
d7c7f74ff1
1 changed files with 2 additions and 2 deletions
|
|
@ -1870,7 +1870,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
|||
;; committed
|
||||
(fibers-force guix-revision-id-promise))
|
||||
(with-time-logging
|
||||
"acquiring advisory transaction lock: load-new-guix-revision-inserts"
|
||||
"extract information, acquiring advisory transaction lock: load-new-guix-revision-inserts"
|
||||
;; Wait until this is the only transaction inserting data, to
|
||||
;; avoid any concurrency issues
|
||||
(obtain-advisory-transaction-lock db-conn
|
||||
|
|
@ -2208,7 +2208,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
|||
(lambda (channel-instances-conn)
|
||||
|
||||
(with-time-logging
|
||||
"acquiring advisory transaction lock: load-new-guix-revision-inserts"
|
||||
"channel instances, acquiring advisory transaction lock: load-new-guix-revision-inserts"
|
||||
;; Wait until this is the only transaction inserting data, to avoid
|
||||
;; any concurrency issues
|
||||
(obtain-advisory-transaction-lock channel-instances-conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue