Re: Troubleshooting threads missing from /all/

2021-10-07 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Thu, Oct 07, 2021 at 08:36:52AM +, Eric Wong wrote: > > Also, did you capture any error messages to stderr? > > I suppose you would've told us if you did. > > Yeah, I looked through any place that would have logged an error and I didn't > really see anything.

Re: Troubleshooting threads missing from /all/

2021-10-07 Thread Eric Wong
Also, did you capture any error messages to stderr? I suppose you would've told us if you did. (resend, MTA dropped this part:) In particular, I just posted a patch to fix "Can't bless non-reference value" messages could've been causing some messages to fail indexing completely.

Re: Troubleshooting threads missing from /all/

2021-10-07 Thread Eric Wong
(resend, screwed up something with my MTA :x) OK. I tried reproducing the problem even with f28fdcd6d8d6 (content_hash: normalize whitespace before hashing addresses, 2021-10-02) reverted, but haven't been able to... So far I've found some gc and dedupe bugs, but something's still eluding me.

Re: Troubleshooting threads missing from /all/

2021-10-07 Thread Konstantin Ryabitsev
On Thu, Oct 07, 2021 at 08:36:52AM +, Eric Wong wrote: > Also, did you capture any error messages to stderr? > I suppose you would've told us if you did. Yeah, I looked through any place that would have logged an error and I didn't really see anything. I expect this would have happened during

Re: Troubleshooting threads missing from /all/

2021-10-07 Thread Eric Wong
Also, did you capture any error messages to stderr? I suppose you would've told us if you did. -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

[PATCH] overidx: each_by_mid: account for messages being deleted

2021-10-07 Thread Eric Wong
This may fix some extindex problems and should get rid of the "Can't bless non-reference value" errors. --- lib/PublicInbox/OverIdx.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/PublicInbox/OverIdx.pm b/lib/PublicInbox/OverIdx.pm index 0c8a4d9ee3f8..985abbf4e693