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

PSS with disk cache enabled doesn't update files changing in the backend #668

Closed
apeters1971 opened this issue Mar 14, 2018 · 3 comments
Closed
Assignees

Comments

@apeters1971
Copy link
Contributor

apeters1971 commented Mar 14, 2018

Once a file is cached in xCache, the local copy is never updated even if the inode, size or modification time in the backend has changed. That is very unfortunate. Can this trivial cache eviction policy be added?

@wyang007
Copy link
Member

wyang007 commented Mar 14, 2018 via email

@xrootd-dev
Copy link

xrootd-dev commented Mar 14, 2018 via email

@abh3
Copy link
Member

abh3 commented Nov 13, 2020

Correct. The XrootD Xcache assume read-only file. If you want that kind of flexibility then you need to use XcacheH (though only HTTP access is available). This has to to do with semantics. In the XRootD world, caching of files that change makes no sense. That is not true if the HTTP world. So, if you need that kind of flexibility, use XcacheH.

@abh3 abh3 closed this as completed Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants