storage - Google File System of detecting stale chunk replica? -


the gfs paper said use "lease , version" mechanism detect stale chunk replicas.it update replicas' version when lease granted,however,what if chunksvr failure happened before lease expired,it means lease won't been granted data modification won't change it's version.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -