SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
GNU General Public License v3.0
60
stars
4
forks
source link
Client reading wrong data with parallel reads from multiple files #179
Closed
uristdwarf closed 1 week ago
When reading multiple files, when CacheExpirationTime is not 0, reading from a mount point can sometimes return wrong data.
Reproduction
Workaround:
Run
echo "CacheExpirationTime=0" > /saunafs/mountpoint
on existing mount points, and use-o cacheExpirationTime=0
on when mounting