On Mon, Aug 30, 2021 at 07:27:32PM +0000, Eric Wong wrote: > Konstantin Ryabitsev <[email protected]> wrote: > > Hello: > > > > What's the proper procedure to remove an inbox from extindex? For example, > > if > > I wanted to drop a source from being replicated to lore.kernel.org, how do I > > properly remove it from /all/ search results? > > public-inbox-extindex --gc $EXTINDEX_DIR
This works, though there are some interesting side-effects to it. For example, I removed the /gitolite-transparency-log/* feed (it was too noisy and wasn't useful for anything, really). After running the --gc, I see lots of messages about things being removed, but /all/ still contains leftover entries from the inbox: https://x-lore.kernel.org/all/?t=20210830182453 (look for "post-receive:" in the page) Clicking on the link returns a thread with blank messages (but not all of them). This is not a huge problem, as the messages are for sure gone from search results, but the behaviour is a bit odd. Thanks for your help, -K
