CN109788012B - Health examination method and device, health examination control method and controller - Google Patents

Health examination method and device, health examination control method and controller Download PDF

Info

Publication number
CN109788012B
CN109788012B CN201711120112.0A CN201711120112A CN109788012B CN 109788012 B CN109788012 B CN 109788012B CN 201711120112 A CN201711120112 A CN 201711120112A CN 109788012 B CN109788012 B CN 109788012B
Authority
CN
China
Prior art keywords
health
examination
cluster
devices
health check
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.)
Active
Application number
CN201711120112.0A
Other languages
Chinese (zh)
Other versions
CN109788012A (en
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201711120112.0A priority Critical patent/CN109788012B/en
Publication of CN109788012A publication Critical patent/CN109788012A/en
Application granted granted Critical
Publication of CN109788012B publication Critical patent/CN109788012B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

A health check method and device, a health check control method and a controller, wherein the health check method comprises the following steps: the health examination device in the cluster determines an examination object according to an examination task issued by the health examination controller, and synchronizes the health examination result to other health examination devices after the health examination of the examination object. The health examination control method includes: the health check controller assigns the health check devices available in the cluster to check objects, and indicates the assigned check objects by issuing check tasks to the health check devices, wherein the check objects assigned to different health check devices are different. The application also provides a corresponding device and a controller. The method and the device solve the problem of redundancy of health examination, and have good disaster tolerance.

Description

Health examination method and device, health examination control method and controller
Technical Field
The present invention relates to computer technology, and more particularly, to a health check method and apparatus, a health check control method, and a controller.
Background
Cloud computing is built on a large network, and messages need to be communicated with a wide area network through an internal network. Load Balance (LB) is a necessary service, LB is a technology for balancing access traffic of a client to a plurality of back-end servers (RS), and RS is a cloud host in a cloud computing environment. LB provides load balancing function for the incoming and outgoing flow, and at the same time needs Health Check (HC) for RS. The HC detects the server software of the client running on the cloud host, adjusts the message forwarding rule according to the detection result, timely eliminates unhealthy back-end services, and ensures the availability of the whole service.
In the related art, an LB node (which may also be referred to as an LB server) running a load balancing service is generally deployed as a distributed cluster, and a health check is implemented by an HC device thereon, which may be implemented by using an HC component deployed on the LB node.
The related art realizes the health check mode including:
the first way, independent health examination.
Each LB node in the cluster runs an HC device for performing health check on all RSs independently, and the LB node adjusts the load balancing policy according to the local check result, as shown in fig. 1.
When the method is adopted, because each LB node independently performs health check, the check task of each node is the same, calculation and network resources are wasted, and meanwhile, the capacity and the expansibility cannot meet the continuous growth of services, because the service capacity depends on the resources of a single LB node, the increased nodes cannot expand the capacity. If the health check service of the HC device of a certain LB node goes wrong, the forwarding strategy of the LB where it is located is directly affected, and disaster tolerance is not possible.
Mode two, centralize the health check.
All health checks are performed on a certain HC node (or called health check center), the HC node synchronizes the check results to each LB node in the cluster, and the LB node adjusts the load balancing policy according to the remote check results, as shown in fig. 2.
When the method is adopted, because health check is carried out on the centralized HC node, the problems of redundancy and repetition of check are solved, one RS is checked only once, but because the health check is carried out on one HC node, the disaster tolerance is poor. In addition, the detection result needs to be synchronized from the HC center to the LB, and the delay of this synchronization may cause a scheduling policy that cannot adjust load balancing in time. Moreover, since the HC node is set independently of the LB node, the network path (HC < - > RS) for checking traffic is different from the network path (LB < - > RS) for actual traffic, and the checking result may be different from the detection result when the independent health check method is adopted.
Disclosure of Invention
The embodiment of the invention provides a health examination method, which comprises the following steps:
the health examination devices in the cluster determine examination objects according to examination tasks issued by a health examination controller, wherein the examination objects of different health examination devices in the cluster are different;
the health examination device carries out health examination on the examination object;
the health check device synchronizes the results of the health check to the other health check devices in the cluster.
An embodiment of the present invention further provides a health check device, including:
the health examination module is used for determining an examination object according to an examination task issued by the health examination controller and carrying out health examination on the examination object;
a result synchronization module for synchronizing results of the health check to other health check devices of the cluster;
wherein the examination objects of different health examination devices in the cluster are different.
The embodiment of the invention also provides a health check device, which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the processing of the health check method when executing the computer program.
The scheme of the embodiment of the invention adopts a distributed health examination mode, different health examination devices carry out health examination on different examination objects, the health examination results are mutually synchronous, the redundancy problem is solved, and the disaster tolerance is good.
The embodiment of the invention provides a health examination control method, which comprises the following steps:
the health check controller allocates check objects for the available health check devices in the cluster, and allocates the check objects to different health check devices in the cluster differently;
the health check controller issues check tasks, in which assigned check objects are indicated, to the available health check devices, respectively.
An embodiment of the present invention further provides a health check controller, including:
the task allocation module is used for allocating inspection objects to the available health inspection devices in the cluster, and the inspection objects allocated to different health inspection devices in the cluster are different;
and the task issuing module is used for respectively issuing an inspection task to the available health inspection devices, and indicating the allocated inspection object in the inspection task.
The embodiment of the invention also provides a health check controller, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the processing of the health check control method when executing the computer program.
In the above scheme of the embodiment of the invention, the health check controller controls different health check devices to perform health check on different check objects, so that the problem of redundancy is solved, and the disaster tolerance is good.
Drawings
FIG. 1 is a schematic diagram of an architecture of a standalone health check approach in the related art;
FIG. 2 is a schematic diagram of a centralized health check method in the related art;
FIG. 3 is a flow chart of a health check method according to a first embodiment of the present invention;
FIG. 4 is a block diagram of an HC device according to a first embodiment of the present invention;
FIG. 5 is a flowchart of a health check control method according to a second embodiment of the present invention;
fig. 6 is a block diagram of an HC controller according to a second embodiment of the invention;
fig. 7 is a schematic structural diagram of an example of health check according to a fourth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
Example one
The system for health examination of the embodiment comprises an HC controller and HC devices in a cluster, wherein the HC controller is responsible for health examination control, allocates examination objects for the HC devices in the cluster and issues examination tasks; the HC means performs a health check according to the check task, and synchronizes the check results with each other.
As shown in fig. 3, the health check method executed by the HC apparatus of the present embodiment includes:
110, determining an inspection object by HC devices in a cluster according to an inspection task issued by an HC controller, wherein the inspection objects of different HC devices in the cluster are different;
step 120, the health examination device carries out health examination on the examination object;
the HC device synchronizes the results of the HC to other HC devices in the cluster, step 130.
In this embodiment, when the HC apparatus performs the health check, it may periodically check whether the service is available to the RS according to the configuration information. For example, when TCP health check is performed, a connection request is initiated to the target port, such as connection success, health check is determined to pass, such as connection no response, health check is determined to timeout, such as connection rejection, and health check failure is determined.
In this embodiment, the health check device synchronizes the health check result to other health check devices in the cluster, which may be directly sending the health check result to other health check devices in the cluster; it is also possible that the results of the health check are sent to the health check controller, which forwards them to the other health check devices in the cluster.
The present embodiment also provides a health check apparatus, as shown in fig. 4, including:
the health examination module 10 is used for determining an examination object according to an examination task issued by the health examination controller and carrying out health examination on the examination object;
a result synchronization module 20 for synchronizing the results of the health check to the other health check devices of the cluster; wherein the examination objects of different health examination devices in the cluster are different.
In this embodiment, the cluster is a load balancing cluster composed of load balancing nodes, the health inspection device is disposed on the load balancing nodes, and the inspection object is a back-end server.
In this embodiment, the load balancing clusters are formed by load balancing nodes arranged in the same network segment or the same network switch, and at this time, network paths from each LB node to the RS are consistent.
In this embodiment, the synchronizing the health examination result to other health examination devices in the cluster by the result synchronizing module includes: the health check device sending the results of the health check directly to the other health check devices in the cluster; alternatively, the health check device sends the result of the health check to the health check controller, which forwards it to the other health check devices in the cluster.
The embodiment also provides a health check device, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor can realize any processing of the method when executing the computer program.
The present embodiment also provides a computer-readable storage medium, on which a computer program is stored, wherein the computer program, when executed by the processor, can implement any process of the method of the present embodiment.
Although this embodiment is an LB cluster as an example, the present application is not limited to this, and the schemes in this embodiment and other embodiments of the present application may be adopted in a scenario where there are a plurality of HC devices in a cluster for performing health check on a plurality of inspection targets.
Example two
As shown in fig. 5, the health check control method executed by the HC controller of the present embodiment includes:
step 210, the HC controller allocates inspection objects to the available HC devices in the cluster, and allocates inspection objects to different HC devices in the cluster differently;
in step 220, the HC controller issues inspection tasks to the available HC devices, respectively, and indicates the assigned inspection targets in the inspection tasks.
In this embodiment, the HC controller is responsible for managing HC devices in the cluster, and when detecting that an available health check device in the cluster changes, reallocates a check object for the currently available health check device, and issues a new check task to the currently available health check device respectively according to the result of reallocation. The change of the HC device may be caused by various conditions, such as the HC device being on-line, the HC device being off-line, an abnormality occurring in the HC device, and so on. When an HC device is brought online, it is necessary to reduce the number of objects to be inspected of the existing HC device and distribute the objects to the newly brought-online HC device. When an HC device goes offline, it is necessary to allocate the inspection object originally allocated to the offline HC device to another online HC device.
In the present embodiment, the HC controller determines whether the HC device is available by heartbeat detection of the HC device. The HC controller is connected with HC devices in the cluster, the heartbeat is maintained, the HC devices with normal heartbeat are marked as active, the HC controller is available, and only the available HC devices are issued with the checking task.
In this embodiment, the HC controller may obtain information of all the inspection objects and information of HC devices in the cluster from the configuration information or through interaction with other devices, and allocate all the inspection objects to each available HC device by using an average allocation principle according to the number of the inspection objects and the number of available HC devices, where the inspection objects allocated to different HC devices are different. However, the present application is not limited to this, and if the resources of the HC devices in the cluster are different, the allocation may be made according to the amount of the resources, for example, more examination targets may be allocated to HC devices with more resources, and less examination targets may be allocated to HC devices with less resources.
The present embodiment further provides a health check controller, as shown in fig. 6, including:
a task allocation module 50, configured to allocate inspection objects to available health inspection devices in a cluster, where the inspection objects allocated to different health inspection devices in the cluster are different;
a task issuing module 60, configured to issue an inspection task to the available health inspection devices, respectively, where the assigned inspection object is indicated.
In the present embodiment, the first and second electrodes are,
the health check controller further comprises: a state detection module, configured to detect a state of a health check device in the cluster, and determine whether a health check device available in the cluster changes;
and the task allocation module reallocates the inspection objects for the currently available health inspection devices when the state detection module determines that the available health inspection devices in the cluster are changed, and respectively issues new inspection tasks to the currently available health inspection devices through the task issuing module.
In the present embodiment, the first and second electrodes are,
the cluster is a load balancing cluster formed by load balancing nodes arranged in the same network segment or the same network switch, the available health examination device in the cluster is arranged on the load balancing nodes, and the examination object is a back-end server.
The present embodiment also provides a health check controller, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor can implement any processing of the method of the present embodiment when executing the computer program.
The present embodiment also provides a computer-readable storage medium, on which a computer program is stored, wherein the computer program, when executed by the processor, can implement any process of the method of the present embodiment.
EXAMPLE III
The embodiment provides a health check system, which comprises HC devices in a cluster and an HC controller, wherein the HC devices adopt the HC devices in the first embodiment, and the HC controller adopts the HC controller in the second embodiment.
The distributed health check scheme of the embodiment has the following technical effects:
1) the HC controller is added, the HC controller intelligently distributes the inspection tasks, and different HC devices inspect different inspection objects, so that the redundancy problem is solved, and the calculation and network resources are not wasted. The capacity of health examination is improved by times. Meanwhile, the capacity can be expanded by adding the HC device, and the continuous increase of services is met. Has the characteristics of large capacity and high availability.
2) Since each HC device only performs health check on a part of the RSs which need health check, when a certain HC device has a problem, if the check cannot be performed or the check result is wrong, the influence range is reduced to 1/n of the original value, and n is the number of the HC devices. Moreover, the service can be quickly recovered through the re-distribution task of the HC controller, and the disaster tolerance is good.
3) Because the HC means is deployed on the LB node, the LB may adjust the scheduling policy for load balancing in time according to the result of the health check, for example, to remove unhealthy RSs from the forwarding configuration. .
4) The network path of the health check is consistent with the LB service flow, and the accuracy of the check result can be improved.
Example four
The present embodiment provides an example of a health check based on embodiments one and two.
Referring to fig. 7, the cluster shown in the figure is an LB cluster formed by LB nodes, the HC apparatus is disposed on the LB nodes, the check objects are RSs, the RSs are RSs related to LB cluster scheduling, and the LB nodes may schedule traffic to any RS therein. As an example, an LB cluster includes 3 LB nodes, represented in the figure as LB1-LB 3. And the object to be examined includes 6 RSs, which are shown as RS1-RS 6.
As shown in the figure, a HC controller is provided in the system, and the HC controller may be physically provided in a separate machine or may be provided in combination with the LB node. The HC controller is configured to assign one or more RSs as inspection targets to HC devices in the cluster. In the illustrated example, the HC controller allocates 6 RSs to 3 HC nodes on average for checking, where RS1 and RS2 are allocated to HC1, RS3 and RS4 are allocated to HC2, and RS5 and RS6 are allocated to HC 3. The RS allocated to different HC nodes is different. The HC controller establishes connection with HC devices in the cluster through the network, and respectively issues inspection tasks to each HC device, and the RS to be inspected is indicated in the inspection tasks. For example, RS1 and RS2 are indicated in the inspection tasks delivered to HC1, RS3 and RS4 are indicated in the inspection tasks delivered to HC2, and RS5 and RS6 are indicated in the inspection tasks delivered to HC 3.
And after receiving the checking task, the HC device on each LB node performs health check on the RS indicated in the checking task. In this example, HC1 would health check RS1 and RS2, HC2 would health check RS3 and RS4, and HC3 would health check RS5 and RS6, with different HC devices checking for different RSs. After the health check is completed, the results of the health check are synchronized with each other among the respective HC devices through the network, and for example, after the health check is completed, the HC1, HC2, and HC3 all broadcast their own check results to the other HC devices. Each HC device is made available to obtain the full amount of inspection results, and after synchronization, in this example, each HC of HC1, HC2, and HC3 will get the health inspection results of RS1-RS6 for scheduling to achieve load balancing, e.g., rejecting unhealthy RS and adding healthy RS.
If the HC1 is abnormal during operation, so that the health check results of RS1 and RS2 cannot be obtained, the health check results of RS3-RS6 can be normally obtained by HC2 and HC 3. When the HC controller finds that HC1 is abnormally off-line, tasks are redistributed, RS1 in charge of HC1 is redistributed to HC2, RS2 in charge of HC1 is redistributed to HC3, and new checking tasks are issued to HC2 and HC 3. After receiving the new checking task, HC2 and HC3 can respectively start the health check of RS1 and RS2, and have good disaster tolerance and high recovery speed.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.

