[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/18: Log differently when using the load-new-guix-revision-inserts loc
From: |
Christopher Baines |
Subject: |
14/18: Log differently when using the load-new-guix-revision-inserts lock |
Date: |
Mon, 16 Dec 2024 04:02:42 -0500 (EST) |
cbaines pushed a commit to branch master
in repository data-service.
commit d7c7f74ff1666eb703b9ddbc7016247653b55ed4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Dec 8 20:33:05 2024 +0000
Log differently when using the load-new-guix-revision-inserts lock
---
guix-data-service/jobs/load-new-guix-revision.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix-data-service/jobs/load-new-guix-revision.scm
b/guix-data-service/jobs/load-new-guix-revision.scm
index 24a24e4..ddd5a6b 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -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
- branch master updated (64aeeff -> 62d6b59), Christopher Baines, 2024/12/16
- 10/18: Fix wrong number of values from channel-derivations-by-system->guix-store-item, Christopher Baines, 2024/12/16
- 12/18: Fix hash display for formatted derivations, Christopher Baines, 2024/12/16
- 09/18: Rework loading revision data, Christopher Baines, 2024/12/16
- 06/18: Memoize field-can-be-null?, Christopher Baines, 2024/12/16
- 02/18: Move log message, Christopher Baines, 2024/12/16
- 15/18: Add a comment, Christopher Baines, 2024/12/16
- 13/18: Avoid getting the load-new-guix-revision-inserts lock twice, Christopher Baines, 2024/12/16
- 04/18: Use insert-missing-data-and-return-all-ids for locations, Christopher Baines, 2024/12/16
- 14/18: Log differently when using the load-new-guix-revision-inserts lock,
Christopher Baines <=
- 05/18: Handle conflicts when inserting lint warning message sets, Christopher Baines, 2024/12/16
- 18/18: Make build_servers.id just generated by default, Christopher Baines, 2024/12/16
- 11/18: Improve some query formatting, Christopher Baines, 2024/12/16
- 07/18: Handle conflicts in insert-missing-data-and-return-all-ids, Christopher Baines, 2024/12/16
- 08/18: Improve null handling, Christopher Baines, 2024/12/16
- 03/18: Add in call-with-worker-thread to try to avoid sort problems, Christopher Baines, 2024/12/16
- 17/18: Add utility functions for configuring the database, Christopher Baines, 2024/12/16
- 16/18: Use knots, Christopher Baines, 2024/12/16
- 01/18: Don't lookup #f in the hash table, Christopher Baines, 2024/12/16