- Mastering Apache Storm
- Ankit Jain
- 76字
- 2021-07-02 20:32:27
Supervisor nodes
Supervisor nodes are the worker nodes in a Storm cluster. Each supervisor node runs a supervisor daemon that is responsible for creating, starting, and stopping worker processes to execute the tasks assigned to that node. Like Nimbus, a supervisor daemon is also fail-fast and stores all of its states in ZooKeeper so that it can be restarted without any state loss. A single supervisor daemon normally handles multiple worker processes running on that machine.
推薦閱讀
- Java異步編程實(shí)戰(zhàn)
- INSTANT FreeMarker Starter
- BeagleBone Media Center
- JavaScript+Vue+React全程實(shí)例
- Java程序設(shè)計(jì):原理與范例
- The DevOps 2.5 Toolkit
- WordPress 4.0 Site Blueprints(Second Edition)
- 常用工具軟件立體化教程(微課版)
- Java SE實(shí)踐教程
- Programming with CodeIgniterMVC
- Deep Learning with R Cookbook
- Emotional Intelligence for IT Professionals
- Python 3 Object:oriented Programming(Second Edition)
- Using Yocto Project with BeagleBone Black
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實(shí)踐技巧