- 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.
推薦閱讀
- DevOps for Networking
- C和C++安全編碼(原書(shū)第2版)
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- 三維圖形化C++趣味編程
- Mastering C# Concurrency
- 深入淺出Android Jetpack
- PLC編程與調(diào)試技術(shù)(松下系列)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲(chóng)案例實(shí)戰(zhàn)全流程詳解(入門(mén)與提高篇)
- jQuery Mobile移動(dòng)應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第3版)
- Tableau 10 Bootcamp
- Access 2010中文版項(xiàng)目教程
- .NET 4.5 Parallel Extensions Cookbook
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門(mén)到精通(視頻自學(xué)全彩版)
- Kotlin極簡(jiǎn)教程
- Mastering Elixir