CN115643237B - Data processing system for conference - Google Patents

Data processing system for conference Download PDF

Info

Publication number
CN115643237B
CN115643237B CN202211254023.6A CN202211254023A CN115643237B CN 115643237 B CN115643237 B CN 115643237B CN 202211254023 A CN202211254023 A CN 202211254023A CN 115643237 B CN115643237 B CN 115643237B
Authority
CN
China
Prior art keywords
processing module
slave
mode
state
processing
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
CN202211254023.6A
Other languages
Chinese (zh)
Other versions
CN115643237A (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.)
Beijing Huajian Yunding Technology Co ltd
Original Assignee
Beijing Huajian Yunding 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 Beijing Huajian Yunding Technology Co ltd filed Critical Beijing Huajian Yunding Technology Co ltd
Priority to CN202211254023.6A priority Critical patent/CN115643237B/en
Publication of CN115643237A publication Critical patent/CN115643237A/en
Application granted granted Critical
Publication of CN115643237B publication Critical patent/CN115643237B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention provides a data processing system for a conference, comprising: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices; the first processing module and the second processing module have the same function. After power-up, both processing modes are started in the second mode at the same time, and the two processing modes are connected and send their own mode state to each other before entering a meeting. And after the master processing module is disconnected, the slave processing module needs to take over the control function. Because only two processing modules are included, and the two processing modules can automatically determine who is the master processing module and who is the slave processing module, the master-slave state of the processing module does not need to be designated in advance, the master-slave state can be determined by a set rule, and the system deployment logic can be simplified. In addition, only the main processing module processes the data in the processing process, and the conference processing business is not affected.

Description

