1 / 10

Distributed Filesystems (part 3)

Distributed Filesystems (part 3). CPS210 Spring 2006. Papers. Speculative Execution in a Distributed File System Ed Nightingale. Speculative NFS. What about AFS?. What about Coda?. When to transfer, when to block?. Orig(P). Spec(P). Orig(C). Spec(C). Orig(X). Spec(C’). Spec(C’).

avram-lang
Download Presentation

Distributed Filesystems (part 3)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Distributed Filesystems (part 3) CPS210 Spring 2006

  2. Papers • Speculative Execution in a Distributed File System • Ed Nightingale

  3. Speculative NFS What about AFS? What about Coda?

  4. When to transfer, when to block? Orig(P) Spec(P) Orig(C) Spec(C) Orig(X) Spec(C’) Spec(C’)

  5. Undo log If speculation is on a read-only operation (stat) Speculation structure (P) Undo Log (P) Pre-stat checkpoint state (P) Speculation structure (P’) Undo Log (P’) no checkpoint state needed

  6. Undo log If speculation is on modifying operation (mkdir) Speculation structure (P) Undo Log (P) Pre-mkdir checkpoint state (P) Speculation structure (P’) Undo Log (P’) no checkpoint state needed

  7. Undo log If speculation is on modifying operation (mkdir) Speculation structure (P) Undo Log (P) Pre-mkdir checkpoint state (P) Speculation structure (P’) Undo Log (P’) Ok mkdir checkpoint state (P’)

  8. IPC example Why log entry in 8001, not in 8000?

  9. Results • Use Apache 2.0.28 source • Untar • Configure • Make • Remove

  10. Results How to compare to Coda in disconnected mode?

More Related