Claims (9)

1. A health check method, comprising:
the health examination devices in the cluster determine examination objects according to examination tasks issued by a health examination controller, wherein the examination objects of different health examination devices in the cluster are different;
the health examination device carries out health examination on the examination object;
the health check device synchronizing results of the health check to other health check devices in the cluster;
the cluster is a load balancing cluster formed by load balancing nodes arranged in the same network segment or the same network switch, the health examination device is arranged on the load balancing nodes, and the examination object is a back-end server.
2. The health check method as set forth in claim 1, wherein:
the health check device synchronizing results of the health check to other health check devices in the cluster, comprising:
the health check device sending the results of the health check directly to the other health check devices in the cluster; or
The health check device sends the results of the health check to the health check controller, which forwards them to the other health check devices in the cluster.
3. A health check control method, comprising:
the health check controller allocates check objects for the available health check devices in the cluster, and allocates the check objects to different health check devices in the cluster differently;
the health examination controller respectively issues examination tasks to the available health examination devices, and assigned examination objects are indicated in the examination tasks;
the cluster is a load balancing cluster formed by load balancing nodes arranged in the same network segment or the same network switch, the available health examination device in the cluster is arranged on the load balancing nodes, and the examination object is a back-end server.
4. The health check control method according to claim 3, wherein:
the method further comprises the following steps:
and when the health examination controller detects that the available health examination devices in the cluster are changed, the health examination controller redistributes the examination objects for the currently available health examination devices and respectively issues new examination tasks to the currently available health examination devices according to the redistributed results.
5. A health check device, comprising:
the health examination module is used for determining an examination object according to an examination task issued by the health examination controller and carrying out health examination on the examination object;
a result synchronization module for synchronizing results of the health check to other health check devices of the cluster;
wherein the examination objects of different health examination devices in the cluster are different;
the cluster is a load balancing cluster formed by load balancing nodes arranged in the same network segment or the same network switch, the health examination device is arranged on the load balancing nodes, and the examination object is a back-end server.
6. A health-check device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the process of the method according to any of claims 1-2 when executing the computer program.
7. A health check controller, comprising:
the task allocation module is used for allocating inspection objects to the available health inspection devices in the cluster, and the inspection objects allocated to different health inspection devices in the cluster are different;
a task issuing module, configured to issue inspection tasks to the available health inspection devices, respectively, and indicate allocated inspection objects in the inspection tasks;
the cluster is a load balancing cluster formed by load balancing nodes arranged in the same network segment or the same network switch, the available health examination device in the cluster is arranged on the load balancing nodes, and the examination object is a back-end server.
8. The health check controller of claim 7, wherein:
the health check controller further comprises:
a state detection module, configured to detect a state of a health check device in the cluster, and determine whether a health check device available in the cluster changes;
and the task allocation module reallocates the inspection objects for the currently available health inspection devices when the state detection module determines that the available health inspection devices in the cluster are changed, and respectively issues new inspection tasks to the currently available health inspection devices through the task issuing module.
9. A health check controller comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program implements the process of the method of any one of claims 3-4.
CN201711120112.0A 2017-11-14 2017-11-14 Health examination method and device, health examination control method and controller Active CN109788012B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711120112.0A CN109788012B (en) 2017-11-14 2017-11-14 Health examination method and device, health examination control method and controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711120112.0A CN109788012B (en) 2017-11-14 2017-11-14 Health examination method and device, health examination control method and controller