Data processing system for conference
Technical Field
The present invention relates to the field of data processing, and in particular to a data processing system for a conference.
Background
The current hot-standby scheme mainly includes the following modes:
(1) Master-slave mode: the mode slave node automatically synchronizes the data of the master node, and realizes the hot backup of the data. When the master node fails, the designated slave node needs to be actively switched to be a new master node.
(2) Sentinel mode: according to the mode, a monitoring system is added on a master-slave mode, fault transfer is achieved, the sentry nodes monitor the operation state of the master-slave nodes, and after the master node goes offline due to fault, the sentry nodes select one slave node to serve as a new master node to continue providing services.
(3) Cluster mode: according to the mode, a monitoring mechanism and a data slicing mechanism are added on a master-slave mode, fault transfer and data horizontal expansion are achieved, a plurality of masters and slaves are combined in a cluster, each master node is responsible for storing part of data in the cluster, and when a certain master node goes offline due to fault, the cluster can select one slave node of the node to serve as a new master node and continue to provide service.
However, the simple master-slave mode needs to define the master-slave relation in advance, needs active switching when in fault, and cannot adapt to the scene needing automatic switching; the sentinel mode is suitable for the scene with less data quantity, but single-point faults of the sentinel nodes exist, and a sentinel cluster is generally required to provide service; the trunked mode has stability and expandability superior to the sentry mode, but the use mode is complex. Thus, none of the above three modes are applicable when there are scenarios such as conferences where resources are limited and flexible automatic failover is required.
Disclosure of Invention
Aiming at the technical problems, the invention adopts the following technical scheme:
an embodiment of the present invention provides a data processing system for a conference, the system including: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices; the first processing module and the second processing module have the same function;
a first connection thread and a second connection thread are arranged on any resource storage module i, the first connection thread of any resource card i is used for being in communication connection with the master processing module, and the second connection thread of any resource card i is used for being in communication connection with the slave processing module; i has a value of 1 to n;
any terminal equipment j is provided with a first connecting thread and a second connecting thread, the first connecting thread of any terminal equipment j is used for being in communication connection with the master processing module, and the second connecting thread of any terminal equipment j is used for being in communication connection with the slave processing module; j has a value of 1 to m;
in the conference process, the first processing module and the second processing module determine whether the first processing module and the second processing module are main processing modules or auxiliary processing modules based on a set rule, and send corresponding mode states to the other side; the mode state includes a first mode and a second mode;
wherein the main processing module is configured to execute a computer program to implement the following steps:
s100, acquiring a connection state of any resource storage module i and the self, storing corresponding resources on the resource storage module i when the connection state of any resource storage module i is determined to be a first state, and transmitting the resources stored on any resource storage module i and the connection state of any resource storage module i and the self to the slave processing module;
s110, acquiring the connection state of any terminal equipment j and the terminal equipment j, and sending the connection state of the terminal equipment j and the terminal equipment j to the slave processing module; the method comprises the steps of acquiring and processing a data message sent by any terminal equipment j, wherein the data message has a data identifier;
s120, sending a processing result to the slave processing module, wherein the processing result comprises a data message and a corresponding data identifier;
the slave processing module is configured to execute a computer program to implement the steps of:
s200, acquiring connection state information sent by a main processing module;
s210, acquiring a data message sent by any terminal equipment j and storing the data message in a cache list;
s220, when any processing result is received from the main processing module, storing the processing result, and deleting a data message corresponding to the processing result from the cache list;
s230, when the main processing module is detected to be in an abnormal state, entering a first mode to process the rest data messages in the cache list;
the main processing module is further configured to execute a computer program to implement the steps of:
s130, after the abnormal state is recovered to the normal state, the communication connection with the slave processing module is resumed, and the second mode is entered to wait for the slave processing module to send the processing result and the state information.
The invention has at least the following beneficial effects:
the data processing system for the conference provided by the embodiment of the invention only comprises two processing modules, and the two processing modules can automatically determine who is the master processing module and who is the slave processing module, so that the master-slave state of the processing module does not need to be designated in advance, the master-slave state can be determined by a set rule, and the system deployment logic can be simplified. In addition, only the main processing module processes the data in the processing process, and the conference processing business is not affected. And when the main processing module fails, the slave processing module can rapidly take over the functions of the main processing module, so that the control function can be transferred without perception.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a block diagram of a data processing system for a conference provided in an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to fall within the scope of the invention.
FIG. 1 is a block diagram of a data processing system for a conference provided in an embodiment of the present invention.
An embodiment of the present invention provides a data processing system for a conference, as shown in fig. 1, the system includes: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices.
In the embodiment of the invention, the processing module and the resource storage module can be board cards integrated on the host. The board card used as the processing module can be a board card with a data processing function, and the board card used as the resource storage module can be a board card with a memory capacity. In the embodiment of the invention, the resource storage module is used for storing stream resources, such as audio and video resources and the like.
In the embodiment of the present invention, the functions of the first processing module and the second processing module are the same, that is, the software running on the two processing modules is completely identical.
In the embodiment of the present invention, the terminal device may be a conference terminal, for example, a notebook computer, an ipad, a smart phone, and the like.
Further, in the embodiment of the present invention, a first connection thread and a second connection thread are provided on any resource storage module i, where the first connection thread of any resource card i is used for communication connection with a master processing module, and the second connection thread of any resource card i is used for communication connection with a slave processing module; i has a value of 1 to n. n may be determined based on actual needs.
Any terminal equipment j is provided with a first connecting thread and a second connecting thread, the first connecting thread of any terminal equipment j is used for being in communication connection with the master processing module, and the second connecting thread of any terminal equipment j is used for being in communication connection with the slave processing module; j has a value of 1 to m. m may be determined based on actual conditions, in one example of the invention, m=5.
Any resource storage module i and any terminal equipment j can be registered first when being connected with the processing module for the first time. Upon reconnection after registration, it may be automatically connected to the processing module.
In the conference process, the first processing module and the second processing module determine whether the first processing module and the second processing module are main processing modules or auxiliary processing modules based on a set rule, and send corresponding mode states to the other side; the mode states include a first mode and a second mode. In the implementation of the present invention, the processing module in the first mode is used for taking over management and scheduling of the terminal device, i.e. executing the control function. The processing module in the second mode synchronizes the state of the terminal device according to the state of the processing module in the first mode, i.e. does not execute the control function.
Further, in an embodiment of the present invention, it may be determined whether that processing module is a master processing module or a slave processing module by:
if one of the two processing modules fails to start, one of the two processing modules starts successfully, and the normally started processing module cannot establish connection with the other party or cannot receive the mode state of the other party, the processing module which starts successfully is used as the main processing module.
If the processing module which is started up and is connected with the processing module which is started up successfully, the mode state of the processing module which is started up successfully is marked as a first mode, the mode state of the processing module which is started up successfully is marked as a second mode, and the processing module which is started up successfully is sent to the processing module which is started up successfully.
Further, in another embodiment of the present invention, it is also possible to determine whether that processing module is a master processing module or a slave processing module by:
if both processing modules start up normally and establish a normal connection, then both set their own mode state to the second mode. That is, both processing modules will set the received mode state to the second mode.
The two processing modules determine whether to be a master processing module or a slave processing module based on their own IP addresses.
In an exemplary embodiment of the present invention, if the IP value of one processing module is greater than the IP value of another processing module, determining itself as the main processing module, and entering the first mode; otherwise, determining the slave processing module as the slave processing module, and entering a second mode.
In an exemplary embodiment of the present invention, if the IP value of one processing module is smaller than the IP value of another processing module, determining itself as the main processing module, and entering the first mode; otherwise, determining the slave processing module as the slave processing module, and entering a second mode.
Further, after determining the master processing module and the slave processing module, the master processing module is configured to execute the computer program to implement the steps of:
s100, acquiring the connection state of any resource storage module i and the self, storing corresponding resources on the resource storage module i when the connection state of any resource storage module i is determined to be a first state, and transmitting the resources stored on any resource storage module i and the connection state of any resource storage module i and the self to the slave processing module.
In the embodiment of the invention, the resource storage module sends data such as a registration packet, a heartbeat packet and the like to the main processing module. The main processing module determines the connection state of the resource storage module and itself based on the data sent by the resource storage module, for example, the TCP interception server is started to determine. And if the connection is successful, the connection state of the resource storage module is identified as a first state, and if the connection is failed, the connection state is identified as a second state.
After the resource storage module registers with the host processing module, the host processing module generates a corresponding storage list, the kth line of which includes (k, id) k ,C k ) K is the sequence number of the kth resource storage module in the storage list, and is determined based on the registration sequence; id (Id) k C is the unique identity of the kth resource storage module k And the value of k is 1 to n for the number of resource flows of the kth resource storage module. The main processing module allocates stream resources based on the registration order of each resource storage module and the corresponding number of resource streams.
When one of the resource storage modules fails, the main processing module distributes the resources on the resource storage module to other resource storage modules.
S110, acquiring the connection state of any terminal equipment j and the terminal equipment j, and sending the connection state of the terminal equipment j and the terminal equipment j to the slave processing module; and acquiring and processing a data message sent by any terminal equipment j, wherein the data message has a data identifier.
The terminal device sends data including a registration packet, a heartbeat packet, an audio data packet, a video data packet, and the like to the main processing module. The main processing module determines the connection state of the terminal equipment and the main processing module based on the registration packet and the heartbeat packet sent by the terminal equipment, for example, a TCP interception server is started for determination. If the connection is successful, the connection state of the terminal equipment is identified as a first state, and if the connection is failed, the connection state is identified as a second state.
After the terminal device is registered on the main processing module, the main processing module generates a corresponding registration list, the r-th row of which includes (r, id) r ) R is the serial number of the r-th terminal equipment in the registration list, and is determined based on the registration sequence; id (Id) r And r is a unique identity of the r-th terminal equipment, and the value of r is 1 to m. The main processing module may send the streaming resources for use by the terminal devices based on the registration order of each terminal device.
In the embodiment of the invention, the data mark is a serial number of the data message.
S120, sending a processing result to the slave processing module, wherein the processing result comprises a data message and a corresponding data identifier.
Further, in an embodiment of the present invention, the slave processing module is configured to execute a computer program to implement the following steps:
s200, connection state information sent by the main processing module is obtained, wherein the connection state information comprises connection state information of the resource storage module and the terminal equipment.
In S200, if the connection state between the resource storage module i and/or the terminal device j and the main processing module is received as the second state, the connection with the resource storage module i and/or the terminal device j is disconnected, so as to ensure that the main processing module in the normal state is in the first mode.
S210, acquiring a data message sent by any terminal equipment j and storing the data message in a cache list.
The data messages sent by the terminal device may be sequentially stored in a buffer list according to the sending time, and the buffer list formed may be ((D), for example 1 ,DId 1 ),(D 2 ,DId 2 ),…,(D m ,DId m )),D r Data message DId sent for the r-th terminal device r For D r Is a data identification of (c).
S220, when any processing result is received from the main processing module, the processing result is stored, and the data message corresponding to the processing result is deleted from the cache list.
If any processing result is received, finding out the corresponding data message from the cache list based on the data identifier in the processing result, and deleting the found data message.
And S230, when the main processing module is detected to be in an abnormal state, entering a first mode to process the rest data messages in the cache list.
If the main processing module loses service capability, the slave processing module enters a first mode to take over management of the terminal equipment. After taking over, firstly checking local data message buffer memory, processing the rest data message in the buffer memory, avoiding data message loss.
In the embodiment of the invention, the time for the slave processing module to enter the first mode from the second mode is less than 100ms, so that the control function can have no perceived migration.
Further, the main processing module is further configured to execute a computer program to implement the following steps:
s130, after the abnormal state is recovered to the normal state, the communication connection with the slave processing module is resumed, and the second mode is entered to wait for the slave processing module to send the processing result and the state information.
If the original main processing module works normally again, the original main processing module is connected with the new main processing module, enters a second mode, and waits for synchronization of data and states of the new main processing module.
In the embodiment of the invention, when the connection between the terminal equipment j and the slave processing module is disconnected, the terminal equipment should reestablish the connection between the terminal equipment j and the slave processing module and maintain the connection between the terminal equipment j and the master processing module. Only when the terminal device j is disconnected from the master processing module and the slave processing module at the same time, the terminal device j determines that the terminal device j loses the connection with the host computer, and performs the operation after the terminal device j is disconnected from the master processing module, namely, reestablishes the connection with the master processing module and the slave processing module.
Further, an external controller (not shown) is also included, and the external controller is configured to send control instructions to the main processing module. After the main processing module processes the received control instruction, the corresponding processing result is sent to the auxiliary processing module.
In summary, the data processing system for a conference provided by the embodiment of the invention only includes two processing modules, and the two processing modules can automatically determine who is the master processing module and who is the slave processing module, so that the master-slave state of the processing module does not need to be designated in advance, and can be determined by a set rule, and the system deployment logic can be simplified. In addition, only the main processing module processes the data in the processing process, and the conference processing business is not affected. And when the main processing module fails, the slave processing module can rapidly take over the functions of the main processing module, so that the control function can be transferred without perception.
While certain specific embodiments of the invention have been described in detail by way of example, it will be appreciated by those skilled in the art that the above examples are for illustration only and are not intended to limit the scope of the invention. Those skilled in the art will also appreciate that many modifications may be made to the embodiments without departing from the scope and spirit of the invention. The scope of the invention is defined by the appended claims.

