CN111400404A - Node initialization method, device, equipment and storage medium - Google Patents

Node initialization method, device, equipment and storage medium Download PDF

Info

Publication number
CN111400404A
CN111400404A CN202010190277.0A CN202010190277A CN111400404A CN 111400404 A CN111400404 A CN 111400404A CN 202010190277 A CN202010190277 A CN 202010190277A CN 111400404 A CN111400404 A CN 111400404A
Authority
CN
China
Prior art keywords
node
backup
slave
synchronization request
data synchronization
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010190277.0A
Other languages
Chinese (zh)
Inventor
张鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202010190277.0A priority Critical patent/CN111400404A/en
Publication of CN111400404A publication Critical patent/CN111400404A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore

Abstract

The embodiment of the invention discloses a node initialization method, a node initialization device, a node initialization equipment and a storage medium. The method comprises the following steps: when a backup node is initialized, the backup node sends a data synchronization request to a slave node, the data synchronization request comprises a first node identifier of the backup node and a second node identifier of the slave node, the slave node determines the legality of the data synchronization request according to the first node identifier and the second node identifier, and when the data synchronization request is legal, the slave node copies data to the backup node. Compared with the prior art, the embodiment of the invention adds the backup node in the Redis structure, when the backup node is initialized, the data of the slave node is copied, so that the initialization of the backup node is finished, other nodes such as a master node are not influenced to provide services outwards, and the availability of the system is improved.

Description

Node initialization method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a node initialization method, a node initialization device, a node initialization equipment and a storage medium.
Background
In recent years, with the development of computer technology, many databases for data management have appeared, and one of them is the open source product Redis (Remote Dictionary Server). Redis is an open-source log-type and Key-Value database which is written by using ANSI C language, supports network, can be based on memory and can also be persistent, can provide a master-slave node copying function, and is particularly widely applied to the Internet industry.
In the use process of Redis, a master node and a slave node are usually configured, and data copy operation is performed in the connection process of the master node and the slave node to complete the initialization of the nodes. In the prior art, when a master node and a slave node perform data copy operation, full copy is mainly adopted, that is, after a master node fails for some reason, the slave node is upgraded to the master node, and the full data copy is performed to a new slave node to complete the initialization of the new slave node. Because the full replication occupies a large amount of resources, the new master node cannot respond to the request of the client, that is, cannot continuously provide the service to the outside, and the availability of the system is influenced.
Disclosure of Invention
Embodiments of the present invention provide a node initialization method, apparatus, device, and storage medium, which improve system availability when performing node initialization.
In a first aspect, an embodiment of the present invention provides a node initialization method, which is applied to a Redis structure, where the method includes:
when a backup node is initialized, the backup node sends a data synchronization request to a slave node, wherein the data synchronization request comprises a first node identification of the backup node and a second node identification of the slave node;
and the slave node determines the validity of the data synchronization request according to the first node identifier and the second node identifier, and copies data to the backup node when the data synchronization request is legal.
Optionally, the determining, by the slave node, the validity of the data synchronization request according to the first node identifier and the second node identifier includes:
the slave node acquires a node association information table, and the node association information table is used for storing the association relationship between the backup node and the slave node;
if the incidence relation between the first node identification and the second node identification exists in the node incidence information table, the slave node determines that the data synchronization request is legal; otherwise, determining that the data synchronization request is illegal.
Optionally, when the backup node is initialized, before the backup node sends a data synchronization request to the slave node, the method further includes:
the slave node is used as a master node of the backup node.
Optionally, the method further includes:
and when the master node fails, the slave node is used as a new master node, and the backup node is used as a new slave node.
Optionally, the method further includes:
when the main node is recovered, the main node is used as a new backup node, and the new slave node is the main node of the new backup node;
and when the new backup node is initialized, the new slave node copies data to the new backup node.
In a second aspect, an embodiment of the present invention further provides a node initialization apparatus, where the apparatus is provided with a Redis structure, and the apparatus includes:
a request sending module, configured to, when a backup node is initialized, enable the backup node to send a data synchronization request to a slave node, where the data synchronization request includes a first node identifier of the backup node and a second node identifier of the slave node;
and the data processing module is used for enabling the slave node to determine the legality of the data synchronization request according to the first node identifier and the second node identifier, and enabling the slave node to copy the data to the backup node when the data synchronization request is legal.
Optionally, the data processing module is specifically configured to:
enabling the slave node to acquire a node association information table, wherein the node association information table is used for storing the association relationship between the backup node and the slave node;
if the incidence relation between the first node identification and the second node identification exists in the node incidence information table, the slave node determines that the data synchronization request is legal; otherwise, determining that the data synchronization request is illegal.
Optionally, the apparatus further comprises:
the first setting module is used for taking the slave node as a master node of the backup node before the backup node copies the data of the slave node when the backup node is initialized.
Optionally, the apparatus further comprises:
and the second setting module is used for taking the slave node as a new master node and taking the backup node as a new slave node when the master node fails.
Optionally, the apparatus further comprises:
the third setting module is used for taking the main node as a new backup node when the main node is recovered, and taking the new slave node as the main node of the new backup node;
and the copying module is used for copying the data to the new backup node by the new slave node when the new backup node is initialized.
In a third aspect, an embodiment of the present invention further provides an apparatus, including:
one or more processors;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the node initialization method as described in the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the node initialization method according to the first aspect.
The embodiment of the invention provides a node initialization method, a device, equipment and a storage medium, wherein when a backup node is initialized, the backup node sends a data synchronization request to a slave node, the data synchronization request comprises a first node identifier of the backup node and a second node identifier of the slave node, the slave node determines the legality of the data synchronization request according to the first node identifier and the second node identifier, and when the data synchronization request is legal, the slave node copies data to the backup node. Compared with the prior art, the embodiment of the invention adds the backup node in the Redis structure, when the backup node is initialized, the data of the slave node is copied, so that the initialization of the backup node is finished, other nodes such as a master node are not influenced to provide services outwards, and the availability of the system is improved.
Drawings
Fig. 1 is a flowchart of a node initialization method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a Redis structure according to a first embodiment of the present invention;
fig. 3 is a flowchart of a node initialization method according to a second embodiment of the present invention;
fig. 4 is a structural diagram of a node initialization apparatus according to a third embodiment of the present invention;
fig. 5 is a structural diagram of an apparatus according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
Example one
Fig. 1 is a flowchart of a node initialization method according to an embodiment of the present invention, where the present embodiment is applicable to a node initialization situation, and the method may be executed by a node initialization apparatus, where the apparatus may be implemented in a software and/or hardware manner, and may be integrated in a notebook, a tablet, and the like, and referring to fig. 1, the method may include the following steps:
s110, when the backup node is initialized, the backup node sends a data synchronization request to the slave node.
Wherein the data synchronization request comprises a first node identification of the backup node and a second node identification of the slave node. The first node identification is an identification that uniquely identifies the backup node. The second node identification is an identification that uniquely identifies the slave node. The first node identification and the second node identification are different. For example, the first node identification and the second node identification may be different node numbers.
The Redis structure is a tree structure or a chain topology including a plurality of nodes for managing data. The traditional Redis structure only comprises a master node and a slave node, wherein the master node and the slave node can be understood as a memory database, the data in the master node and the data in the slave node are the same, but only the master node can provide service for the outside, and the slave node is used for storing the data. The same Redis structure usually includes only one master node, and the number of slave nodes may be set according to actual needs, that is, one or more slave nodes may be provided. In the embodiment, a master node and a slave node are taken as an example, when the master node fails or is restarted for some reason, the slave node is upgraded to a new master node, when the original master node is recovered, the original master node becomes a new slave node, and when the new slave node is initialized, data of the new master node needs to be copied, so that the new master node cannot continue to provide service to the outside, and particularly when the data volume is large, the use of the new master node is seriously influenced.
Therefore, in this embodiment, backup nodes are preset in the Redis structure, the number of the backup nodes may be set according to actual needs, and when the number of the backup nodes is large, the execution efficiency of the system is easily reduced. Exemplarily, referring to fig. 2, fig. 2 is a schematic diagram of a Redis structure according to an embodiment of the present invention. The number 1 node is a master node, the number 2 node is a slave node, the number 3 node is a backup node, and data in the backup node is consistent with the master node and the slave node. It can be understood that, in practical applications, the number of the slave nodes and the backup nodes included in the Redis structure is more than one, and in order to ensure normal data replication, when the backup node is initialized, a data synchronization request is first sent to the corresponding slave node, and after the corresponding slave node passes verification, the backup node replicates data of the corresponding slave node, without affecting the master node to continue providing services to the outside. It should be noted that three nodes in the Redis structure may be changed according to actual situations, for example, when node 1 fails, node 2 may be changed from a slave node to a master node, and correspondingly, node 3 is changed from a backup node to a slave node.
S120, the slave node determines the validity of the data synchronization request according to the first node identifier and the second node identifier, and when the data synchronization request is legal, the slave node copies data to the backup node.
The slave node and the backup node have corresponding association relationship, and the association relationship can be preset and stored. When the data synchronization request is applied, whether the data synchronization request is legal or not can be determined by searching the pre-stored association relation. For example, it is first determined whether the second node identifier in the synchronization request is consistent with the node identifier of the slave node itself, if so, it is further determined whether a corresponding relationship exists between the second node identifier and the first node identifier, if so, the data synchronization request is considered to be legal, the slave node may copy the data to the backup node, otherwise, the data synchronization request is considered to be illegal, and the slave node returns a response result indicating that the verification fails to the backup node. Through the verification, the normal operation of the data copying process is ensured, and repeated copying is avoided.
The embodiment of the invention provides a node initialization method, when a backup node is initialized, the backup node sends a data synchronization request to a slave node, the data synchronization request comprises a first node identifier of the backup node and a second node identifier of the slave node, the slave node determines the validity of the data synchronization request according to the first node identifier and the second node identifier, and when the data synchronization request is legal, the slave node copies data to the backup node. Compared with the prior art, the embodiment of the invention adds the backup node in the Redis structure, when the backup node is initialized, the data of the slave node is copied, so that the initialization of the backup node is finished, other nodes such as a master node are not influenced to provide services outwards, and the availability of the system is improved.
On the basis of the above embodiment, the validity of the data synchronization request can be determined as follows:
the slave node acquires a node association information table, and the node association information table is used for storing the association relationship between the backup node and the slave node;
if the incidence relation between the first node identification and the second node identification exists in the node incidence information table, the slave node determines that the data synchronization request is legal; otherwise, determining that the data synchronization request is illegal.
The node association information table may be preset, and may be updated according to actual needs, for example, to change, add, or delete association relationships between different nodes. Optionally, the node association information table may store information such as a node name, a node identifier, and a function description. And matching the acquired first node identification and the acquired second node identification with the node association information table by the slave node, if the matching is successful, namely the association relationship between the first node identification and the second node identification exists in the node association information table, considering that the data synchronization request is legal, and otherwise, considering that the data synchronization request is illegal. By verifying the validity of the data synchronization request, the normal operation of the data copying process is ensured, and the repeated copying is avoided.
Example two
Fig. 3 is a flowchart of a node initialization method according to a second embodiment of the present invention, which is optimized based on the second embodiment, and referring to fig. 3, the method includes the following steps:
and S210, taking the slave node as a master node of the backup node.
Nodes in the Redis structure generally have a master-slave relationship, for example, the Redis structure includes node A and node B, if node B copies data of node A, node A and node B are considered to have the master-slave relationship, and node A is a master node of node B. The embodiment sets the slave node as the master node of the backup node, namely the backup node copies the data of the slave node during initialization, thereby not influencing the use of the master node.
S220, when the backup node is initialized, the backup node sends a data synchronization request to the slave node.
S230, the slave node determines the validity of the data synchronization request according to the first node identifier and the second node identifier, and when the data synchronization request is legal, the slave node copies data to the backup node.
And S240, when the master node fails, the slave node serves as a new master node, and the backup node serves as a new slave node.
When the master node fails, in order to not affect external services, the properties of the remaining nodes need to be changed, that is, the slave nodes need to be upgraded to new master nodes, and the backup nodes need to be upgraded to new slave nodes. As shown in fig. 2, when node 1 fails, node 2 is upgraded to a master node, node 3 is upgraded to a slave node, and then node 2 replaces node 1 to continue providing services to the outside. The embodiment does not limit the reason for the failure of the master node.
And S250, when the main node is recovered, the main node is used as a new backup node, and the new slave node is the main node of the new backup node.
As shown in fig. 2, when the node 1 is restored, the node 1 is a new backup node, and the node 3 is a master node of the node 1, so that the node 1, the node 2, and the node 3 form a chain topology structure. When the node 1 is initialized, the data of the node 3 can be directly copied, so that the normal operation of the node 2 is ensured, and the availability of the system is improved.
And S260, when the new backup node is initialized, the new slave node copies the data to the new backup node.
The second embodiment of the present invention provides a node initialization method, based on the above embodiments, a backup node is added, a slave node is set as a master node of the backup node, data of the slave node is copied when the backup node is initialized, and when the master node fails, the slave node is upgraded to be a new master node, the backup node is a new slave node, the new master node replaces an old master node to continue providing services to the outside, and when the old master node is restored, the new master node is used as a new backup node, and data of the new slave node is copied, so that the use of the new master node is not affected, that is, the data of the slave node copied by the backup node is always maintained in the whole process, and the availability of the system is improved.
On the basis of the foregoing embodiment, optionally, when there is a blank node added, setting the current slave node as the master node of the blank node, so that the current slave node copies data to the blank node, and ensures normal operation of the current master node.
EXAMPLE III
Fig. 4 is a structural diagram of a node initialization apparatus according to a third embodiment of the present invention, which is capable of executing the node initialization method according to the foregoing embodiment, and a Redis structure is provided in the apparatus, and referring to fig. 4, the apparatus includes:
a request sending module 310, configured to, when a backup node is initialized, enable the backup node to send a data synchronization request to a slave node, where the data synchronization request includes a first node identifier of the backup node and a second node identifier of the slave node;
a data processing module 320, configured to enable the slave node to determine validity of the data synchronization request according to the first node identifier and the second node identifier, and enable the slave node to copy data to the backup node when the data synchronization request is valid.
A third embodiment of the present invention provides a node initialization apparatus, where when a backup node is initialized, the backup node sends a data synchronization request to a slave node, where the data synchronization request includes a first node identifier of the backup node and a second node identifier of the slave node, and the slave node determines validity of the data synchronization request according to the first node identifier and the second node identifier, and when the data synchronization request is valid, the slave node copies data to the backup node. Compared with the prior art, the embodiment of the invention adds the backup node in the Redis structure, when the backup node is initialized, the data of the slave node is copied, so that the initialization of the backup node is finished, other nodes such as a master node are not influenced to provide services outwards, and the availability of the system is improved.
On the basis of the foregoing embodiment, the data processing module 320 is specifically configured to:
enabling the slave node to acquire a node association information table, wherein the node association information table is used for storing the association relationship between the backup node and the slave node;
if the incidence relation between the first node identification and the second node identification exists in the node incidence information table, the slave node determines that the data synchronization request is legal; otherwise, determining that the data synchronization request is illegal.
On the basis of the above embodiment, the apparatus further includes:
the first setting module is used for taking the slave node as a master node of the backup node before the backup node copies the data of the slave node when the backup node is initialized.
On the basis of the above embodiment, the apparatus further includes:
and the second setting module is used for taking the slave node as a new master node and taking the backup node as a new slave node when the master node fails.
On the basis of the above embodiment, the apparatus further includes:
the third setting module is used for taking the main node as a new backup node when the main node is recovered, and taking the new slave node as the main node of the new backup node;
and the copying module is used for copying the data to the new backup node by the new slave node when the new backup node is initialized.
The node initialization device provided by the embodiment of the invention can execute the node initialization method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Example four
Fig. 5 is a structural diagram of an apparatus according to a fourth embodiment of the present invention, and referring to fig. 5, the apparatus includes: the number of the processors 410 in the device may be one or more, one processor 410 is taken as an example in fig. 5, the processors 410, the memories 420, the input devices 430 and the output devices 440 in the device may be connected by a bus or in other manners, and the processor 410, the memories 420, the input devices 430 and the output devices 440 in the device are taken as an example in fig. 5.
The memory 420 serves as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the node initialization method in the embodiments of the present invention. The processor 410 executes various functional applications of the device and data processing, i.e., implements the node initialization method of the above-described embodiment, by executing software programs, instructions, and modules stored in the memory 420.
The memory 420 mainly includes a program storage area and a data storage area, wherein the program storage area can store an operating system and an application program required by at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 420 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 420 may further include memory located remotely from processor 410, which may be connected to devices through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 430 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the apparatus. The output device 440 may include a display device such as a display screen, and an audio device such as a speaker and a buzzer.
The device provided by the embodiment of the present invention and the node initialization method provided by the above embodiment belong to the same concept, and the technical details that are not described in detail in the embodiment can be referred to the above embodiment, and the embodiment has the same beneficial effects as the node initialization method.
EXAMPLE five
Embodiments of the present invention further provide a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the node initialization method according to the above embodiments of the present invention.
Of course, the storage medium containing the computer-executable instructions provided in the embodiments of the present invention is not limited to the operations in the node initialization method described above, and may also perform related operations in the node initialization method provided in any embodiments of the present invention, and has corresponding functions and advantages.
Based on the understanding that the technical solutions of the present invention can be embodied in the form of software products, such as floppy disks, Read-Only memories (ROMs), Random Access Memories (RAMs), flash memories (F L ASHs), hard disks or optical disks of a computer, etc., and include instructions for enabling a computer device (which may be a robot, a personal computer, a server, or a network device, etc.) to execute the node initialization method according to the above embodiments of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A node initialization method, applied to a Redis structure, the method comprising:
when a backup node is initialized, the backup node sends a data synchronization request to a slave node, wherein the data synchronization request comprises a first node identification of the backup node and a second node identification of the slave node;
and the slave node determines the validity of the data synchronization request according to the first node identifier and the second node identifier, and copies data to the backup node when the data synchronization request is legal.
2. The method of claim 1, wherein the slave node determining the validity of the data synchronization request according to the first node identifier and the second node identifier comprises:
the slave node acquires a node association information table, and the node association information table is used for storing the association relationship between the backup node and the slave node;
if the incidence relation between the first node identification and the second node identification exists in the node incidence information table, the slave node determines that the data synchronization request is legal; otherwise, determining that the data synchronization request is illegal.
3. The method of claim 1, wherein before the backup node sends a data synchronization request to the slave node at initialization of the backup node, the method further comprises:
the slave node is used as a master node of the backup node.
4. The method of claim 1, further comprising:
and when the master node fails, the slave node is used as a new master node, and the backup node is used as a new slave node.
5. The method of claim 4, further comprising:
when the main node is recovered, the main node is used as a new backup node, and the new slave node is the main node of the new backup node;
and when the new backup node is initialized, the new slave node copies data to the new backup node.
6. A node initialization apparatus, characterized in that a Redis architecture is provided, the apparatus comprising:
a request sending module, configured to, when a backup node is initialized, enable the backup node to send a data synchronization request to a slave node, where the data synchronization request includes a first node identifier of the backup node and a second node identifier of the slave node;
and the data processing module is used for enabling the slave node to determine the legality of the data synchronization request according to the first node identifier and the second node identifier, and enabling the slave node to copy the data to the backup node when the data synchronization request is legal.
7. The apparatus according to claim 6, wherein the data processing module is specifically configured to:
enabling the slave node to acquire a node association information table, wherein the node association information table is used for storing the association relationship between the backup node and the slave node;
if the incidence relation between the first node identification and the second node identification exists in the node incidence information table, the slave node determines that the data synchronization request is legal; otherwise, determining that the data synchronization request is illegal.
8. The apparatus of claim 6, further comprising:
the first setting module is used for taking the slave node as a master node of the backup node before the backup node copies the data of the slave node when the backup node is initialized.
9. An apparatus, comprising:
one or more processors;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the node initialization method of any of claims 1-5.
10. A storage medium on which a computer program is stored which, when being executed by a processor, carries out the node initialization method according to any one of claims 1 to 5.
CN202010190277.0A 2020-03-18 2020-03-18 Node initialization method, device, equipment and storage medium Pending CN111400404A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010190277.0A CN111400404A (en) 2020-03-18 2020-03-18 Node initialization method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010190277.0A CN111400404A (en) 2020-03-18 2020-03-18 Node initialization method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111400404A true CN111400404A (en) 2020-07-10

