-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
There are errors in both the design and the implementation. Implementation:
@addyis used but never assigned to, as far as I can tell.- I haven't tracked down why, but writes aren't successfully making it from
action_msgtomcast_send-- i.e., we aren't multicasting kvs ops when we see client requests - The destructive cart code assumes that the
kvget_responsefor a givenkvgetwill be delivered in the same timestep. When using a replicated KVS, this is not the case.
Design: more coordination needed. There is no reason to think that (a) client write order will be respected when writes are applied at KVS replicas (b) all writes will be applied when checkout is received.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels