Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 559124

Summary: Mailing List Website / Archive Broken
Product: Community Reporter: Christian Dietrich <christian.dietrich.opensource>
Component: MailingListsAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jonah
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Christian Dietrich CLA 2020-01-13 13:34:55 EST
https://www.eclipse.org/lists/tycho-dev/2020/Jan/index.html misses a lot of messages from the last days
Comment 1 Eclipse Webmaster CLA 2020-01-13 14:32:41 EST
Should be fixed now.

-M.
Comment 2 Christian Dietrich CLA 2020-01-13 14:35:59 EST
Thanks for the prompt fix
Comment 3 Christian Dietrich CLA 2020-01-14 01:54:33 EST
looks like the archive is still not catching up in a timely manner
Comment 4 Eclipse Webmaster CLA 2020-01-15 09:08:23 EST
*** Bug 559176 has been marked as a duplicate of this bug. ***
Comment 5 Eclipse Webmaster CLA 2020-01-15 09:10:04 EST
I think the issue is in some code meant to prevent the archiver from processing messages it's already seen and that is preventing the 'index' from updating.  I've added some debugging output and I'll see what that was turned up.

-M.
Comment 6 Eclipse Webmaster CLA 2020-01-15 11:50:15 EST
Looks like an off-by-one error in an array index was causing the updates to be skipped.  The code has been updated so as lists update their indexes will now keep pace.

Oblig: https://xkcd.com/163/

-M.
Comment 7 Jonah Graham CLA 2020-01-15 15:24:18 EST
There are still archives that are not up to date. e.g:

https://www.eclipse.org/lists/epp-dev/2020/Jan/index.html

has one email, but the thread index shows a couple of additional emails in the same month.
Comment 8 Eclipse Webmaster CLA 2020-01-16 10:01:23 EST
(In reply to Jonah Graham from comment #7)

It looks up to date to me, and the timestamps in the filesystem for the index and mailing list storage are within the update period.

-M.
Comment 9 Jonah Graham CLA 2020-01-16 10:23:25 EST
:-( They weren't there yesterday when I reopened the bug. I have re-resolved it and if I see it again I will try to double-check that I am not making a mistake. Sorry for the noise.
Comment 10 Eclipse Webmaster CLA 2020-01-16 10:27:29 EST
No problem, I understand how important these archives can be to the community, so I'd like to make sure they are working as consistently as possible.

-M.