Open
Description
In a distributed system, a read request should see the result of a former succeeded write, by wall-clock means, or by pseudo time(log id) means.
To ensure consistency in a distributed system, when a read request is made, it should be able to access the outcome of a previously successful write, either through wall-clock means or by using pseudo time (log id).