leases and cache coherence leases
play

Leases and Cache Coherence Leases Lease - a time-limited right to - PowerPoint PPT Presentation

Leases and Cache Coherence Leases Lease - a time-limited right to do something - can be renewed - unlike Paxos, depends on loosely synchronized clocks Lease fault tolerance - if lease holder or network fails, wait for lease to expire - plus


  1. Caching With Leases Client Cache 1 x, dirty Server Client Client x= 3, t, shared Cache 2 Cache 1 has x, t, dirty Client Client

  2. Caching With Leases Client Cache 1 Server Client Client x= 4, t, dirty Cache 2 Cache 1 has x, t, dirty Client Client

  3. Caching With Leases Client Cache 1 ok! Server Client Client x= 4, t, dirty Cache 2 Cache 1 has x, t, dirty Client Client

  4. Caching With Leases Why does cache 1 wait until other copies are revoked and write is applied before returning ok to client?

  5. Caching With Leases Client Put x, 5 Cache 1 Server Client Client x= 4, t, dirty Cache 2 Cache 1 has x, t, dirty Client Client

  6. Caching With Leases Client Cache 1 Server Client Client x= 5, t, dirty Cache 2 Cache 1 has x, t, dirty Client Client

  7. Caching With Leases Client Cache 1 ok! Server Client Client x= 5, t, dirty Cache 2 Cache 1 has x, t, dirty Client Client

  8. Caching With Leases Client Cache 1 Server Client Client x= 5, t, dirty Cache 2 Cache 1 has x, t, dirty Client get x Client

  9. Caching With Leases Client Cache 1 Server Client Client x= 5, t, dirty get x Cache 2 Cache 1 has x, t, dirty Client Client

  10. Caching With Leases Client Revoke x Cache 1 shared Server Client Client x= 5, t, dirty Cache 2 Cache 1 has x, t, dirty Client Client

  11. Caching With Leases Client Cache 1 Server Client Client x= 5, t, shared Cache 2 Cache 1 has x, t, dirty Client Client

  12. Caching With Leases Client Cache 1 ok! x=5 Server Client Client x= 5, t, shared Cache 2 Cache 1 has x, t, dirty Client Client

  13. Caching With Leases Client Cache 1 Server Client Client x= 5, t, shared ok! x= 5 Cache 2 Cache 1,2 has x, t, shared Client Client

  14. Caching With Leases Client Cache 1 Server Client Client x= 5, t, shared Cache 2 Cache 1,2 has x, t, shared Client x= 5, t, shared Client

  15. Questions While a write to x is waiting on invalidations, can other clients read old values of x from their caches?

  16. Questions While a write to x is waiting on invalidations, can the server perform a read to y != x?

  17. Questions While a write to x is waiting on invalidations, can the server perform a write (from another cache) to y != x?

  18. Questions While a write to x is waiting on invalidations, can the server perform a write (from another cache) to y = x?

  19. Write Back Cache Coherence On a write: - Send invalidations to all caches - Each cache invalidates, responds 
 (possibly with updated data) - Wait for all invalidations - Return Reads can proceed when there is a local copy Order requests carefully at server, avoid deadlock

  20. MSI Invalid Modified Shared

  21. MSI Invalid Modified Shared

  22. MSI Invalid Modified Read miss Shared

  23. MSI Invalid Modified Shared

  24. MSI Write miss Invalid Modified Shared

  25. MSI Invalid Modified Shared

  26. MSI Invalid Modified Local write Shared

  27. MSI Invalid Modified Shared

  28. MSI Invalid Modified Remote write Shared

  29. MSI Invalid Modified Shared

  30. MSI Remote write Invalid Modified Shared

  31. MSI Invalid Modified Shared

  32. MSI Invalid Modified Write back / Remote read Shared

  33. MESI Motivation: - Common pattern: read, then write - MSI inefficient when doing a read and then a write - If no one else has a copy, can “claim” it with the read Four cache states: - M odified: this is the only copy, it’s dirty - E xclusive: this is the only copy, it’s clean - S hared: this is one of many copies, it’s clean - I nvalid

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend