summaryrefslogtreecommitdiff
path: root/debuginfod/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfod/ChangeLog')
-rw-r--r--debuginfod/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 43a3b9a3..2872d667 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,17 @@
+2021-02-02 Frank Ch. Eigler <fche@redhat.com>
+
+ PR27323
+ * debuginfod.cxx (dbq): New read-only database connection for queries
+ only.
+ (signal_handler): Interrupt it.
+ (main): Open / close it.
+ (handle_buildid): Use it for webapi queries only.
+ (database_stats_report): Make more interruptible. Report sqlite3
+ operation times to the prometheus metrics.
+ (groom): Make more interruptible.
+ (thread_main_fts_source_paths, thread_main_groom): Ensure
+ state/progress metrics are fresh even in case of exceptions.
+
2020-12-20 Dmitry V. Levin <ldv@altlinux.org>
* .gitignore: New file.