| Summary: | Mailing List Website / Archive Broken | ||
|---|---|---|---|
| Product: | Community | Reporter: | Christian Dietrich <christian.dietrich.opensource> |
| Component: | MailingLists | Assignee: | 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
Should be fixed now. -M. Thanks for the prompt fix looks like the archive is still not catching up in a timely manner *** Bug 559176 has been marked as a duplicate of this bug. *** 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. 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. 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. (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. :-( 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. 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. |