Publications (2)

Publication Number Publication Date
CN109788012A CN109788012A (en) 2019-05-21
CN109788012B true CN109788012B (en) 2022-04-01

Family

ID=66493460

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711120112.0A Active CN109788012B (en) 2017-11-14 2017-11-14 Health examination method and device, health examination control method and controller

Country Status (1)

Country Link
CN (1) CN109788012B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110311988B (en) * 2019-07-30 2022-01-28 中国工商银行股份有限公司 Health check method, load balancing method and device for back-end server
CN111865914B (en) * 2020-06-15 2023-03-21 上海仪电(集团)有限公司中央研究院 System, method, device and storage medium for checking health state of cloud host
CN112311896B (en) * 2020-11-16 2023-03-24 杭州迪普科技股份有限公司 Health examination method, device, equipment and computer readable storage medium
CN113259428A (en) * 2021-05-11 2021-08-13 鸬鹚科技(深圳)有限公司 Data access request processing method and device, computer equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150413A (en) * 2007-10-31 2008-03-26 中兴通讯股份有限公司 A multi-frame cascading system and method for ATCA knife server
CN103731460A (en) * 2012-10-16 2014-04-16 无锡云捷科技有限公司 Pooling device for establishing network server pool
CN105187548A (en) * 2015-09-25 2015-12-23 浪潮(北京)电子信息产业有限公司 Cluster monitoring information collection method and system
CN105630589A (en) * 2014-11-24 2016-06-01 航天恒星科技有限公司 Distributed process scheduling system and process scheduling and execution method
CN107181636A (en) * 2016-03-10 2017-09-19 阿里巴巴集团控股有限公司 Health examination method and device in a kind of SiteServer LBS

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10235439B2 (en) * 2010-07-09 2019-03-19 State Street Corporation Systems and methods for data warehousing in private cloud environment
CN102143022B (en) * 2011-03-16 2013-09-25 北京邮电大学 Cloud measurement device and method for IP network
CN102968310A (en) * 2012-12-05 2013-03-13 武汉烽火普天信息技术有限公司 Integrated high-performance application software architecture and construction method thereof
US9477743B2 (en) * 2014-07-02 2016-10-25 Oracle International Corporation System and method for load balancing in a distributed system by dynamic migration
CN106302595B (en) * 2015-06-02 2020-03-17 阿里巴巴集团控股有限公司 Method and equipment for carrying out health check on server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150413A (en) * 2007-10-31 2008-03-26 中兴通讯股份有限公司 A multi-frame cascading system and method for ATCA knife server
CN103731460A (en) * 2012-10-16 2014-04-16 无锡云捷科技有限公司 Pooling device for establishing network server pool
CN105630589A (en) * 2014-11-24 2016-06-01 航天恒星科技有限公司 Distributed process scheduling system and process scheduling and execution method
CN105187548A (en) * 2015-09-25 2015-12-23 浪潮(北京)电子信息产业有限公司 Cluster monitoring information collection method and system
CN107181636A (en) * 2016-03-10 2017-09-19 阿里巴巴集团控股有限公司 Health examination method and device in a kind of SiteServer LBS

