- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 120字
- 2021-07-02 22:18:31
Failover manager service
Each Service Fabric cluster node runs an agent that collects and sends load reports to a centralized resource balancer service. The resource balancer service is responsible for generating placement recommendations based on the load on the nodes and the placement requirements. The agent also sends failure reports and other events to a failover manager service. In a event of a change to the available node count, such as when a node fails or when a node is added to the cluster, the failover manager communicates with the resource balancer to get a placement recommendation. Once the failover manager receives a recommendation from the resource balancer service, it places a new service replica on the recommended node.
推薦閱讀
- Git Version Control Cookbook
- SOA實踐
- PHP 從入門到項目實踐(超值版)
- LabVIEW入門與實戰開發100例
- ASP.NET Core 5.0開發入門與實戰
- 數據庫系統原理及MySQL應用教程
- Practical DevOps
- 匯編語言程序設計(第3版)
- 單片機應用與調試項目教程(C語言版)
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Programming Microsoft Dynamics? NAV 2015
- JavaScript程序設計:基礎·PHP·XML
- 交互式程序設計(第2版)
- MyBatis 3源碼深度解析