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

[6.34] Silently fallback if full xroot path is not found on EOS #17798

Open
wants to merge 1 commit into
base: v6-34-00-patches
Choose a base branch
from

Conversation

vepadulano
Copy link
Member

Backport of #16173

Sometimes the `getxattr` call returns a valid string, but the string is
incomplete. Namely, part of the full URL to the file on EOS is missing (usually
the filename itself). Workaround by checking that the xurl string ends with the
filename and in case it is not present, avoid calling TFile::Open.

Co-authored-by: Jonas Hahnfeld <[email protected]>
@vepadulano vepadulano requested a review from dpiparo February 21, 2025 15:52
@vepadulano vepadulano self-assigned this Feb 21, 2025
@vepadulano vepadulano requested a review from pcanal as a code owner February 21, 2025 15:52
@vepadulano vepadulano changed the title [6.34] Fix interaction between RSampleInfo and redirected EOS paths [6.34] Silently fallback if full xroot path is not found on EOS Feb 21, 2025
Copy link

Test Results

    19 files      19 suites   4d 14h 21m 46s ⏱️
 2 684 tests  2 682 ✅ 0 💤 2 ❌
49 070 runs  49 068 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit deea0ea.

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

Successfully merging this pull request may close these issues.

2 participants