Claims (7)

1. A data processing system for a conference, the system comprising: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices; the first processing module and the second processing module have the same function;
a first connecting thread and a second connecting thread are arranged on any resource storage module i, the first connecting thread of any resource storage module i is used for being in communication connection with the main processing module, and the second connecting thread of any resource storage module i is used for being in communication connection with the auxiliary processing module; i has a value of 1 to n;
any terminal equipment j is provided with a first connecting thread and a second connecting thread, the first connecting thread of any terminal equipment j is used for being in communication connection with the master processing module, and the second connecting thread of any terminal equipment j is used for being in communication connection with the slave processing module; j has a value of 1 to m;
in the conference process, the first processing module and the second processing module determine whether the first processing module and the second processing module are main processing modules or auxiliary processing modules based on a set rule, and send corresponding mode states to the other side; the mode state includes a first mode and a second mode;
wherein the main processing module is configured to execute a computer program to implement the following steps:
s100, acquiring a connection state of any resource storage module i and the self, storing corresponding resources on the resource storage module i when the connection state of any resource storage module i is determined to be a first state, and transmitting the resources stored on any resource storage module i and the connection state of any resource storage module i and the self to the slave processing module; the main processing module determines the connection state of the resource storage module and the main processing module based on the data sent by the resource storage module, if the connection is successful, the connection state of the resource storage module is marked as a first state, and if the connection is failed, the connection state is marked as a second state;
s110, acquiring the connection state of any terminal equipment j and the terminal equipment j, and sending the connection state of the terminal equipment j and the terminal equipment j to the slave processing module; the method comprises the steps of acquiring and processing a data message sent by any terminal equipment j, wherein the data message has a data identifier; the main processing module determines the connection state of the terminal equipment and the main processing module based on the data sent by the terminal equipment, if the connection is successful, the connection state of the terminal equipment is marked as a first state, and if the connection is failed, the connection state is marked as a second state;
s120, sending a processing result to the slave processing module, wherein the processing result comprises a data message and a corresponding data identifier;
the slave processing module is configured to execute a computer program to implement the steps of:
s200, acquiring connection state information sent by a main processing module;
s210, acquiring a data message sent by any terminal equipment j and storing the data message in a cache list;
s220, when any processing result is received from the main processing module, storing the processing result, and deleting a data message corresponding to the processing result from the cache list;
s230, when the main processing module is detected to be in an abnormal state, entering a first mode to process the rest data messages in the cache list;
the main processing module is further configured to execute a computer program to implement the steps of:
s130, after the abnormal state is recovered to the normal state, the communication connection with the slave processing module is resumed, and a second mode is entered to wait for the slave processing module to send the processing result and the state information;
in S200, if the connection state between the resource storage module i and/or the terminal device j and the main processing module is received as the second state, the connection with the resource storage module i and/or the terminal device j is disconnected.
2. The system of claim 1, wherein the first processing module and the second processing module determine whether to be a master processing module or a slave processing module themselves based on a set rule, and send the corresponding mode status to the other party comprises:
if one of the two processing modules fails to start and one of the two processing modules is successful, the processing module which is successful in starting is used as a main processing module;
if the processing module which is started up and is connected with the processing module which is started up successfully, the mode state of the processing module which is started up successfully is marked as a first mode, the mode state of the processing module which is started up successfully is marked as a second mode, and the processing module which is started up successfully is sent to the processing module which is started up successfully.
3. The system of claim 2, wherein the first processing module and the second processing module determine whether to be a master processing module or a slave processing module themselves based on a set rule, and transmit the corresponding mode status to the counterpart further comprises:
if both processing modules are started normally and normal connection is established, setting the mode state of the processing modules to be a second mode;
the two processing modules determine whether to be a master processing module or a slave processing module based on their own IP addresses.
4. A system according to claim 3, wherein the two processing modules determine whether they are master or slave based on their IP addresses, comprising:
if the IP value of one processing module is larger than the IP value of the other processing module, determining the processing module to be the main processing module, and entering a first mode; otherwise, determining the slave processing module as the slave processing module, and entering a second mode.
5. A system according to claim 3, wherein the two processing modules determine whether they are master or slave based on their IP addresses, comprising:
if the IP value of one processing module is smaller than the IP value of the other processing module, determining the processing module to be the main processing module, and entering a first mode; otherwise, determining the slave processing module as the slave processing module, and entering a second mode.
6. The system according to claim 1, wherein any one of the terminal devices j reestablishes the connection with the master processing module and the slave processing module when disconnected from both the master processing module and the slave processing module.
7. The system of claim 1, further comprising an external controller for sending control instructions to the main processing module.
CN202211254023.6A 2022-10-13 2022-10-13 Data processing system for conference Active CN115643237B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211254023.6A CN115643237B (en) 2022-10-13 2022-10-13 Data processing system for conference

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211254023.6A CN115643237B (en) 2022-10-13 2022-10-13 Data processing system for conference

