Skip to content
Snippets Groups Projects
Commit 44f7165d authored by Tigran Mkrtchyan's avatar Tigran Mkrtchyan :coffee: Committed by Michael Davis
Browse files

disk: don't force xroot client to send stat over the wire

The DiskReadTask task issues DiskFile::size to validate the file size.
As Xroot protocol always return the StatInfo on open and as tape files
are immutable (even if not files are not locked, this calling stat and
then read doesn't guarantee that file is not changed), there are no
needs to enforce the xroot client to ignore stat cache.
parent 9a0f0df7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment