CN113949691A - ETCD-based virtual network address high-availability implementation method and system - Google Patents

ETCD-based virtual network address high-availability implementation method and system Download PDF

Info

Publication number
CN113949691A
CN113949691A CN202111203809.0A CN202111203809A CN113949691A CN 113949691 A CN113949691 A CN 113949691A CN 202111203809 A CN202111203809 A CN 202111203809A CN 113949691 A CN113949691 A CN 113949691A
Authority
CN
China
Prior art keywords
node
etcd
lease
key
master node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111203809.0A
Other languages
Chinese (zh)
Inventor
刘振宇
龚溪东
彭勇
申锟铠
刘文清
杨涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hunan Qilin Xin'an Technology Co Ltd
Original Assignee
Hunan Qilin Xin'an Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hunan Qilin Xin'an Technology Co Ltd filed Critical Hunan Qilin Xin'an Technology Co Ltd
Priority to CN202111203809.0A priority Critical patent/CN113949691A/en
Publication of CN113949691A publication Critical patent/CN113949691A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1034Reaction to server failures by a load balancer

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a realization method and a system for high availability of a virtual network address based on ETCD (electronic toll collection). by accessing each service node in a cluster system into the same ETCD distributed database cluster, each service node acquires a distributed lock through competition, the service node which successfully acquires the distributed lock becomes a main node, a specific key with a lease is created and written into the main node information, the lease of the specific key is subject to periodic lease renewal to keep the state of the main node, and simultaneously VIP (very important person) is configured on a network card of the service node; the slave nodes monitor the specific keys created by the master nodes based on the Watch mechanism of the ETCD, when the master nodes fail to cause the specific keys to fail, the ETCD informs the slave nodes, new master node election is triggered, master node switching is completed, and therefore VIP high availability is achieved.

Description