Publications (2)

Publication Number Publication Date
CN115643237A CN115643237A (en) 2023-01-24
CN115643237B true CN115643237B (en) 2023-08-11

Family

ID=84944478

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211254023.6A Active CN115643237B (en) 2022-10-13 2022-10-13 Data processing system for conference

Country Status (1)

Country Link
CN (1) CN115643237B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8074109B1 (en) * 2006-11-14 2011-12-06 Unisys Corporation Third-party voting to select a master processor within a multi-processor computer
WO2017219779A1 (en) * 2016-06-21 2017-12-28 中兴通讯股份有限公司 Device active/standby switchover method and apparatus based on link protocol, and storage medium
WO2019195969A1 (en) * 2018-04-08 2019-10-17 华为技术有限公司 Data synchronization processing method and apparatus
WO2021184177A1 (en) * 2020-03-17 2021-09-23 深圳市欢太科技有限公司 Master node selection method and apparatus, electronic device, and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3888558B2 (en) * 2004-11-18 2007-03-07 任天堂株式会社 Wireless network system and wireless communication program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8074109B1 (en) * 2006-11-14 2011-12-06 Unisys Corporation Third-party voting to select a master processor within a multi-processor computer
WO2017219779A1 (en) * 2016-06-21 2017-12-28 中兴通讯股份有限公司 Device active/standby switchover method and apparatus based on link protocol, and storage medium
WO2019195969A1 (en) * 2018-04-08 2019-10-17 华为技术有限公司 Data synchronization processing method and apparatus
WO2021184177A1 (en) * 2020-03-17 2021-09-23 深圳市欢太科技有限公司 Master node selection method and apparatus, electronic device, and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
实时数据库系统双机热备机制设计与实现;杨晓芬;王永会;刘轶;;计算机工程与应用(第29期);全文 *

