-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
STORM-1850: State Checkpointing Documentation update #1433
Conversation
update the documentation following this discussion https://mail-archives.apache.org/mod_mbox/storm-user/201605.mbox/%3CF9D9F747-8431-4A26-9028-BD74C09BCA84%40hortonworks.com%3E
+1 |
@@ -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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once the STATE of all the bolts are checkpointed, and once the checkpoint tuples ARE acked.... by the spout are ALSO acked.
+1 once some minor grammar suggestions have been addressed. |
Thanks @omallassi this is merged to master and 1.x-branch. |
@arunmahadevan Seems like it would be better to apply this to 1.0.x as well. What do you think? |
@HeartSaVioR thanks for noticing. The changes are now merged to master, 1.x-branch and 1.0.x-branch. @omallassi thanks for the patch. You may close this PR. |
[YSTORM-6520] Upmerge first batch
update the documentation following this discussion
https://mail-archives.apache.org/mod_mbox/storm-user/201605.mbox/%3CF9D9F747-8431-4A26-9028-BD74C09BCA84%40hortonworks.com%3E