Reputation: 3572
from the description of Storm, it is based on Zookeeper, and whenever a worker node dies, it can be recovered and get its state from zookeeper.
Does any one know how that is done? specifically
Upvotes: 3
Views: 1248
Reputation: 1263
Are you talking about workers or supervisors? Each storm worker node runs a storm "supervisor" daemon which manages worker processes.
Check this for more fault tolerance details.
Upvotes: 2