Family

ID=71436406

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010190277.0A Pending CN111400404A (en) 2020-03-18 2020-03-18 Node initialization method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111400404A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112003744A (en) * 2020-08-14 2020-11-27 苏州浪潮智能科技有限公司 Backup recovery method and system for cloud platform service cluster

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034664A (en) * 2011-10-10 2013-04-10 上海盛霄云计算技术有限公司 Method, system and device for controlling data migration of database
CN105339939A (en) * 2013-06-25 2016-02-17 国际商业机器公司 Replication for on-line hot-standby database
CN106537364A (en) * 2014-07-29 2017-03-22 慧与发展有限责任合伙企业 Storage transactions
WO2018019023A1 (en) * 2016-07-27 2018-02-01 腾讯科技(深圳)有限公司 Data disaster recovery method, apparatus and system
CN108134706A (en) * 2018-01-02 2018-06-08 中国工商银行股份有限公司 Block chain high-availability system mostly living, computer equipment and method
CN108964948A (en) * 2017-05-19 2018-12-07 北京金山云网络技术有限公司 Principal and subordinate's service system, host node fault recovery method and device
CN108984602A (en) * 2018-06-05 2018-12-11 网易(杭州)网络有限公司 A kind of database control method and Database Systems
CN109005045A (en) * 2017-06-06 2018-12-14 北京金山云网络技术有限公司 Active and standby service system and host node fault recovery method
CN109032837A (en) * 2018-06-15 2018-12-18 华为技术有限公司 The method and apparatus of data backup
CN110502373A (en) * 2019-07-26 2019-11-26 苏州浪潮智能科技有限公司 A kind of method, equipment and readable medium that main and subordinate node data are synchronous

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034664A (en) * 2011-10-10 2013-04-10 上海盛霄云计算技术有限公司 Method, system and device for controlling data migration of database
CN105339939A (en) * 2013-06-25 2016-02-17 国际商业机器公司 Replication for on-line hot-standby database
CN106537364A (en) * 2014-07-29 2017-03-22 慧与发展有限责任合伙企业 Storage transactions
WO2018019023A1 (en) * 2016-07-27 2018-02-01 腾讯科技(深圳)有限公司 Data disaster recovery method, apparatus and system
CN108964948A (en) * 2017-05-19 2018-12-07 北京金山云网络技术有限公司 Principal and subordinate's service system, host node fault recovery method and device
CN109005045A (en) * 2017-06-06 2018-12-14 北京金山云网络技术有限公司 Active and standby service system and host node fault recovery method
CN108134706A (en) * 2018-01-02 2018-06-08 中国工商银行股份有限公司 Block chain high-availability system mostly living, computer equipment and method
CN108984602A (en) * 2018-06-05 2018-12-11 网易(杭州)网络有限公司 A kind of database control method and Database Systems
CN109032837A (en) * 2018-06-15 2018-12-18 华为技术有限公司 The method and apparatus of data backup
CN110502373A (en) * 2019-07-26 2019-11-26 苏州浪潮智能科技有限公司 A kind of method, equipment and readable medium that main and subordinate node data are synchronous

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112003744A (en) * 2020-08-14 2020-11-27 苏州浪潮智能科技有限公司 Backup recovery method and system for cloud platform service cluster

Similar Documents

Publication Publication Date Title
RU2531572C2 (en) Database replication method and table updating apparatus
US9253265B2 (en) Hot pluggable extensions for access management system
EP2948875B1 (en) Method and system for using a recursive event listener on a node in hierarchical data structure
CN110661658A (en) Node management method and device of block chain network and computer storage medium
CN111143382B (en) Data processing method, system and computer readable storage medium
US20220263772A1 (en) Metadata driven static determination of controller availability
CN112148798A (en) Data processing method and device applied to distributed system
CN113760901A (en) Data processing method, device, equipment and storage medium
WO2022134797A1 (en) Data fragmentation storage method and apparatus, a computer device, and a storage medium
WO2024021861A1 (en) Data recovery method and electronic device
CN111400404A (en) Node initialization method, device, equipment and storage medium
CN113111036A (en) Small file processing method, device, medium and electronic equipment based on HDFS
CN112711466B (en) Hanging affair inspection method and device, electronic equipment and storage medium
CN114564210A (en) Copy deployment method, device, system, electronic equipment and storage medium
CN113032477A (en) Long-distance data synchronization method and device based on GTID and computing equipment
WO2021147375A1 (en) Data management method and apparatus, and device, computer-readable storage medium, and system
CN113138722B (en) Replication snapshot method, system and medium for distributed block storage system
US20220391223A1 (en) Adding expressiveness to plugin extensions using integration with operators
CN116186165A (en) Data copying method, device, system and storage medium
CN117056294A (en) WAL processing method and device, electronic equipment and storage medium
CN117390027A (en) Memory read-write method and device
CN114254041A (en) Method, device, electronic equipment and medium for copying main and standby flows of shared storage cluster
CN113326268A (en) Data writing and reading method and device
CN115964436A (en) Method and device for managing database cluster
CN112506590A (en) Interface calling method and device and electronic equipment

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220921

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.