Skip to content

Add troubleshooting for "I can get data from my Origin, but not through Caches"#3037

Merged
aowen-uwmad merged 3 commits into
PelicanPlatform:add-troubleshootingfrom
jhiemstrawisc:issue-2861
Feb 10, 2026
Merged

Add troubleshooting for "I can get data from my Origin, but not through Caches"#3037
aowen-uwmad merged 3 commits into
PelicanPlatform:add-troubleshootingfrom
jhiemstrawisc:issue-2861

Conversation

@jhiemstrawisc

@jhiemstrawisc jhiemstrawisc commented Jan 27, 2026

Copy link
Copy Markdown
Member

FYI @aowen-uwmad -- there were lots of small linting errors in the original branch that didn't pass my pre-commit locally, hence the larger diff. Do you have pre-commit installed wherever you're drafting these docs?

@jhiemstrawisc jhiemstrawisc added documentation Improvements or additions to documentation Facilitation A request from the RCF's labels Jan 27, 2026
@aowen-uwmad

Copy link
Copy Markdown
Contributor

@jhiemstrawisc , no, I don't have pre-commit installed.
Do I just need to install that package? Or do I need to do some sort of configuration to get it to read whatever it needs to?

@jhiemstrawisc

Copy link
Copy Markdown
Member Author

I think the usual song and dance is:

$ python3 -m pip install pre-commit

# From the root of the Pelican repo:
$ pre-commit install

Anytime you commit after that point, the pre-commit hooks will run to handle things like formatting markdown, running a spell checker, etc. Any changes it makes will prevent the commit from applying, but you'll be able to review what it did and then re-commit.

@jhiemstrawisc

Copy link
Copy Markdown
Member Author

Failing tests are the result of flaky unit tests -- this diff only touches docs, so the only CI we really care about here is linting.

@aowen-uwmad aowen-uwmad merged commit 74d89ed into PelicanPlatform:add-troubleshooting Feb 10, 2026
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation Facilitation A request from the RCF's

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write instructions for troubleshooting transfers failing via cache but succeeding on directread

2 participants