当前位置:网站首页>Nacos conformance protocol cp/ap/jraft/distro protocol
Nacos conformance protocol cp/ap/jraft/distro protocol
2022-07-07 15:22:00 【Grab】
Nacos Because we need to support the registration of multiple service types , And it can have the disaster recovery function of the computer room 、 Essential capabilities such as cluster expansion , Run simultaneously in a single cluster CP The protocol and AP Agreement two kinds of agreements . In the decision to use CP still AP⼀ Sexual time , Use ⼀ A broker , Forwarding through controllable rules .
current ⼀ Conformance protocol implementation ,⼀ It's based on Raft Of CP⼀ Sexual nature ,⼀ One is based on self-developed agreement Distro Of AP Uniformity .
Raft agreement
Nacosv1.x It's using Raft agreement ,v2.x Change it to JRaft agreement .Raft The agreement needs no more words , yes CP agreement , be based on Leader To write .
Distro agreement
Distro Agreement is Nacos Community self-developed ⼀ Kind of AP Distributed protocol , It is designed for temporary instances ⼀ Distributed protocol , It ensures that in some Nacos After node downtime , The whole temporary instance processing system can still work normally . Its data is stored in the cache , And full data synchronization will be carried out at startup , And conduct data verification regularly . Every Distro All nodes can receive read and write requests .
Distro The main design idea of the protocol is as follows :
- Nacos Each node is equal and can handle write requests , Synchronize new data to other nodes at the same time .
- Each node is only responsible for part of the data , Regularly send the verification value of your own data to other nodes to keep the data ⼀ Sexual nature .
- Each node handles read requests independently , Respond locally in a timely manner .
Distro How the protocol works :
- Data initialization , Newly added Distro The node will pull the full amount of data . The specific operation is to poll all Distro node , Pull the full amount of data by sending a request to other machines . After the full pull operation is completed ,Nacos All currently registered non persistent instance data are maintained on each machine .
- data verification , stay Distro After cluster startup , The heartbeat will be sent between the machines regularly for data verification . If the data of one machine is inconsistent with that of other machines , Then it will pull all the data to request to complete .
- Write operations , When a write request to register a non persistent instance hits a certain computer Nacos Server time , First by Filter Intercept , On request IP The port information is forwarded to the corresponding Distro Processing requests on the responsibility node .Distro The agreement will also be implemented regularly Sync Mission , Synchronize all the instance information of the local machine to other nodes .
- Read operations , Due to the full amount of data stored on each machine , So in every ⼀ In the first read operation ,Distro The machine will pull data directly from the local , Respond quickly .
Service registration found using AP agreement
To ensure availability , Try to ensure the service registration and discovery ability as much as possible, and can provide external services ,Nacos The service registration discovery of adopts the mechanism that heartbeat can automatically complete the service data compensation . If the data is lost , This mechanism can quickly compensate for data loss , And ensure final consistency .
Configuration management adopts CP agreement
The configuration data , Is directly in Nacos The server side creates and manages , You must ensure that most nodes have saved this configuration data before you can think that the configuration has been saved successfully . In order to avoid serious failure caused by missing configuration changes , Strong ⼀ Consensus algorithm , Ensure that most nodes in the cluster are strong ⼀ To .
Configuration center consistency protocol
Server Between the ⼀ Agreement on sex , Yes DB Pattern ( Read write separation architecture ),⼀ The core of consistence is Server And DB Keep the data ⼀ Sexual nature , To ensure that Server data ⼀ Cause .Server They are all equal , Write any data ⼀ individual Server, Priority persistence , After successful persistence, asynchronously notify other nodes to pull the latest configuration value from the database , And notify that the writing is successful .
Server Between the ⼀ Agreement on sex , nothing DB Pattern Server Inter use Raft Agreement guarantee data ⼀ Sexual nature .
SDK And Server Of ⼀ Agreement on sex , adopt MD5 Whether the value is ⼀ To realize , If you don't ⼀ To pull the latest value .
边栏推荐
- buffer overflow protection
- [deep learning] semantic segmentation experiment: UNET network /msrc2 dataset
- Pat grade a 1103 integer factorizatio
- Ctfshow, information collection: web10
- Introduction of mongod management database method
- PG basics -- Logical Structure Management (locking mechanism -- table lock)
- Jetson AGX Orin CANFD 使用
- 【數據挖掘】視覺模式挖掘:Hog特征+餘弦相似度/k-means聚類
- PAT 甲级 1103 Integer Factorizatio
- Oracle control file loss recovery archive mode method
猜你喜欢
2. 堆排序『较难理解的排序』
How to enable radius two factor / two factor (2fa) identity authentication for Anheng fortress machine
Novel Slot Detection: A Benchmark for Discovering Unknown Slot Types in the Dialogue System
IDA pro逆向工具寻找socket server的IP和port
银行需要搭建智能客服模块的中台能力,驱动全场景智能客服务升级
#HPDC智能基座人才发展峰会随笔
Ctfshow, information collection: web13
【搞船日记】【Shapr3D的STL格式转Gcode】
【深度学习】图像超分实验:SRCNN/FSRCNN
Bye, Dachang! I'm going to the factory today
随机推荐
Niuke real problem programming - Day9
Use cpolar to build a business website (2)
Oracle控制文件丢失恢复归档模式方法
Novel Slot Detection: A Benchmark for Discovering Unknown Slot Types in the Dialogue System
避坑:Sql中 in 和not in中有null值的情况说明
CTFshow,信息搜集:web1
buffer overflow protection
Classification of regression tests
Why do we use UTF-8 encoding?
What are the safest securities trading apps
CTFshow,信息搜集:web5
Niuke real problem programming - Day17
Niuke real problem programming - day16
Introduction of mongod management database method
【服务器数据恢复】某品牌StorageWorks服务器raid数据恢复案例
什么是数据泄露
TypeScript 发布 4.8 beta 版本
Nacos一致性协议 CP/AP/JRaft/Distro协议
MongoDB数据库基础知识整理
暑期安全很重要!应急安全教育走进幼儿园