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

Bug 576548

Summary: Add oomph/archive to the mirror exclusion list
Product: Community Reporter: Denis Roy <denis.roy>
Component: ServersAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: Ed.Merks
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Denis Roy CLA 2021-10-10 06:32:10 EDT
I believe download.e.o/oomph/archive contains a collection of files related to mirroring and searching. The number of files is very high (1.75M), and generally small in nature (html files) not suitable for mirroring. Let's reduce disk I/O by adding that path to the mirror exclusion list.
Comment 1 Ed Merks CLA 2021-10-10 08:37:39 EDT
It is already excluded which is why you don't see it here in the generated index:

https://download.eclipse.org/oomph/archive/eclipse/oomph/index.html

Nor will you find it on an actual mirror, e.g.,

http://eclipse.mirror.rafal.ca/oomph/

This is why I put such things an "archive/" folder because that's documented to be excluded:

https://wiki.eclipse.org/IT_Infrastructure_Doc#Use_mirror_sites.2Fsee_which_mirrors_are_mirroring_my_files.3F

And that appears already to be working...
Comment 2 Denis Roy CLA 2021-10-10 10:19:07 EDT
Works for me, sorry for the noise. And thanks for reading the docs!