Jump to: navigation, search

Difference between revisions of "Swift/erasure-codes/reconstructor"

(Created page with "Each chunk will look to its neighbors (ie chunk 3 looks at 2 and 4). If the chunk is missing (or invalid?), then the chunk 3 server will read the data needed to rebuild the mi...")
 
(No difference)

Latest revision as of 00:23, 1 July 2013

Each chunk will look to its neighbors (ie chunk 3 looks at 2 and 4). If the chunk is missing (or invalid?), then the chunk 3 server will read the data needed to rebuild the missing chunk and push it.