当前位置:网站首页>TIPC Cluster5
TIPC Cluster5
2022-07-02 11:08:00 【Cheng Gouzi walking in the clouds】
Link
TIPC cluster It consists of nodes interconnected by links . Nodes can be physical processors 、 Virtual machine or network namespace , for example , With Docker The form of the container . The link constitutes a reliable packet transmission service , Sometimes called “L2.5” Data link layer .
1、 It ensures the transmission and sequencing of all packets .
2、 It acts as a relay for connections between nodes , And track these connections .
3、 When all contacts with peer nodes are lost , All sockets connected to this peer node will be notified , So that they can disconnect .
4、 Each endpoint tracks the address binding of the peer node in the local copy of the binding table .
5、 When the contact with the peer node is lost , All bindings from this peer node will be cleared , And send service tracking events to all matching subscribers .
1、 When there is no regular packet communication , Every link goes through probing/heartbeats Conduct active monitoring .
2、 The fault detection tolerance can be configured as 50 ms To 30 second ,- The default setting is 1.5 second .
3、 For performance and redundancy reasons , Each node pair can establish two links on a separate network interface .
4、 Link pairs can be configured as load sharing or active standby .
5、 If a link fails , Then the remaining links ( If any ) Perform interference free failover .Cluster Membership
One cluster have 32 position cluster identification , It decided cluster Set up .
1、 If you need anything different from the default ( for example , If there are multiple clusters on the same subnet ), Then the user can assign a cluster ID .
2、 All nodes using the same cluster ID will be linked .
3、 Neighbors found through UDP Multicast or L2 radio broadcast ( If available ) perform .
4、 If there is a lack of broadcasting in the infrastructure / Multicast support , Can be configured explicitly IP Address execution discovery
Each node has a cluster Unique node ID .1、 stay Linux 4.17 In the previous version , This is a 32 Structured address of bit , Must be set by the user .
2、 In later versions , It's a 128 Bit fields , No internal structure or restrictions .
3、 By default , This identification is based on MAC or IP Address settings .
4、 It can also be set by the user , for example , Based on hostname or UUID.
5、 Identification is internally hashed as a guarantee of uniqueness 32 Bit node address , This address becomes the node address used by the Protocol .
6、 These two identification formats are compatible , It can be used in the same cluster .Cluster Scalability
since Linux 4.7 since ,TIPC Provides a unique 、 Patent pending 、 Automatic adaptive hierarchical neighbor monitoring algorithm . This makes it possible to build the most 1000 A complete grid cluster of nodes is possible , The fault discovery time is 1.5 second , In smaller clusters , It can shorten a lot .
边栏推荐
- Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)
- 【AGC】如何解决事件分析数据本地和AGC面板中显示不一致的问题?
- V2x SIM dataset (Shanghai Jiaotong University & New York University)
- Summary of cases of players' disconnection and reconnection in Huawei online battle service
- Special topic of binary tree -- acwing 19 The next node of the binary tree (find the successor of the node in the tree)
- 【深入浅出玩转FPGA学习3-----基本语法】
- [play with FPGA learning 2 in simple terms ----- design skills (basic grammar)]
- Analysis of hot spots in AI technology industry
- Matlab processing of distance measurement of experimental electron microscope
- 二叉树专题--AcWing 1589. 构建二叉搜索树
猜你喜欢
【深入浅出玩转FPGA学习4----漫谈状态机设计】
Flick two open, realized a batch lookup join (with source code)
QT学习日记7——QMainWindow
Open the encrypted SQLite method with sqlcipher
How to use ide to automatically sign and debug Hongmeng application
The URL in the RTSP setup header of the axis device cannot take a parameter
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)
TIPC Cluster5
Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)
QT learning diary 8 - resource file addition
随机推荐
Hdu1234 door opener and door closer (water question)
MySQL environment configuration
Hdu1228 a + B (map mapping)
JSP webshell free -- the basis of JSP
PCL extracts a subset from a point cloud
Filtering of PCL
Huawei game failed to initialize init with error code 907135000
二叉树专题--AcWing 19. 二叉树的下一个节点(找树中节点的后继)
PCL point cloud to depth image
JSP webshell free -- webshell free
How to transfer event objects and user-defined parameters simultaneously in Huawei express applications
TIPC Getting Started6
static 函数中的静态变量
How does the whole network display IP ownership?
[quick application] win7 system cannot run and debug projects using Huawei ide
The most detailed MySQL installation tutorial
使用华为性能管理服务,按需配置采样率
华为游戏初始化init失败,返回错误码907135000
如何使用IDE自动签名调试鸿蒙应用
Matlab processing of distance measurement of experimental electron microscope