当前位置:网站首页>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 .

边栏推荐
猜你喜欢

HDU1228 A + B(map映射)

Creation and use of unified links in Huawei applinking

Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)

Hdu1234 door opener and door closer (water question)

Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know
![[quick application] there are many words in the text component. How to solve the problem that the div style next to it will be stretched](/img/5c/b0030fd5fbc07eb94013f2699c2a04.png)
[quick application] there are many words in the text component. How to solve the problem that the div style next to it will be stretched

HDU1236 排名(结构体排序)

【深入浅出玩转FPGA学习5-----复位设计】

Flink two Open, implement Batch Lookup join (attached source)

Shell programming 01_ Shell foundation
随机推荐
LVM操作
LabVIEW为什么浮点数会丢失精度
Open the encrypted SQLite method with sqlcipher
V2X-Sim数据集(上海交大&纽约大学)
正则及常用公式
TIPC Cluster5
2022 love analysis · panoramic report of digital manufacturers of state-owned enterprises
【深入浅出玩转FPGA学习2----设计技巧(基本语法)】
二叉树专题--洛谷 P3884 [JLOI2009]二叉树问题(dfs求二叉树深度 bfs求二叉树宽度 dijkstra求最短路)
One trick to quickly realize custom application titlebar
Set the playback speed during the playback of UOB equipment
flink二開,實現了個 batch lookup join(附源碼)
一招快速实现自定义快应用titlebar
Luogu p1892 [boi2003] Gang (and search for variant anti set)
MySQL lethal serial question 4 -- are you familiar with MySQL logs?
计算序列之和
How to use ide to automatically sign and debug Hongmeng application
The most detailed MySQL installation tutorial
TIPC Getting Started6
Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)