-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discussions of November #19
Comments
Delivery GuaranteesHow to achieve exactly-once delivery?Storm: Edge, Path, XORImaging a data item flows through a DAG, how to ensure each data item go through each vertex only once? Along the path, each edge has one starting vertex and one ending vertex. Like And per one edge and corresponding two vertices, one data item Similarly, after Finally, in the DAG, given one data item and its derived ones should have all rand IDs emit from those vertices XOR equal to 0. MillWheel: starting vertex retry, ending vertex dup-check & ackIn DAG, imaging |
In GFS, how to ensure the serial order of concurrent writes?https://users.cs.duke.edu/~chase/cps510/slides/gfs-etc.pdf
|
Gary
|
CAP Recap |
This thread records discussion happened in the chat group in November.
The text was updated successfully, but these errors were encountered: