CN110909076A - Storage cluster data synchronization method, device, equipment and storage medium - Google Patents
Storage cluster data synchronization method, device, equipment and storage medium Download PDFInfo
- Publication number
- CN110909076A CN110909076A CN201911053690.6A CN201911053690A CN110909076A CN 110909076 A CN110909076 A CN 110909076A CN 201911053690 A CN201911053690 A CN 201911053690A CN 110909076 A CN110909076 A CN 110909076A
- Authority
- CN
- China
- Prior art keywords
- operation instruction
- node
- data operation
- data
- storage cluster
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
- G06F16/275—Synchronous replication
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Hardware Redundancy (AREA)
Abstract
The invention discloses a storage cluster data synchronization method, which comprises the following steps: the execution node acquires a data operation instruction sent by the service node; the data operation instruction is sent to the service node by the client; analyzing the data operation instruction, and determining a target node appointed by the data operation instruction; sending the data operation instruction to a target node; the method distributes the acquired data operation instruction to a target node by using an execution node. The execution node is used for receiving the data operation instruction sent by the service node and distributing the data operation instruction to other nodes without providing services to the outside, so that the problem of breakdown caused by too many services can be avoided, and the data synchronization reliability of the distributed storage cluster is improved; in addition, the invention also provides a storage cluster data synchronization device, equipment and a computer readable storage medium, and the storage cluster data synchronization device, the equipment and the computer readable storage medium also have the beneficial effects.
Description
Technical Field
The present invention relates to the field of storage cluster technologies, and in particular, to a storage cluster data synchronization method, a storage cluster data synchronization apparatus, a storage cluster data synchronization device, and a computer-readable storage medium.
Background
Currently, the scale of a distributed storage cluster is getting larger and larger, and in order to ensure data synchronization in the distributed storage cluster, the existing data synchronization method uses a master node to obtain a data operation instruction, and distributes the data operation instruction to a designated slave node, and continuously retransmits the data operation instruction when the slave node does not receive the data operation instruction until the slave node successfully receives the data operation instruction. With the expansion of the distributed storage cluster, the master node needs to send data operation instructions to more and more slave nodes, and meanwhile, more and more slave nodes cannot receive the data operation instructions in time due to reasons such as faults. When the number of the retransmitted data operation instructions and the number of the data operation instructions sent by the client are large, the host node does not have enough computing resources to process various services, so that the process of the host node is crashed, the data operation service cannot be provided outwards, and meanwhile, data is lost, so that the data in the cluster is asynchronous, and the reliability of cluster data synchronization is reduced. Therefore, the existing data synchronization method has the problem of poor data synchronization reliability.
Therefore, how to solve the problem of poor data synchronization reliability of the existing data synchronization method is a technical problem to be solved by the technical personnel in the field.
Disclosure of Invention
In view of the above, the present invention provides a storage cluster data synchronization method, a storage cluster data synchronization apparatus, a storage cluster data synchronization device, and a computer-readable storage medium, which solve the problem of poor data synchronization reliability of the existing data synchronization method.
In order to solve the above technical problem, the present invention provides a storage cluster data synchronization method, including:
the execution node acquires a data operation instruction sent by the service node; the data operation instruction is sent to the service node by a client;
analyzing the data operation instruction, and determining a target node appointed by the data operation instruction;
and sending the data operation instruction to the target node.
Optionally, after the sending the data operation instruction to the target node, the method further includes:
judging whether the confirmation information sent by the target node is received or not;
and if not, the data operation instruction is sent to the target node again.
Optionally, after the executing node obtains the data operation instruction sent by the service node, the method further includes:
and storing the data operation instruction into a database.
Optionally, after obtaining the data operation instruction sent by the service node, the method further includes:
and receiving operation completion information sent by the target node and sending the operation completion information to the service node.
Optionally, the method further includes:
when a node expansion instruction is received, stopping receiving the data operation instruction sent by the service node;
carrying out full data synchronization operation on the newly added nodes specified by the node expansion instruction;
and when the full data synchronization operation is completed, restarting to receive the data operation instruction sent by the service node.
The invention also provides a storage cluster data synchronization device, which comprises:
the acquisition module is used for executing a data operation instruction sent by the node acquisition service node; the data operation instruction is sent to the service node by a client;
the determining module is used for analyzing the data operation instruction and determining a target node appointed by the data operation instruction;
and the sending module is used for sending the data operation instruction to the target node.
Optionally, the method further includes:
the judging module is used for judging whether the confirmation information sent by the target node is received or not;
and the retransmission module is used for retransmitting the data operation instruction to the target node if the confirmation information sent by the target node is not received.
Optionally, the method further includes:
and the storage module is used for storing the data operation instruction into a database.
The invention also provides a storage cluster data synchronization device, which comprises a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor is configured to execute the computer program to implement the storage cluster data synchronization method.
The present invention also provides a computer readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the storage cluster data synchronization method described above.
The storage cluster data synchronization method provided by the invention comprises the steps of obtaining a data operation instruction sent by a service node; and the data operation instruction is sent to the service node by the client. And analyzing the data operation instruction, and determining a target node specified by the data operation instruction. And sending the data operation instruction to the target node.
Therefore, the method utilizes the service node to obtain the data operation instruction sent by the client and send the data operation instruction to the execution node, and the execution node distributes the obtained data operation instruction to the target node. The service node is used for acquiring and sending the data operation instruction, the execution node is used for receiving the data operation instruction sent by the service node and distributing the data operation instruction to other nodes, and the service node only needs to communicate with one node of the execution node, so that the data operation instruction sent by the client can be acquired by utilizing more resources; the execution node is only used to distribute data manipulation instructions and therefore can distribute instructions using more computing resources. The service node and the execution node are not easy to generate process crash faults, the data synchronization reliability of the distributed storage cluster is improved, and the problem of poor data synchronization reliability of the data synchronization method in the prior art is solved.
In addition, the invention also provides a storage cluster data synchronization device, storage cluster data synchronization equipment and a computer readable storage medium, and the storage cluster data synchronization device, the storage cluster data synchronization equipment and the computer readable storage medium also have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a storage cluster data synchronization method according to an embodiment of the present invention;
FIG. 2 is a flowchart of a specific node expansion method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a storage cluster data synchronization apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a storage cluster data synchronization device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a storage cluster data synchronization method according to an embodiment of the present invention. The method comprises the following steps:
s101: the execution node acquires a data operation instruction sent by the service node; and the data operation instruction is sent to the service node by the client.
In order to solve the problem of poor data synchronization reliability in the data synchronization method in the prior art, execution nodes and service nodes are set in a distributed storage cluster. In the embodiment of the invention, each operation of a service node is completed by using a db-master process, each operation of an execution node is completed by using a secondary-db-master process, namely, a node running the db-master process is determined as the service node, and a node running the secondary-db-master process is determined as the execution node. In the distributed storage cluster, the master node generally completes various interworking with a client outside the cluster, the slave node is used for executing a received data operation instruction, the service node only needs to perform data communication with the client and the execution node, and fewer sub-acid resources are needed, so that preferably, a db-master process can be run on the master node, that is, the master node is set as the service node, and optionally, one slave node runs a secondary-db-master process, that is, optionally, one slave node determines the slave node as the execution node. Of course, there may be other determination schemes of the service node and the execution node, and this is not limited in the embodiment of the present invention.
The data operation instruction comprises instructions for performing operations such as adding, deleting and modifying on data and instructions for querying the data. After the service node acquires the data operation instruction sent by the client, the service node sends the data operation instruction to the execution node, and the execution node acquires the data operation instruction sent by the service node.
S102: and analyzing the data operation instruction, and determining a target node specified by the data operation instruction.
After the execution node obtains the data operation instruction, the data operation instruction is analyzed, and a target node specified by the data operation instruction is determined. Specifically, after the data operation instruction is analyzed, the target data can be determined, and the node in which the target data is stored is determined as a target node; or when the data operation instruction contains a specific node address, determining the node with the node address as a target node.
Further, in order to prevent the content of the data operation instruction from being incorrect, whether data specified by the data operation instruction exists in the cluster or not may be determined first, and if not, instruction error information is sent to the service node, and the service node sends the instruction error instruction to the client. Or whether the target node specified by the data operation instruction stores the data specified by the data operation instruction or not can be judged, if the target node does not store the data specified by the data operation instruction, the instruction error information is sent to the service node, and the service node sends the instruction error information to the client.
S103: and sending the data operation instruction to the target node.
After the target node is determined, the execution node sends the data operation instruction to the target node, so that the target node operates the designated data according to the data operation instruction. Specifically, when the data operation instruction is a data adding instruction or a data rewriting instruction, the data operation instruction is sent with the added data or the rewritten data, and when the target node receives the data operation instruction and the data sent with the instruction, the specified data is added or rewritten in a database corresponding to the target node; and when the data operation instruction is a data deletion instruction, the target node deletes the specified data in the corresponding database after receiving the data operation instruction.
By applying the storage cluster data synchronization method provided by the embodiment of the invention, the service node is used for acquiring the data operation instruction sent by the client and sending the data operation instruction to the execution node, and the execution node distributes the acquired data operation instruction to the target node. The service node is used for acquiring and sending the data operation instruction, the execution node is used for receiving the data operation instruction sent by the service node and distributing the data operation instruction to other nodes, and the service node only needs to communicate with one node of the execution node, so that the data operation instruction sent by the client can be acquired by utilizing more resources; the execution node is only used to distribute data manipulation instructions and therefore can distribute instructions using more computing resources. The work of the main node in the data synchronization method in the prior art is distributed to the service node and the execution node to be executed, and the service pressure is distributed to the two nodes, so that the service node and the execution node are not easy to generate process crash faults, the process crash faults of the service node and the execution node can be avoided, further, data loss is avoided, the data synchronization reliability of the distributed storage cluster is improved, and the problem of poor data synchronization reliability in the data synchronization method in the prior art is solved.
Based on the foregoing embodiment of the present invention, in order to ensure that the target node receives the data operation instruction, after sending the data operation instruction to the target node, the embodiment of the present invention may further include:
step 11: and judging whether the confirmation information sent by the target node is received.
The confirmation information is used to indicate that the target node has received the data operation instruction, and the specific form of the confirmation information is not limited in this embodiment. Specifically, it may be determined whether the acknowledgement information sent by the target node is received after the data operation instruction is sent to the target node for a period of time, for example, it may be determined whether the acknowledgement information sent by the target node is received after the data operation instruction is sent to the target node for 1 second. When the acknowledgement information sent by the target node is not received, step 12 is entered.
Step 12: and re-sending the data operation instruction to the target node.
And when the confirmation information sent by the target node is not received, the data operation instruction is considered to be lost in the sending process, and then the data operation instruction is sent to the target node again. Further, after the retransmission, the operation of determining whether the acknowledgement information sent by the target node is received may be performed again, and the retransmission may be performed again until the acknowledgement information sent by the target node is received when the acknowledgement information is not received.
In order to execute the retransmission operation, the data operation command needs to be stored in the corresponding database after being acquired so as to execute the retransmission operation. Furthermore, when the executing node fails, the executing node can be reselected from other slave nodes and manages the database in which the data operation instruction is stored, so that the situations that the data operation instruction is lost and the data in the cluster is not synchronous can be avoided.
By applying the storage cluster data synchronization method provided by the embodiment of the invention, after the data operation instruction is sent to the target node, whether the data operation instruction is received by the target node is judged by judging whether the confirmation information sent by the target node is received, and the data operation instruction is retransmitted when the confirmation information is not received, so that the target node is ensured to receive the data operation instruction.
Based on the foregoing embodiment of the present invention, in order to enable the client to know the execution condition of the data operation instruction, after sending the data operation instruction to the target node, the embodiment may further include:
and receiving operation completion information sent by the target node and sending the operation completion information to the service node. Specifically, after the target node completes the data operation instruction, operation completion information for the data operation instruction is sent to the execution node to indicate that the data operation instruction is completed. The execution node can send the operation completion information to the service node after receiving the operation completion information, so that the service node sends the operation completion information to the client and informs the client that the data operation instruction is completed.
In practical applications, when a node is expanded, that is, when a new slave node is added to a cluster, a master node needs to suspend providing of external services and suspend issuing of a data operation instruction, so as to complete full data synchronization. This may make it impossible to provide services to the outside, which may affect the execution of various services. To solve the problem, an embodiment of the present invention will describe a specific node expansion method, and refer to fig. 2 specifically, fig. 2 is a flowchart of a specific node expansion method provided by an embodiment of the present invention, including:
s201: and when the node expansion instruction is received, stopping receiving the data operation instruction sent by the service node.
The node expansion instruction is an instruction for node expansion of the cluster, and when the node expansion instruction is received, in order to perform full data synchronization operation on a newly added node, the node needs to execute a data operation instruction for stopping receiving data sent by the service node.
S202: and carrying out full data synchronization operation on the newly added nodes specified by the node expansion instruction.
Specifically, after stopping receiving the data operation instruction sent by the service node, the execution node generates a full data snapshot of the execution node, and sends the full data snapshot to each newly added node, so as to perform data synchronization with the newly added node. In the process, the service node can still receive the data operation instruction sent by the client, namely, the service is provided to the outside.
S203: and when the full data synchronization operation is completed, restarting to receive the data operation instruction sent by the service node.
By applying the node expansion method provided by the embodiment of the invention, the external service can be continuously provided when the cluster node is expanded, and the client can still send a data operation instruction to the service node without influencing the operation of the service.
In the following, the storage cluster data synchronization device provided in the embodiment of the present invention is introduced, and the storage cluster data synchronization device described below and the storage cluster data synchronization method described above may be referred to correspondingly.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a storage cluster data synchronization apparatus according to an embodiment of the present invention, including:
an obtaining module 310, configured to obtain a data operation instruction sent by a service node; the data operation instruction is sent to the service node by the client;
the determining module 320 is configured to analyze the data operation instruction and determine a target node specified by the data operation instruction;
the sending module 330 is configured to send the data operation instruction to the target node.
Optionally, the method further includes:
the judging module is used for judging whether the confirmation information sent by the target node is received or not;
and the retransmission module is used for retransmitting the data operation instruction to the target node if the confirmation information sent by the target node is not received.
Optionally, the method further includes:
and the storage module is used for storing the data operation instruction into the database.
Optionally, the method further includes:
and the operation completion information sending module is used for receiving the operation completion information sent by the target node and sending the operation completion information to the service node.
Optionally, the method further includes:
the stopping module is used for stopping receiving the data operation instruction sent by the service node when the node expansion instruction is received;
the synchronization module is used for carrying out full data synchronization operation on the newly added nodes specified by the node expansion instruction;
and the restarting module is used for restarting to receive the data operation instruction sent by the service node after the full data synchronous operation is completed.
In the following, the storage cluster data synchronization device provided in the embodiment of the present invention is introduced, and the storage cluster data synchronization device described below and the storage cluster data synchronization method described above may be referred to correspondingly.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a storage cluster data synchronization device according to an embodiment of the present invention, where the storage cluster data synchronization device includes a memory and a processor, where:
a memory 410 for storing a computer program;
the processor 420 is configured to execute a computer program to implement the storage cluster data synchronization method described above.
In the following, the computer-readable storage medium provided by the embodiment of the present invention is introduced, and the computer-readable storage medium described below and the storage cluster data synchronization method described above may be referred to correspondingly.
The present invention also provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the storage cluster data synchronization method described above.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relationships such as first and second, etc., are intended only to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
The storage cluster data synchronization method, the storage cluster data synchronization device, and the computer-readable storage medium provided by the present invention are described in detail above, and specific examples are applied herein to explain the principle and the implementation of the present invention, and the description of the above embodiments is only used to help understand the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (10)
1. A storage cluster data synchronization method, comprising:
the execution node acquires a data operation instruction sent by the service node; the data operation instruction is sent to the service node by a client;
analyzing the data operation instruction, and determining a target node appointed by the data operation instruction;
and sending the data operation instruction to the target node.
2. The storage cluster data synchronization method of claim 1, after the sending the data operation instruction to the target node, further comprising:
judging whether the confirmation information sent by the target node is received or not;
and if not, the data operation instruction is sent to the target node again.
3. The storage cluster data synchronization method according to claim 1, wherein after the executing node obtains the data operation instruction sent by the service node, the method further comprises:
and storing the data operation instruction into a database.
4. The storage cluster data synchronization method of claim 1, after the sending the data operation instruction to the target node, further comprising:
and receiving operation completion information sent by the target node and sending the operation completion information to the service node.
5. The storage cluster data synchronization method of any one of claims 1 to 4, further comprising:
when a node expansion instruction is received, stopping receiving the data operation instruction sent by the service node;
carrying out full data synchronization operation on the newly added nodes specified by the node expansion instruction;
and when the full data synchronization operation is completed, restarting to receive the data operation instruction sent by the service node.
6. A storage cluster data synchronization apparatus, comprising:
the acquisition module is used for executing a data operation instruction sent by the node acquisition service node; the data operation instruction is sent to the service node by a client;
the determining module is used for analyzing the data operation instruction and determining a target node appointed by the data operation instruction;
and the sending module is used for sending the data operation instruction to the target node.
7. The storage cluster data synchronization apparatus of claim 6, further comprising:
the judging module is used for judging whether the confirmation information sent by the target node is received or not;
and the retransmission module is used for retransmitting the data operation instruction to the target node if the confirmation information sent by the target node is not received.
8. The storage cluster data synchronization apparatus of claim 6, further comprising:
and the storage module is used for storing the data operation instruction into a database.
9. A storage cluster data synchronization apparatus comprising a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor configured to execute the computer program to implement the storage cluster data synchronization method according to any one of claims 1 to 5.
10. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the storage cluster data synchronization method of any of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911053690.6A CN110909076B (en) | 2019-10-31 | 2019-10-31 | Storage cluster data synchronization method, device, equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911053690.6A CN110909076B (en) | 2019-10-31 | 2019-10-31 | Storage cluster data synchronization method, device, equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110909076A true CN110909076A (en) | 2020-03-24 |
CN110909076B CN110909076B (en) | 2023-05-23 |
Family
ID=69815780
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911053690.6A Active CN110909076B (en) | 2019-10-31 | 2019-10-31 | Storage cluster data synchronization method, device, equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110909076B (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111506653A (en) * | 2020-04-17 | 2020-08-07 | 中国人民银行清算总中心 | System and method for restoring synchronous planned data of data in different places |
CN111866170A (en) * | 2020-07-30 | 2020-10-30 | 南京甄视智能科技有限公司 | Method for sending synchronous message in IOT cluster |
CN112307128A (en) * | 2020-11-26 | 2021-02-02 | 中国—东盟信息港股份有限公司 | Distributed heterogeneous data synchronization system and method |
CN112732493A (en) * | 2021-03-30 | 2021-04-30 | 恒生电子股份有限公司 | Method and device for newly adding node, node of distributed system and storage medium |
CN113840395A (en) * | 2021-08-26 | 2021-12-24 | 杭州涂鸦信息技术有限公司 | Task equipment ad hoc network, cooperative working method and related equipment |
CN114116672A (en) * | 2021-11-30 | 2022-03-01 | 智慧足迹数据科技有限公司 | Data synchronization method and related device |
WO2022116660A1 (en) * | 2020-12-03 | 2022-06-09 | 苏州浪潮智能科技有限公司 | Node synchronization method and apparatus, device and storage medium |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050278339A1 (en) * | 2004-05-27 | 2005-12-15 | Petio Petev | Naming service in a clustered environment |
CN101183377A (en) * | 2007-12-10 | 2008-05-21 | 华中科技大学 | High availability data-base cluster based on message middleware |
CN101702685A (en) * | 2009-11-12 | 2010-05-05 | 北京东方网力科技有限公司 | Method, device and system for selecting route |
CN103150394A (en) * | 2013-03-25 | 2013-06-12 | 中国人民解放军国防科学技术大学 | Distributed file system metadata management method facing to high-performance calculation |
WO2014023000A1 (en) * | 2012-08-09 | 2014-02-13 | 华为技术有限公司 | Distributed data processing method and apparatus |
CN104735110A (en) * | 2013-12-23 | 2015-06-24 | 中国电信股份有限公司 | Metadata management method and system |
CN104980307A (en) * | 2015-06-29 | 2015-10-14 | 小米科技有限责任公司 | Processing method of data access requests, processing device of data access requests and database server |
CN105162878A (en) * | 2015-09-24 | 2015-12-16 | 网宿科技股份有限公司 | Distributed storage based file distribution system and method |
CN105357222A (en) * | 2015-11-27 | 2016-02-24 | 国网信息通信产业集团有限公司 | Distributed Session management middleware |
CN109547512A (en) * | 2017-09-22 | 2019-03-29 | 中国移动通信集团浙江有限公司 | A kind of method and device of the distributed Session management based on NoSQL |
-
2019
- 2019-10-31 CN CN201911053690.6A patent/CN110909076B/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050278339A1 (en) * | 2004-05-27 | 2005-12-15 | Petio Petev | Naming service in a clustered environment |
CN101183377A (en) * | 2007-12-10 | 2008-05-21 | 华中科技大学 | High availability data-base cluster based on message middleware |
CN101702685A (en) * | 2009-11-12 | 2010-05-05 | 北京东方网力科技有限公司 | Method, device and system for selecting route |
WO2014023000A1 (en) * | 2012-08-09 | 2014-02-13 | 华为技术有限公司 | Distributed data processing method and apparatus |
CN103150394A (en) * | 2013-03-25 | 2013-06-12 | 中国人民解放军国防科学技术大学 | Distributed file system metadata management method facing to high-performance calculation |
CN104735110A (en) * | 2013-12-23 | 2015-06-24 | 中国电信股份有限公司 | Metadata management method and system |
CN104980307A (en) * | 2015-06-29 | 2015-10-14 | 小米科技有限责任公司 | Processing method of data access requests, processing device of data access requests and database server |
CN105162878A (en) * | 2015-09-24 | 2015-12-16 | 网宿科技股份有限公司 | Distributed storage based file distribution system and method |
CN105357222A (en) * | 2015-11-27 | 2016-02-24 | 国网信息通信产业集团有限公司 | Distributed Session management middleware |
CN109547512A (en) * | 2017-09-22 | 2019-03-29 | 中国移动通信集团浙江有限公司 | A kind of method and device of the distributed Session management based on NoSQL |
Non-Patent Citations (2)
Title |
---|
FLORIAN GLASER等: ""Hardware-Accelerated Energy-Efficient Synchronization and Communication for Ultra-Low-Power Tightly Coupled Clusters"", 《 2019 DESIGN, AUTOMATION & TEST IN EUROPE CONFERENCE & EXHIBITION (DATE)》 * |
冯玉才等: ""基于任务分配的数据库集群模型"", 《计算机工程与科学》 * |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111506653A (en) * | 2020-04-17 | 2020-08-07 | 中国人民银行清算总中心 | System and method for restoring synchronous planned data of data in different places |
CN111506653B (en) * | 2020-04-17 | 2024-03-26 | 中国人民银行清算总中心 | System and method for recovering planned data of data remote synchronization |
CN111866170A (en) * | 2020-07-30 | 2020-10-30 | 南京甄视智能科技有限公司 | Method for sending synchronous message in IOT cluster |
CN111866170B (en) * | 2020-07-30 | 2023-08-08 | 小视科技(江苏)股份有限公司 | Method for transmitting synchronous message in IOT cluster |
CN112307128A (en) * | 2020-11-26 | 2021-02-02 | 中国—东盟信息港股份有限公司 | Distributed heterogeneous data synchronization system and method |
WO2022116660A1 (en) * | 2020-12-03 | 2022-06-09 | 苏州浪潮智能科技有限公司 | Node synchronization method and apparatus, device and storage medium |
US11895185B2 (en) | 2020-12-03 | 2024-02-06 | Inspur Suzhou Intelligent Technology Co., Ltd. | Node synchronization method and apparatus, device and storage medium |
CN112732493A (en) * | 2021-03-30 | 2021-04-30 | 恒生电子股份有限公司 | Method and device for newly adding node, node of distributed system and storage medium |
CN113840395A (en) * | 2021-08-26 | 2021-12-24 | 杭州涂鸦信息技术有限公司 | Task equipment ad hoc network, cooperative working method and related equipment |
CN114116672A (en) * | 2021-11-30 | 2022-03-01 | 智慧足迹数据科技有限公司 | Data synchronization method and related device |
CN114116672B (en) * | 2021-11-30 | 2022-11-08 | 智慧足迹数据科技有限公司 | Data synchronization method and related device |
Also Published As
Publication number | Publication date |
---|---|
CN110909076B (en) | 2023-05-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110909076A (en) | Storage cluster data synchronization method, device, equipment and storage medium | |
US20180046606A1 (en) | Form Checking Method and Apparatus | |
CN106899648B (en) | Data processing method and equipment | |
CN110633320A (en) | Processing method, system, equipment and storage medium of distributed data service | |
US10430172B2 (en) | Re-configuration in cloud computing environments | |
CN104834602B (en) | A kind of program dissemination method, device and program delivery system | |
CN111722909A (en) | Virtual machine migration method, system, equipment and storage medium | |
CN109495528B (en) | Distributed lock ownership scheduling method and device | |
CN111291062A (en) | Data synchronous writing method and device, computer equipment and storage medium | |
CN111338834B (en) | Data storage method and device | |
CN104917813A (en) | Resource request method and device | |
CN107168774B (en) | Virtual machine migration method and system based on local storage | |
CN111431952A (en) | Message pushing method, device and system, computer storage medium and electronic equipment | |
CN109358813B (en) | Capacity expansion method and device for distributed storage system | |
US20210133043A1 (en) | System and method for resilient data protection | |
CN109245941B (en) | Service compensation method and device | |
CN114221971B (en) | Data synchronization method, device, server, storage medium and product | |
CN107203915B (en) | Data storage method and device | |
CN112988689B (en) | State verification method, device, electronic equipment and computer readable storage medium | |
CN111045918B (en) | Method, device, client, storage medium and system for debugging program | |
CN112738206A (en) | Butt joint method and assembly of distributed cluster and cloud platform | |
US7421696B2 (en) | Methods and systems for managing successful completion of a network of processes | |
CN111625262A (en) | Rollback method, system, equipment and storage medium of workload resources | |
CN114328711A (en) | Data processing method and device, computer equipment and storage medium | |
CN113032188A (en) | Method, device, server and storage medium for determining main server |
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 |