[
https://issues.apache.org/jira/browse/STORM-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291645#comment-15291645
]
ASF GitHub Bot commented on STORM-1850:
---------------------------------------
Github user hmcl commented on a diff in the pull request:
https://github.com/apache/storm/pull/1433#discussion_r63924300
--- Diff: docs/State-checkpointing.md ---
@@ -94,6 +94,9 @@ is saved and then the checkpoint tuple is forwarded to
the next component. Each
streams before it saves its state so that the state represents a
consistent state across the topology. Once the checkpoint spout receives
ACK from all the bolts, the state commit is complete and the transaction
is recorded as committed by the checkpoint spout.
+The state checkpointing does not currently checkpoint the state of the
spout. Yet, once the states of all bolts are checkpointed and once the
checkpoint tuples is acked, the tuples emitted by the spout are acked.
+It also implies that `topology.state.checkpoint.interval.ms` is lower than
`topology.message.timeout.secs`.
--- End diff --
once the *STATE* of all the bolts are checkpointed, and once the checkpoint
tuples *ARE* acked.... by the spout are *ALSO* acked.
> State Checkpointing documentation update regarding spout state management
> -------------------------------------------------------------------------
>
> Key: STORM-1850
> URL: https://issues.apache.org/jira/browse/STORM-1850
> Project: Apache Storm
> Issue Type: Documentation
> Components: documentation
> Reporter: Olivier Mallassi
> Priority: Trivial
> Labels: newbie
>
> update the documentation with respect to this discussion on the Mailing list
> https://mail-archives.apache.org/mod_mbox/storm-user/201605.mbox/%3CF9D9F747-8431-4A26-9028-BD74C09BCA84%40hortonworks.com%3E
>
> concerning the "consistency" between spout and bolt state (during
> checkpointing).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)