ETCD-based virtual network address high-availability implementation method and system
Technical Field
The invention relates to the technical field of computers, in particular to a virtual network address high-availability implementation method and system based on ETCD.
Background
A virtual network address (VIP), which is an IP address not bound to a specific computer or a specific network card of a specific computer, can be dynamically mapped to different computers or computer network cards in an internal network, and is generally used to implement redundancy of connections, i.e., high availability.
At present, the realization of the high availability of the VIP is mostly realized by using traditional cluster service software such as keepalive or placemaker, however, the software is more biased to heavy application, depends more, is more applied to high-availability scenes of system services, and is more complex to use and maintain.
The ETCD is a high-availability and strong-consistency distributed key value database, adopts a Raft consistency algorithm, is mainly used for reliable and fast persistent storage and access of key data, can realize reliable distributed cooperation through mechanisms such as a distributed lock and a Watch, and has the characteristics of high availability, light weight, easy deployment and use and quick response. However, in the prior art, no research is related to the realization of high availability of virtual network addresses based on the ETCD.
In view of the above, it is necessary to introduce a new implementation method and system for realizing high availability of virtual network addresses based on the ETCD to solve the above technical problems.
Disclosure of Invention
The invention mainly aims to provide a method and a system for realizing high availability of a virtual network address based on ETCD (electronic toll collection), which reduce the possibility of simultaneous failure and ensure the high availability of the virtual network address on the premise of not sharing the same set of cluster service software.
In order to achieve the above object, the present invention provides a method for implementing high availability of a virtual network address based on an etc, including:
step S0, configuring each service node to access to the same ETCD distributed database cluster;
step S1, each service node competes for acquiring the distributed lock in a concurrent competition mode, the service node acquiring the distributed lock is used as a master node of a virtual network address, and the rest service nodes not acquiring the distributed lock are used as slave nodes;
step S2, the main node creates a key with a lease in the ETCD distributed database cluster, writes the actual IP address of the main node and the host information into the key with the lease, and then configures the VIP to the main node network card;
step S3, the main node renews the lease-bearing key periodically;
step S4, the slave node monitors whether the master node fails or not based on the Watch mechanism of the ETCD;
and step S5, when the master node fails due to the fault of the master node, the ETCD informs each slave node, and returns to the step S1 to determine a new master node.
Further, step S31 is included, where each slave node acquires the key with the lease by listening to acquire the information of the master node and complete the election of the master node.
Further, the step S4 includes: and the slave node monitors the key with the lease based on a Watch mechanism of the ETCD and judges whether the master node fails.
Further, the step of monitoring the lease key by the slave node based on the fetch mechanism of the ETCD and judging whether the master node fails includes: when the main node fails, the main node cannot periodically renew the lease-carrying key, the lease-carrying key expires and is expired, the ETCD informs all slave nodes monitoring the lease-carrying key, and the slave nodes receive the expiration notice so as to judge that the main node is in an expiration state.
Further, the step S1 includes:
each service node competes for acquiring the distributed lock in a concurrent competition mode;
judging whether the current service node obtains a distributed lock;
if yes, taking the service node which obtains the distributed lock as a main node of the VIP, and entering the step S2;
if not, the current serving node is determined to be the slave node, and the process proceeds to step S4.
Further, the step S5 further includes: the ETCD distributed database cluster sends the notification of the lease-on-key failure to the slave nodes.
The invention also discloses an ETCD-based high-availability implementation system for the virtual network address, which comprises all service nodes accessed into the same ETCD distributed database cluster; wherein, the realization system comprises:
the master node election module is used for obtaining the distributed lock by each service node through competition in a concurrent competition mode, using the service node obtaining the distributed lock as a master node of a virtual network address, and using the rest service nodes not obtaining the distributed lock as slave nodes; the system comprises a main node, an ETCD distributed database cluster, a network card and a virtual IP address, wherein the main node is used for controlling the main node to create a key with a lease in the ETCD distributed database cluster, writing the actual IP address of the main node and host information into the key with the lease and configuring VIP to the network card of the main node; and the system is used for controlling the main node to periodically renew the lease-carrying key so as to keep the online state of the main node;
the monitoring module is used for controlling the slave node to monitor whether the master node fails or not based on a Watch mechanism of the ETCD;
and the master node switching module is used for informing the master node election module to determine a new master node when the master node fails.
Further, the master node election module is further configured to control each slave node to acquire the lease key in a monitoring manner, so as to acquire information of the master node and complete election of the master node.
Furthermore, the monitoring module is further configured to control the slave node to monitor the lease-carrying key based on a fetch mechanism of the ETCD, and determine whether the master node fails.
The technical scheme of the invention realizes the high availability of the VIP based on the distributed lock and the Watch mechanism of the ETCD. Each service node in the cluster system is accessed into the same ETCD distributed database cluster, the distributed locks are acquired through competition among the service nodes, the service nodes which successfully acquire the distributed locks become main nodes, special keys with leases are created and written into the main node information, the leases of the special keys are periodically renewed to keep the state of the main nodes, and meanwhile, VIP is configured on a network card of the service node; the slave nodes monitor the specific keys created by the master nodes based on the Watch mechanism, when the master nodes fail to cause the specific keys to fail, the ETCD informs the nodes, new master node election is triggered, master node switching is completed, and therefore VIP high availability is achieved. The VIP height can be realized based on ETCD, compared with the traditional cluster service software, the method has the characteristics of light weight, simplicity in deployment, operation and maintenance and rapidness in response, and meanwhile, the VIP height can be separated from the service height, the same set of cluster service software is not shared, and the possibility of simultaneous failures is reduced.
Drawings
Fig. 1 is a flowchart of a method for implementing high availability of virtual network addresses based on an etc in an embodiment of the present invention;
fig. 2 is a schematic network structure diagram of an implementation system with high availability of virtual network addresses based on an ETCD according to an embodiment of the present invention;
the objects, features and advantages of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
Referring to fig. 1-2, in order to achieve the above object, an embodiment of the invention provides a method and a system for implementing high availability of virtual network addresses based on an ETCD.
The ETCD-based implementation method for high availability of the virtual network address comprises the following steps:
and step S0, configuring each service node to access the same ETCD distributed database cluster. Specifically, the ETCD uses a Raft algorithm to keep strong consistency of data, the stored data are necessarily consistent globally, and the distributed lock based on the realization can be suitable for master node election, specifically refer to steps S1-S3.
Step S1, the service nodes compete to acquire the distributed lock in a concurrent competition manner, the service node that acquires the distributed lock is used as a master node of the VIP, and the rest of the service nodes that do not acquire the distributed lock are used as slave nodes of the VIP.
Step S2, the master node creates a lease-equipped key in the ETCD distributed database cluster, writes the actual IP address of the master node and the host information into the lease-equipped key, and then configures the VIP to the master node network card.
Step S3, the lease-equipped key is renewed periodically by the master node.
Specifically, the step S1 specifically includes:
each service node competes for acquiring the distributed lock in a concurrent competition mode;
judging whether the current service node obtains a distributed lock;
if yes, the service node which obtains the distributed lock is taken as a main node of a virtual network address, and the step S2 is carried out;
if not, the current serving node is determined to be the slave node, and the process proceeds to step S4.
The step S3 is followed by: further, step S31 is included, where each slave node acquires the key with the lease by listening to acquire the information of the master node and complete the election of the master node.
And step S4, the slave node monitors whether the master node fails or not based on the watch mechanism of the ETCD distributed database cluster.
Specifically, the step S4 includes: and monitoring the key with the lease based on the fetch mechanism of the ETCD, and judging whether the main node fails.
Preferably, in a preferred embodiment, the step of determining whether the master node fails according to the information of the master node includes: and acquiring the key with the lease according to the information of the main node, and judging whether the key with the lease is invalid or not so as to determine that the main node is invalid.
Specifically, when the master node fails, the lease key/lock/vip is deleted due to expiration failure; the step of acquiring the lease key according to the information of the master node, judging whether the lease key fails or not to determine the failure of the master node, and the step of monitoring the lease key by the slave node based on a fetch mechanism of the ETCD to judge whether the master node fails or not includes: when the main node fails, the main node cannot periodically renew the lease-carrying key, the lease-carrying key expires and is invalid, the ETCD knows all slave nodes monitoring the lease-carrying key, and the slave nodes receive an invalid notification to judge that the main node is in an invalid state.
And step S5, when the master node fails due to the fault of the master node, the ETCD informs each slave node, and returns to the step S1 to determine a new master node.
Further, the step S5 further includes: and the ETCD distributed database cluster sends the notification of the failure of the main node to each service node.
The invention also discloses an ETCD-based high-availability implementation system for the virtual network address, which comprises all service nodes accessed into the same ETCD distributed database cluster; wherein, the realization system comprises: the system comprises a main node election module, a monitoring module and a main node switching module.
The master node election module is used for obtaining the distributed lock by each service node through competition in a concurrent competition mode, using the service node obtaining the distributed lock as a master node of a virtual network address, and using the rest service nodes not obtaining the distributed lock as slave nodes; the system comprises a main node, an ETCD distributed database cluster, a network card and a virtual IP address, wherein the main node is used for controlling the main node to create a key with a lease in the ETCD distributed database cluster, writing the actual IP address of the main node and host information into the key with the lease and configuring VIP to the network card of the main node; and the system is used for controlling the main node to periodically renew the lease-carrying key and keeping the online state of the main node. Specifically, ETCD uses the Raft algorithm to keep the strong consistency of data, the stored data are necessarily consistent globally, and the distributed lock based on the realization can be suitable for the election of the main node.
Further, specifically, the master node election module is further configured to:
each service node competes for acquiring the distributed lock in a concurrent competition mode;
judging whether the current service node obtains a distributed lock;
if yes, taking the service node of the distributed lock as a main node of a virtual network address, and continuing to perform the election configuration step;
if not, the current service node is determined as the slave node, and the monitoring step is carried out.
The master node election module is further configured to control each slave node to acquire the key with the lease in a monitoring manner, so as to acquire information of the master node and complete election of the master node.
The monitoring module is used for controlling the slave node to monitor whether the master node fails or not based on a fetch mechanism of the ETCD.
And the master node switching module is used for informing the master node election module to determine a new master node when the master node fails. Further, the master node switching module is further configured to control the ETCD distributed database cluster to send the notification that the master node is invalid to each slave node.
Preferably, in a preferred embodiment, the monitoring, by the slave node, whether the master node fails based on the fetch mechanism of the ETCD includes: and the slave node monitors the key with the lease based on a Watch mechanism of the ETCD and judges whether the master node fails.
Further, the master node election module is further configured to control each slave node to acquire the lease key in a monitoring manner, so as to acquire information of the master node and complete election of the master node.
The technical scheme of the invention realizes the high availability of the VIP based on the distributed lock and the Watch mechanism of the ETCD. Each service node in the cluster system is accessed into the same ETCD distributed database cluster, the distributed locks are acquired through competition among the service nodes, the service nodes which successfully acquire the distributed locks become main nodes, special keys with leases are created and written into the main node information, the leases of the special keys are periodically renewed to keep the state of the main nodes, and meanwhile, VIP is configured on a network card of the service node; the slave nodes monitor the specific keys created by the master nodes based on the Watch mechanism, when the master nodes fail to cause the specific keys to fail, the ETCD informs the nodes, new master node election is triggered, master node switching is completed, and therefore VIP high availability is achieved. The VIP height can be realized based on ETCD, compared with the traditional cluster service software, the method has the characteristics of light weight, simplicity in deployment, operation and maintenance and rapidness in response, and meanwhile, the VIP height can be separated from the service height, the same set of cluster service software is not shared, and the possibility of simultaneous failures is reduced.
In the description herein, references to the description of the term "one embodiment," "another embodiment," or "first through xth embodiments," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, method steps, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A realization method for high availability of virtual network addresses based on ETCD is characterized by comprising the following steps:
step S0, configuring each service node to access to the same ETCD distributed database cluster;
step S1, each service node competes for acquiring the distributed lock in a concurrent competition mode, the service node acquiring the distributed lock is used as a master node of a virtual network address, and the rest service nodes not acquiring the distributed lock are used as slave nodes;
step S2, the main node creates a key with a lease in the ETCD distributed database cluster, writes the actual IP address of the main node and the host information into the key with the lease, and then configures the virtual network address to the main node network card;
step S3, the main node renews the lease-bearing key periodically;
step S4, the slave node monitors whether the master node fails or not based on the Watch mechanism of the ETCD;
and step S5, when the master node fails due to the fault of the master node, the ETCD informs each slave node, and returns to the step S1 to determine a new master node.
2. The method according to claim 1, further comprising step S31, wherein the slave node obtains the lease key by listening to obtain the information of the master node and complete the election of the master node.
3. The method according to claim 1, wherein the step S4 includes: and the slave node monitors the key with the lease based on a Watch mechanism of the ETCD and judges whether the master node fails.
4. The method according to claim 3, wherein the step of the slave node monitoring the lease key based on the fetch mechanism of the ETCD and determining whether the master node fails comprises: when the main node fails, the main node cannot periodically renew the lease-carrying key, the lease-carrying key expires and is expired, the ETCD informs all slave nodes monitoring the lease-carrying key, and the slave nodes receive the expiration notice so as to judge that the main node is in an expiration state.
5. The method according to claim 1, wherein the step S1 includes:
each service node competes for acquiring the distributed lock in a concurrent competition mode;
judging whether the current service node obtains a distributed lock;
if yes, the service node which obtains the distributed lock is taken as a main node of a virtual network address, and the step S2 is carried out;
if not, the current serving node is determined to be the slave node, and the process proceeds to step S4.
6. The method according to any of claims 1-5, wherein the step S5 further comprises: the ETCD distributed database cluster sends the notification of the lease-on-key failure to the slave nodes.
7. A high-availability realization system of virtual network addresses based on ETCD is characterized by comprising service nodes accessed in the same ETCD distributed database cluster; wherein, the realization system comprises:
the master node election module is used for obtaining the distributed lock by each service node through competition in a concurrent competition mode, using the service node obtaining the distributed lock as a master node of a virtual network address, and using the rest service nodes not obtaining the distributed lock as slave nodes; the system comprises a main node, an ETCD distributed database cluster, a virtual network address and a network card, wherein the main node is used for controlling the main node to create a key with a lease in the ETCD distributed database cluster, writing an actual IP address and host information of the main node into the key with the lease and configuring the virtual network address onto the network card of the main node; and the system is used for controlling the main node to periodically renew the lease-carrying key so as to keep the online state of the main node;
the monitoring module is used for controlling the slave node to monitor whether the master node fails or not based on a Watch mechanism of the ETCD;
and the master node switching module is used for informing the master node election module to determine a new master node when the master node fails.
8. The system according to claim 7, wherein the master node election module is further configured to control each slave node to obtain the lease key by listening to obtain information about the master node and complete the master node election.
9. The system according to claim 7, wherein the monitoring module is further configured to control the slave node to monitor the lease key based on a Watch mechanism of the ETCD to determine whether the master node fails.
CN202111203809.0A 2021-10-15 2021-10-15 ETCD-based virtual network address high-availability implementation method and system Pending CN113949691A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111203809.0A CN113949691A (en) 2021-10-15 2021-10-15 ETCD-based virtual network address high-availability implementation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111203809.0A CN113949691A (en) 2021-10-15 2021-10-15 ETCD-based virtual network address high-availability implementation method and system

