|
Since clients cache chunkl ocations, they may read from a
stale replica before that information is refreshed. This window
is limited by the cache entry’s timeout and the next
open of the file, which purges from the cache all chunki nformation
for that file. Moreover, as most of our files are
append-only, a stale replica usually returns a premature
end of chunkra ther than outdated data. When a reader
retries and contacts the master, it will immediately get current
chunkl ocations. |
|