Also Published As

Publication number Publication date
CN115643237A (en) 2023-01-24

Similar Documents

Publication Publication Date Title
CN107295080B (en) Data storage method applied to distributed server cluster and server
US7518983B2 (en) Proxy response apparatus
US20030005350A1 (en) Failover management system
CN111225401B (en) Method and related equipment for realizing disaster tolerance
CN110677282B (en) Hot backup method of distributed system and distributed system
US20100268687A1 (en) Node system, server switching method, server apparatus, and data takeover method
CN111884825A (en) Fault processing method and device, terminal equipment and storage medium
CN114124650A (en) Master-slave deployment method of SPTN (shortest Path bridging) network controller
CN106254814B (en) Conference recovery method, service management center and system
CN112492030B (en) Data storage method, device, computer equipment and storage medium
JP5039975B2 (en) Gateway device
CN115643237B (en) Data processing system for conference
CN110351122B (en) Disaster recovery method, device, system and electronic equipment
US9323629B2 (en) Method for managing path failures of OSEK networks
CN106534758B (en) Conference backup method and device
CN114598594B (en) Method, system, medium and equipment for processing application faults under multiple clusters
CN114884805B (en) Data transmission method, device, terminal and storage medium
US20230126682A1 (en) Fault tolerance method and apparatus of network device system, computer device, and storage medium
CN114301763A (en) Distributed cluster fault processing method and system, electronic device and storage medium
CN110890989A (en) Channel connection method and device
CN112256484A (en) Data backup method, device and system
CN113961402A (en) Management method, device, equipment and medium for virtualization cluster
CN115514698A (en) Protocol calculation method, switch, cross-device link aggregation system and storage medium
CN110716827A (en) Hot backup method suitable for distributed system and distributed system
CN115242701B (en) Airport data platform cluster consumption processing method, device and storage medium

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