Publications (1)

Publication Number Publication Date
CN113949691A true CN113949691A (en) 2022-01-18

Family

ID=79330628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111203809.0A Pending CN113949691A (en) 2021-10-15 2021-10-15 ETCD-based virtual network address high-availability implementation method and system

Country Status (1)

Country Link
CN (1) CN113949691A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114584458A (en) * 2022-03-03 2022-06-03 平安科技(深圳)有限公司 Cluster disaster recovery management method, system, equipment and storage medium based on ETCD
CN115421971A (en) * 2022-08-16 2022-12-02 江苏安超云软件有限公司 ETCD disaster recovery backup fault recovery method and application
CN116405509A (en) * 2023-06-09 2023-07-07 深圳前海环融联易信息科技服务有限公司 Distributed monitoring method, computer equipment and storage medium thereof
CN116938881A (en) * 2023-09-18 2023-10-24 深圳创新科技术有限公司 Method, system, equipment and readable storage medium for realizing dynamic IP pool

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101196A (en) * 2018-08-14 2018-12-28 北京奇虎科技有限公司 Host node switching method, device, electronic equipment and computer storage medium
CN109639794A (en) * 2018-12-10 2019-04-16 杭州数梦工场科技有限公司 A kind of stateful cluster recovery method, apparatus, equipment and readable storage medium storing program for executing
CN110764915A (en) * 2019-10-29 2020-02-07 西安邮电大学 Optimization method for kubernetes main node selection
CN112367214A (en) * 2020-10-12 2021-02-12 成都精灵云科技有限公司 Method for rapidly detecting and switching main node based on etcd
CN112491606A (en) * 2020-11-20 2021-03-12 湖南麒麟信安科技股份有限公司 Method for automatically deploying high-availability cluster of service system based on infrastructure

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101196A (en) * 2018-08-14 2018-12-28 北京奇虎科技有限公司 Host node switching method, device, electronic equipment and computer storage medium
CN109639794A (en) * 2018-12-10 2019-04-16 杭州数梦工场科技有限公司 A kind of stateful cluster recovery method, apparatus, equipment and readable storage medium storing program for executing
CN110764915A (en) * 2019-10-29 2020-02-07 西安邮电大学 Optimization method for kubernetes main node selection
CN112367214A (en) * 2020-10-12 2021-02-12 成都精灵云科技有限公司 Method for rapidly detecting and switching main node based on etcd
CN112491606A (en) * 2020-11-20 2021-03-12 湖南麒麟信安科技股份有限公司 Method for automatically deploying high-availability cluster of service system based on infrastructure

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
爱情小傻蛋: "分布式锁的最佳实践之:基于 Etcd 的分布式锁", pages 5, Retrieved from the Internet <URL:https://www.jianshu.com/p/8a4dc6d900cf> *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114584458A (en) * 2022-03-03 2022-06-03 平安科技(深圳)有限公司 Cluster disaster recovery management method, system, equipment and storage medium based on ETCD
CN115421971A (en) * 2022-08-16 2022-12-02 江苏安超云软件有限公司 ETCD disaster recovery backup fault recovery method and application
CN116405509A (en) * 2023-06-09 2023-07-07 深圳前海环融联易信息科技服务有限公司 Distributed monitoring method, computer equipment and storage medium thereof
CN116405509B (en) * 2023-06-09 2023-09-01 深圳前海环融联易信息科技服务有限公司 Distributed monitoring method, computer equipment and storage medium thereof
CN116938881A (en) * 2023-09-18 2023-10-24 深圳创新科技术有限公司 Method, system, equipment and readable storage medium for realizing dynamic IP pool
CN116938881B (en) * 2023-09-18 2024-02-09 深圳创新科技术有限公司 Method, system, equipment and readable storage medium for realizing dynamic IP pool

