[
https://issues.apache.org/jira/browse/FLINK-6513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003061#comment-16003061
]
ASF GitHub Bot commented on FLINK-6513:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3858#discussion_r115544603
--- Diff: docs/dev/stream/checkpointing.md ---
@@ -124,8 +124,8 @@ env.getCheckpointConfig.setMaxConcurrentCheckpoints(1)
## Selecting a State Backend
-The checkpointing mechanism stores the progress in the data sources and
data sinks, the state of windows, as well as the [user-defined
state](state.html) consistently to
-provide *exactly once* processing semantics. Where the checkpoints are
stored (e.g., JobManager memory, file system, database) depends on the
configured
+The checkpointing mechanism stores consistent snapshots of the progress in
the data sources and data sinks, the state of windows and timers, as well as
any [user-defined state](state.html), thereby
--- End diff --
Perhaps this first sentence could use a little more work. Can we better
explain "progress"? "as well as" -> "and"? Could we move "providing *exactly
once* processing semantics" to the beginning: "The checkpointing mechanism
provides ..."?
> various typos and grammatical flaws
> -----------------------------------
>
> Key: FLINK-6513
> URL: https://issues.apache.org/jira/browse/FLINK-6513
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.3.0
> Reporter: David Anderson
>
> I want to propose small changes to several pages to fix some typos and
> grammatical flaws.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)