- 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.
推薦閱讀
- 垃圾回收的算法與實現
- ASP.NET Core Essentials
- Unity Virtual Reality Projects
- 精通軟件性能測試與LoadRunner實戰(第2版)
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- ADI DSP應用技術集錦
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Magento 2 Beginners Guide
- Hacking Android
- Mastering Apache Camel
- Xamarin Cross-Platform Development Cookbook
- Deep Learning for Natural Language Processing
- Python應用開發技術
- Java EE輕量級解決方案:S2SH
- 微服務設計