Also Published As

Publication number Publication date
CN109788012A (en) 2019-05-21

Similar Documents

Publication Publication Date Title
CN109788012B (en) Health examination method and device, health examination control method and controller
US10581674B2 (en) Method and apparatus for expanding high-availability server cluster
WO2020147331A1 (en) Micro-service monitoring method and system
US8688773B2 (en) System and method for dynamically enabling an application for business continuity
CN108306955B (en) Large-scale interconnection clustering method for vehicle-mounted terminals
CN104243527A (en) Data synchronization method and device and distributed system
CN110442610A (en) The method, apparatus of load balancing calculates equipment and medium
US9807051B1 (en) Systems and methods for detecting and resolving split-controller or split-stack conditions in port-extended networks
CN108696581A (en) Caching method, device, computer equipment and the storage medium of distributed information
US10652100B2 (en) Computer system and method for dynamically adapting a software-defined network
CN109688006B (en) High-performance weblog message distribution method supporting dynamic detection of target cluster
CN110971662A (en) Two-node high-availability implementation method and device based on Ceph
CN106874142A (en) A kind of real time data fault-tolerance processing method and system
CN109039795A (en) A kind of Cloud Server resource monitoring method and system
US11695856B2 (en) Scheduling solution configuration method and apparatus, computer readable storage medium thereof, and computer device
CN111726388A (en) Cross-cluster high-availability implementation method, device, system and equipment
US20200244516A1 (en) Rapid Owner Selection
CN106254095A (en) The backup processing method of tunnel traffic and equipment
CN110034951A (en) The failure switching method and iSCSI major heading device of iscsi target device
CN110971872B (en) Video image information acquisition method based on distributed cluster
US11757987B2 (en) Load balancing systems and methods
CN110321261B (en) Monitoring system and monitoring method
EP3523928B1 (en) Method and system for managing control connections with a distributed control plane
CN107547257B (en) Server cluster implementation method and device
CN110654428A (en) Automatic system is synthesized in driving

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
GR01 Patent grant
GR01 Patent grant