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

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

Sort a complex associative array in PHP -

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