]> Sergey Matveev's repositories - public-inbox.git/commit
*index: more consistent graceful shutdown checks
authorEric Wong <e@80x24.org>
Fri, 27 Nov 2020 21:33:55 +0000 (21:33 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Nov 2020 04:53:25 +0000 (04:53 +0000)
commitc2f82b2e27e1b3c11a4c0b00b90829a4ee99c602
tree3b33517c4c28e7d3eebf29cd8d1a5d16b82e4cb4
parent811b8d3cbaa790f59b7b107140b86248da16499b
*index: more consistent graceful shutdown checks

v1 and v2 inbox indexing now supports graceful shutdown checks
just like ExtSearchIdx.  Additionally, we'll consistently
perform quit checks at the top of loops for consistency.

Interaction with the --xapian-only and --sequential-shard
options are a bit lacking, and will warn the user to use
"--reindex --xapian-only" to fix.
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
script/public-inbox-index