Jump to: navigation, search

Swift/erasure-codes/reads

< Swift
Revision as of 00:29, 1 July 2013 by Notmyname (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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?