Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DELPHI: Fix entries with the same base file name #3717

Open
psaiz opened this issue Jan 7, 2025 · 0 comments
Open

DELPHI: Fix entries with the same base file name #3717

psaiz opened this issue Jan 7, 2025 · 0 comments

Comments

@psaiz
Copy link
Contributor

psaiz commented Jan 7, 2025

Look at entries like 91396. It uses the same base file name several times:

sh-5.1$ cat /tmp/my_delphi  |grep uri |grep wphact_206.5_map.xsdst.99
        "uri": "root://eospublic.cern.ch//eos/opendata/delphi/simulated-data/live/wphact20/va0u/206.5/job1/wphact_206.5_map.xsdst.99"
        "uri": "root://eospublic.cern.ch//eos/opendata/delphi/simulated-data/live/wphact20/va0u/206.5/job2/wphact_206.5_map.xsdst.99"
        "uri": "root://eospublic.cern.ch//eos/opendata/delphi/simulated-data/live/wphact20/va0u/206.5/job3/wphact_206.5_map.xsdst.99"
        "uri": "root://eospublic.cern.ch//eos/opendata/delphi/simulated-data/live/wphact20/va0u/206.5/job4/wphact_206.5_map.xsdst.99"
        "uri": "root://eospublic.cern.ch//eos/opendata/delphi/simulated-data/live/wphact20/va0u/206.5/job5/wphact_206.5_map.xsdst.99"

Note that from the record url, the base filename is used as a key to identify which file should be downloaded:
https://opendata-qa.cern.ch/record/91396/files/wphact_206.5_map.xsdst.99
That means that only one out of the five entries can currently be downloaded from the web page.

In order to solve this ticket, all the DELPHI entries that have this issue should be solved. The first three options that came to mind are:

  1. Move from file to file_indices
  2. Rename the files to ensure that they use different base file names
  3. Remove the constraint on the basename, and use a different key (this might be tricky)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant