From 017fed7bc4d33ac474a19356994be5bd0bfe68ba Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Wed, 18 Apr 2018 09:13:13 +0000 Subject: searchidx: regenerate and avoid article number gaps on full index Some messages to git@vger went missing from Msgmap from old bugs and became inaccessible via NNTP. Forcing NNTP article numbers when the overview DB came about made the problem more visible when reindexing old (v1) repositories as all removed spam messages took up AUTOINCREMENT numbers again before they were removed. Having large gaps in NNTP article numbers is not good since it throws off NNTP clients. This does NOT prevent NNTP clients from seeing some messages twice, but is better than having them miss several messages entirely. We also avoid depending on --reverse in git-log, as git requires storing an entire commit list in memory for --reverse, so it's cheaper to store only deleted blobs in the %D hash since they do not live long. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 00a0970b..8038ad48 100644 --- a/MANIFEST +++ b/MANIFEST @@ -192,6 +192,7 @@ t/spawn.t t/thread-cycle.t t/time.t t/utf8.mbox +t/v1-add-remove-add.t t/v2-add-remove-add.t t/v2mda.t t/v2mirror.t -- cgit v1.2.3-24-ge0c7