Hi,

I have a query about what happens if a storm bolt dies. My current topology
is such that I have a Kafka spout that gives out records which are counted
in a storm bolt and stored in a hashmap in the same bolt and emits the
aggregated map to another bolt every 5 mins to persist it to a database.
Now supposing that the bolt dies while having data in the map and the task
gets reassigned to another worker does the map also get recreated or does
it use the last snapshot of the map before it failed ?

Thanks,
Calvin

Reply via email to