Similar Documents

Publication Publication Date Title
CN113949691A (en) ETCD-based virtual network address high-availability implementation method and system
US11570255B2 (en) SMB2 scaleout
US7496646B2 (en) System and method for management of a storage area network
US7870235B2 (en) Highly scalable and highly available cluster system management scheme
EP2648114B1 (en) Method, system, token conreoller and memory database for implementing distribute-type main memory database system
US6314526B1 (en) Resource group quorum scheme for highly scalable and highly available cluster system management
US8671151B2 (en) Maintaining item-to-node mapping information in a distributed system
CN109005045B (en) Main/standby service system and main node fault recovery method
US20040254984A1 (en) System and method for coordinating cluster serviceability updates over distributed consensus within a distributed data system cluster
US20070112812A1 (en) System and method for writing data to a directory
CN111858097A (en) Distributed database system and database access method
CN111200532A (en) Method, device, equipment and medium for master-slave switching of database cluster node
CN102640108A (en) Monitoring of replicated data instances
CN102656565A (en) Failover and recovery for replicated data instances
CN109618000A (en) Master-slave switching method, device, system and the server of load balancing service
CN107168970A (en) A kind of distributed file system HDFS management method, apparatus and system
US20020161955A1 (en) Atomic ownership change operation for input/output (I/O) bridge device in clustered computer system
WO2003054711A9 (en) A system and method for management of a storage area network
US7590985B1 (en) Cluster inter-process communication transport
CN114363350B (en) Service management system and method
US20170344313A1 (en) Storage system and control method therefor
JP2002149459A (en) Redundant database management and retrieval system
US20070106691A1 (en) System and method for efficient directory performance using non-persistent storage
JP3848290B2 (en) Name resolution method when taking over computer name, cluster server computer, and cluster service program
US7606811B1 (en) Methods and apparatus for synchronizing information

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination