Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2218#discussion_r130226080
--- Diff:
storm-client/src/jvm/org/apache/storm/topology/StatefulBoltExecutor.java ---
@@ -123,6 +123,11 @@ protected void handleCheckpoint(Tuple checkpointTuple,
Action action, long txid)
}
pendingTuples.clear();
} else {
+ /*
+ * If a worker crashes, all worker's state are rolled back
and an initState message is sent across the topology so that
--- End diff --
Nit: all workers' states (or "the states of all workers" if you prefer)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---