Fault Tolerance

RPC problems


Machines fail
Messages get lost
A simple RPC becomes a nightmare
I sent a request, and I did not get a reply yet
Did the request get lost?
Did the reply get lost?
Is the server slow?
Is the server dead?
We will never know

- 51 -