unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/5] lei import-related fixes + diagnostics
@ 2024-08-14  0:16 Eric Wong
  2024-08-14  0:16 ` [PATCH 1/5] git: rename `_active' sub to `cat_active' Eric Wong
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Eric Wong @ 2024-08-14  0:16 UTC (permalink / raw)
  To: meta

I've noticed `lei import' on IMAP inboxes occasionally failing
for me due to {idx_shards} not getting recreated after
4ff8e8d21ab5 (lei/store: stop shard workers + cat-file on idle,
2024-04-16).  4ff8e8d21ab5 can probably be improved upon, too,
and I don't want to revert it since I want to lower memory use
for idle lei daemons.

1, 2, 4, and 5 are improvements regardless.  4 is especially
important since it helps with recovery due to this bug I'm
chasing.

Eric Wong (5):
  git: rename `_active' sub to `cat_active'
  lei_store: use autodie for open+close
  v2writable: confess on broken {idx_shards}
  lei_search: make missing Xapian docs for kw lookups
  net_reader: improve IMAP error reporting

 lib/PublicInbox/Git.pm        |  6 +++---
 lib/PublicInbox/LeiSearch.pm  | 10 +++++++++-
 lib/PublicInbox/LeiStore.pm   | 11 ++++++-----
 lib/PublicInbox/NetReader.pm  |  6 ++++--
 lib/PublicInbox/V2Writable.pm |  3 +++
 5 files changed, 25 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-19 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14  0:16 [PATCH 0/5] lei import-related fixes + diagnostics Eric Wong
2024-08-14  0:16 ` [PATCH 1/5] git: rename `_active' sub to `cat_active' Eric Wong
2024-08-14  0:16 ` [PATCH 2/5] lei_store: use autodie for open+close Eric Wong
2024-08-14  0:16 ` [PATCH 3/5] v2writable: confess on broken {idx_shards} Eric Wong
2024-08-14  0:16 ` [PATCH 4/5] lei_search: make missing Xapian docs for kw lookups Eric Wong
2024-08-14  0:16 ` [PATCH 5/5] net_reader: improve IMAP error reporting Eric Wong
2024-11-19 21:51 ` [PATCH 0/5] lei import-related fixes + diagnostics Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).