当前位置:网站首页>[azure microservice service fabric] how to transfer seed nodes in the service fabric cluster
[azure microservice service fabric] how to transfer seed nodes in the service fabric cluster
2022-07-07 22:06:00 【51CTO】
Be careful : In the face of Service Fabric Before the operation of the node , Be sure to confirm if it is a seed node (Seed Node) And whether the number of current nodes is equal to SF The number of persistence layers required for is the same .
The reliability level is Service Fabric A property of cluster resources . For each node type , The configuration of this property must be the same . This attribute controls the replication factor of the cluster system service , It is the setting of cluster resource level .
The reliability level determines the lower limit of the number of nodes that the primary node type must have . The following values can be used for the reliability layer :
- Platinum : Run contains 7 Target replica sets and 9 System services of seed nodes .
- gold : Run contains 7 Target replica sets and 7 System services of seed nodes .
- silver : Run contains 5 Target replica sets and 5 System services of seed nodes .
- copper : Run contains 3 Target replica sets and 3 System services of seed nodes .
The recommended minimum reliability level is “ silver ” level .
In the use of Service Fabric In the process of , Sometimes there is a problem with a node , In general ,SF The cluster is designed as a highly available cluster , When a single node is down, other nodes will take over . But sometimes we need to transfer the seed nodes , When there is such a need , You can refer to the steps :
Preparation conditions :
- Use Powershell/sfctl Already connected to the current SF colony ( Connect-ServiceFabricCluster & sfctl cluster)
- Use Service Fabric Explorer Connect to SF colony
Execution steps :
One : Make sure node type The number of virtual machines meets reliability tier The minimum demand for , And meet at least one none-seed node
Two : Use powershell perhaps
3、 ... and : wait for seed node State by ‘disabling’ Convert to ‘disabled’
Waiting for the operation to trigger cluster upgrade complete , as well as _nt1vm_5 Convert to none-seed node
Four : stay VMSS The interface directly removes the corresponding virtual machine ( Running on the Linux Upper Service Fabric Cluster I won't support it sfctl node transition command )
5、 ... and : Use powershell perhaps sfctl remove node state
Reference material :
Random failures that cause cluster failures : https://docs.azure.cn/zh-cn/service-fabric/service-fabric-disaster-recovery#random-failures-that-lead-to-cluster-failures
Service Fabric With the concept of seed nodes . The seed node can maintain the availability of the basic cluster .
The seed node can sign a lease with other nodes , Act as a circuit breaker in the event of certain types of faults , This ensures that the cluster remains started . If a random failure deletes most of the seed nodes in the cluster and cannot be recovered quickly , Then the group assembly will be automatically closed . The cluster will then fail .
stay Azure in ,Service Fabric Resource provider management Service Fabric Cluster configuration . By default , The resource provider allocates seed nodes between the fault domain and the promotion domain of the master node type . If the primary node type is marked “ silver ” or “ gold ” Class durability , When deleting the seed node by reducing the type of the master node or manually deleting the seed node , The cluster tries to promote another non seed node from the available capacity of the primary node type . If your available capacity is less than the primary node type required by the cluster reliability level , Then this attempt will fail .
In independence Service Fabric Cluster sum Azure in , The primary node type is the node type where the seed runs . When defining the master node type ,Service Fabric It will automatically utilize the number of nodes provided when creating up to nine seed nodes and seven replicas for each system service . If a set of random failures causes most of the copies to shut down at the same time , Then the system service will enter the arbitration loss state . If most of the seed nodes are lost , The group meeting closed soon .
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-capacity
When facing problems in a complex environment , The way to check things needs : The turbid and quiet Xu Qing , An Yidong's Xu Sheng . In the clouds , Just so !
边栏推荐
- An in-depth understanding of fp/fn/precision/recall
- Jerry's fast pairing does not support canceling pairing [article]
- 嵌入式开发:如何为项目选择合适的RTOS?
- L2:ZK-Rollup的现状,前景和痛点
- How does win11 unblock the keyboard? Method of unlocking keyboard in win11
- South China x99 platform chicken blood tutorial
- Backup tidb cluster to persistent volume
- MIT6.S081-Lab9 FS [2021Fall]
- 怎样写一个增广矩阵到txt文件中
- Two kinds of updates lost and Solutions
猜你喜欢
How does win11 time display the day of the week? How does win11 display the day of the week today?
L2: current situation, prospects and pain points of ZK Rollup
Google SEO external chain backlinks research tool recommendation
Validutil, "Rethinking the setting of semi supervised learning on graphs"
【Azure微服务 Service Fabric 】如何转移Service Fabric集群中的种子节点(Seed Node)
EasyCVR配置中心录像计划页面调整分辨率时的显示优化
Default constraint and zero fill constraint of MySQL constraint
#DAYU200体验官#MPPT光伏发电项目 DAYU200、Hi3861、华为云IotDA
Wechat official account oauth2.0 authorizes login and displays user information
Win11时间怎么显示星期几?Win11怎么显示今天周几?
随机推荐
Description of the difference between character varying and character in PostgreSQL database
[open source] Net ORM accessing Firebird database
NVR hard disk video recorder is connected to easycvr through the national standard gb28181 protocol. What is the reason why the device channel information is not displayed?
双塔模型的最强出装,谷歌又开始玩起“老古董”了?
Demon daddy A1 speech listening initial challenge
Validutil, "Rethinking the setting of semi supervised learning on graphs"
The cyberspace office announced the measures for data exit security assessment, which will come into force on September 1
An overview of the latest research progress of "efficient deep segmentation of labels" at Shanghai Jiaotong University, which comprehensively expounds the deep segmentation methods of unsupervised, ro
Use blocconsumer to build responsive components and monitor status at the same time
Arlo's troubles
The whole network "chases" Zhong Xuegao
Debugging and handling the problem of jamming for about 30s during SSH login
Ternary expressions, generative expressions, anonymous functions
[open source] Net ORM accessing Firebird database
TCP/IP 协议栈
Crawler (17) - Interview (2) | crawler interview question bank
Kirin Xin'an operating system derivative solution | storage multipath management system, effectively improving the reliability of data transmission
谈谈制造企业如何制定敏捷的数字化转型策略
Paint basic graphics with custompaint
Reinforcement learning - learning notes 9 | multi step TD target