














































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A lecture note from cs 410/510 data streams course focusing on fault-tolerance in the borealis distributed stream processing system. The note covers topics such as fault-tolerant stream processing, replication, availability vs. Tentative tuples, and techniques like checkpoint/redo and undo/redo. It also discusses the role of sunion in handling ordering problems and ensuring consistency.
Typology: Study notes
1 / 54
This page cannot be seen from the preview
Don't miss anything!
11/15/ Data Streams: Lecture 15
11/15/ Data Streams: Lecture 15
11/15/ Data Streams: Lecture 15
11/15/ Data Streams: Lecture 15 Example Distributed Query Network Figure courtesy: Fault-Tolerance in the BorealisDistributed Stream Processing System, Balazinska et al.
11/15/ Data Streams: Lecture 15
11/15/ Data Streams: Lecture 15
11/15/ Data Streams: Lecture 15
Figure courtesy: Fault-Tolerance in the BorealisDistributed Stream Processing System, Balazinska et al.
11/15/ Data Streams: Lecture 15 Choices for UPSTREAM-FAILURE
Process each new tuple without any delay
11/15/ Data Streams: Lecture 15
m
11/15/ Data Streams: Lecture 15
11/15/ Data Streams: Lecture 15
Regular Tuple TENTATIVE Tuple that results fromprocessing a subset of inputsand may be corrected later UNDO Suffix of tuples should be rolledback BOUNDARY All following tuples will have atimestamp
the one indicated UNDO_START Control message from runtime toSUnion to trigger undo-basedrecovery REC_DONE Indicates end of reconciliation
11/15/ Data Streams: Lecture 15
Entering inconsistent state REC_DONE Input was corrected, canreconcile state Signals from SUnion (are these control stream tuple types signals fromSUnion – is that what is meant?)
11/15/ Data Streams: Lecture 15
source Node 1
A
A source Node 2
B
B
11/15/ Data Streams: Lecture 15