Skip to content

Commit

Permalink
[docs] small fix to the description of the checkpointing mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
senorcarbone committed Jul 7, 2015
1 parent 0cb9eb5 commit 0e21941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/internals/stream_checkpointing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Kafka exploits this ability.

The central part of Flink's fault tolerance mechanism is drawing consistent snapshots of the distributed data stream and operator state.
These shapshots act as consistent checkpoints to which the system can fall back in case of a failure. Flink's mechanism for drawing these
snapshots is described in "[Lightweight Asynchronous Snapshots for Distributed Dataflows](http:https://arxiv.org/abs/1506.08603)". It is a modification of the
[Chandy-Lamport algorithm](http:https://research.microsoft.com/en-us/um/people/lamport/pubs/chandy.pdf) for distributed snapshots, simplified
and tailored to Flink's needs.
snapshots is described in "[Lightweight Asynchronous Snapshots for Distributed Dataflows](http:https://arxiv.org/abs/1506.08603)". It is inspired by
the standard [Chandy-Lamport algorithm](http:https://research.microsoft.com/en-us/um/people/lamport/pubs/chandy.pdf) for distributed snapshots and is
specifically tailored to Flink's execution model.



Expand Down

0 comments on commit 0e21941

Please sign in to comment.