Jump to: navigation, search

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

(Created page with "What is the data flow for a read request? After determining if the object is erasure coded (Swift/erasure-codes/granularity), the proxy makes the necessary connections to...")
 
(No difference)

Latest revision as of 00:29, 1 July 2013

What is the data flow for a read request?

After determining if the object is erasure coded (Swift/erasure-codes/granularity), the proxy makes the necessary connections to the storage nodes and read the data back, rebuilding any missing pieces.

Does the proxy repush any missing pieces back to the object server? Can the proxy emit a message that management tools can detect to trigger rebuilding?