For each paper, your assignment is two-fold. By 10PM the evening before lecture:
You can also upload your questions and answers using curl:
## Answer goes into lecN.txt $ curl -F file=@lec2.txt \ -F key=XXXXXXXX \ http://ydmao.scripts.mit.edu/6.824/handin.py/upload ## Question goes into sqN.txt $ curl -F file=@sq2.txt \ -F key=XXXXXXXX \ http://ydmao.scripts.mit.edu/6.824/handin.py/upload
Lecture 4
Flat Datacenter Storage Suppose tractserver T1 is temporarily unreachable due to a network problem, so the metadata server drops T1 from the TLT. Then the network problem goes away, but for a while the metadata server is not aware that T1's status has changed. During this time could T1 serve client requests to read and write tracts that it stores? If yes, give an example of how this could happen. If no, explain what mechanism(s) prevent this from happening.
Questions or comments regarding 6.824? Send e-mail to 6.824-staff@pdos.csail.mit.edu.
Top // 6.824 home //