WO2012068787A1 - 一种数据同步方法及装置 - Google Patents

一种数据同步方法及装置 Download PDF

Info

Publication number
WO2012068787A1
WO2012068787A1 PCT/CN2011/070524 CN2011070524W WO2012068787A1 WO 2012068787 A1 WO2012068787 A1 WO 2012068787A1 CN 2011070524 W CN2011070524 W CN 2011070524W WO 2012068787 A1 WO2012068787 A1 WO 2012068787A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
synchronization
synchronized
destination
data end
Prior art date
Application number
PCT/CN2011/070524
Other languages
English (en)
French (fr)
Inventor
刘永康
叶兵
王良家
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012068787A1 publication Critical patent/WO2012068787A1/zh

Links

Classifications

    • 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/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering
    • 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

Definitions

  • the present invention relates to the field of data synchronization technologies, and in particular, to a data synchronization method and apparatus. Background technique
  • the present invention provides a data synchronization method and apparatus.
  • the embodiment of the invention further provides a data synchronization device, including:
  • a write cache module configured to write data to be synchronized in the source data end to the secure cache when a synchronization exception occurs during the data synchronization between the source data end and the destination data end;
  • the sending module is configured to send the data to be synchronized in the secure cache to the destination data end after the synchronization is restored.
  • the solution provided by the embodiment of the present invention uses a secure caching mechanism, so that the data synchronization failure does not occur in the case of a bad working environment, thereby ensuring that data is not lost.
  • FIG. 1 is a flowchart of a method according to an embodiment of the present invention
  • FIG. 2 is a structural diagram of a device according to an embodiment of the present invention. detailed description
  • the technical solution provided by the embodiment of the present invention is to synchronize data between one source data end and two destination data ends (destination data end A and destination data end B), specifically: performing data synchronization on the source data end and the destination data end.
  • the data to be synchronized in the source data end is written into the secure cache; after the synchronization abnormality is restored, the data to be synchronized in the secure cache is sent to the destination data end.
  • Step 101 A data change occurs on the source data side.
  • a data change occurs on the source data side, which is used as a start condition to trigger data synchronization between the source data end and the destination data end.
  • Step 102 Collect data change information of the source data end, determine whether a synchronization abnormality occurs, and perform step 104 if a synchronization abnormality occurs, otherwise perform step 103.
  • Step 103 Send the data change information directly to the destination data end.
  • the data change information is used as the to-be-synchronized data transmitted from the source data terminal to the destination data terminal.
  • the data change information is used as the to-be-synchronized data transmitted from the source data terminal to the destination data terminal.
  • the first data is synchronized, all the data is sent from the source data end to the destination data end as the data to be synchronized.
  • the data change information is transmitted to the destination data terminal A. If it is determined that both the destination data terminal A and the destination data terminal B need to be transmitted, the data change information is transmitted to the destination data terminal A and the destination data terminal B.
  • determining whether a synchronization abnormality occurs it is determined whether the link between the source data end and the destination data end is normal, and whether the destination data end is normal. If both are normal, it may be determined that no synchronization abnormality occurs, otherwise, the source is When an abnormality occurs on the data side and the destination data side link, and/or an abnormality occurs in the destination data side, it is determined that a synchronization abnormality has occurred.
  • Step 104 Store the data change information in the corresponding security cache, and check whether the abnormality is restored at a certain time and issue an alarm.
  • the data to be synchronized in the source data end is respectively written into the secure cache of each destination data end, and each secure cache is only stored in the same manner.
  • the data to be synchronized sent by the corresponding destination data end is respectively written into the secure cache of each destination data end, and each secure cache is only stored in the same manner.
  • the security cache A corresponds to the destination data terminal A
  • the security cache B corresponds to the destination data terminal B
  • the data change information A is data change information transmitted from the source data terminal to the destination data terminal A
  • the data change information B is data change information transmitted from the source data terminal to the destination data terminal B
  • the data change information A is stored in the corresponding security cache A
  • the data change information B is stored in the corresponding secure cache B.
  • Step 105 After the synchronization abnormality returns to normal, the data change information stored in the secure cache is preferentially sent to the destination data end in chronological order.
  • the data to be synchronized in each security cache is sent to the corresponding destination data end, for example, the security cache, the data change information A in the security cache B, and the data change information B are sent to the destination.
  • Data end A and destination data end B are sent to the destination.
  • the data change information stored in the cache is sent to the destination data end, it is sent in the order of time, for example, from the synchronization exception to the synchronization abnormality recovery time, 50 numbers According to the change information (from the 51st to the 100th data synchronization), it is stored in the security cache A and the security cache B respectively, and is sent to the destination data terminal A and the destination data terminal B respectively by the security cache A and the security cache B. When it is sent in order from the 51st to the 100th.
  • Step 106 After the data in the secure cache is sent, the content in the secure cache is cleared. In this step, after the data transmission change information A and the data change information B in the security cache B and the security cache B are sent, the data change information A and the data change information in the secure cache A and the secure cache B need to be cleared.
  • the foregoing step process in this embodiment may be executed on the source data end, or may be separately executed by a dedicated server connected to the source data end.
  • the flow may be directly in the source data end.
  • Collect data change information on the source data side and directly write the data change information to the secure cache in the source data end, and then send it directly to the destination data end
  • the dedicated server can The data change information of the source data end is collected in the source data end, and the dedicated server writes the data change information to the secure cache in the dedicated server, and directly sends it to the destination data end in the subsequent dedicated server.
  • the source data end and the dedicated server respectively determine that the conditions for the occurrence of the synchronization abnormality are consistent, and are generally caused by the following situations: 1.
  • the synchronization link is interrupted; 2.
  • the destination data terminal is abnormal; 3.
  • the message is due to the message Too much size causes the message to squeeze and write to the secure cache.
  • the data synchronization technology in the solution of the embodiment of the present invention increases the synchronization data cache protection mechanism, which is an improvement of the synchronization technology, and increases the reliability of data synchronization. Solved the current data sexuality, in the case of a bad working environment, it is easy to cause data synchronization failure, resulting in data loss. At the same time, it solves the problem that the loss of the previous data is likely to cause the subsequent data synchronization failure (considering the transactionality of the data).
  • the synchronization method of the cache protection mechanism writes the synchronization data into the security cache when the data synchronization is abnormal (the security cache is a shared memory or a mapping file, but is not limited to the two storage methods), and the like.
  • the data stored in the secure cache is preferentially synchronized to the destination end, and then enters the normal synchronization process.
  • This method can avoid data loss during synchronization anomaly to ensure the reliability of data synchronization.
  • This caching mechanism guarantees the order of data synchronization to ensure the transactionality of the database.
  • the invention improves the practicability, safety and reliability of data synchronization. Multiple trials have shown that the solution in the embodiment of the invention can achieve zero data loss (synchronous data records in the order of tens of millions).
  • the embodiment of the present invention further provides a data synchronization device, as shown in FIG. 2, comprising: a write cache module 201, configured to: when a data synchronization occurs between the source data end and the destination data end, when a synchronization exception occurs, the source is The data to be synchronized in the data end is written into the secure cache;
  • a write cache module 201 configured to: when a data synchronization occurs between the source data end and the destination data end, when a synchronization exception occurs, the source is The data to be synchronized in the data end is written into the secure cache;
  • the sending module 202 is configured to send the data to be synchronized in the secure cache to the destination data end after the synchronization is restored.
  • the method further includes: a clearing module 203, configured to: after the sending module 202 sends the data to be synchronized in the secure cache to the destination data end, clear the data to be synchronized in the secure cache.
  • a clearing module 203 configured to: after the sending module 202 sends the data to be synchronized in the secure cache to the destination data end, clear the data to be synchronized in the secure cache.
  • the write cache module 201 is further configured to write the data to be synchronized in the source data end into the secure cache when the source data end and the destination data end link are abnormal, and/or the destination data end is abnormal.
  • the synchronization module 204 is configured to restart the process of data synchronization between the source data end and the destination data end after the sending module 202 sends the data to be synchronized in the secure cache to the destination data end.
  • the write cache module 201 is further configured to write the data to be synchronized in the source data end to the secure cache of each destination data end when a synchronization abnormality occurs in the process of data synchronization between the source data end and the plurality of destination data ends.
  • Each security cache stores only the data to be synchronized sent to the destination data end corresponding thereto;
  • the sending module 202 is further configured to send the data to be synchronized in each security cache to the corresponding destination data end after the synchronization abnormality is restored.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Hardware Redundancy (AREA)

Description

一种数据同步方法及装置 技术领域
本发明涉及数据同步技术领域, 尤其涉及一种数据同步方法及装置。 背景技术
目前, 全球各高端领域的很多业务在处理庞大数据的时候无不使用到 数据库, 但是单个数据库难以满足多点使用, 这样会增加数据库的压力。 这就必须要使用到数据同步技术将新变更数据从一个数据库同步到其他同 类用途的数据库 (比如将本地区数据库的数据同步到其它多个地区数据库 一对多的同步)。 数据同步的可靠性, 可见现有技术中存在工作环境恶劣的情况下很容易出 现数据同步的失败, 导致数据丟失。 发明内容
为了解决现有技术中在工作环境恶劣的情况下很容易出现数据同步的 失败, 导致数据丟失的问题, 本发明提供了一种数据同步方法及装置。
本发明实施例提供的一种数据同步方法, 包括:
在源数据端和目的数据端进行数据同步的过程中, 当出现同步异常时, 将源数据端中待同步数据写入安全緩存中;
同步异常恢复后, 将安全緩存中的待同步数据发送给目的数据端。 本发明实施例还提供了一种数据同步装置, 包括:
写緩存模块, 用于在源数据端和目的数据端进行数据同步的过程中, 当出现同步异常时, 将源数据端中待同步数据写入安全緩存中; 发送模块, 用于同步异常恢复后, 将安全緩存中的待同步数据发送给 目的数据端。
本发明实施例提供的方案, 由于釆用了安全緩存机制, 使得在工作环 境恶劣的情况下也不会出现数据同步的失败, 进而保证了数据不会被丟失。 附图说明
图 1为本发明实施例提供的方法流程图;
图 2为为本发明实施例提供的装置结构图。 具体实施方式
下面结合附图对本发明实施例的技术方案进行详细说明。 本发明实施 例提供的技术方案是将一个源数据端和两个目的数据端 (目的数据端 A、 目的数据端 B )进行数据同步, 具体的: 在源数据端和目的数据端进行数 据同步的过程中, 当出现同步异常时, 将源数据端中待同步数据写入安全 緩存中; 同步异常恢复后, 将安全緩存中的待同步数据发送给目的数据端。
本实施方案的主要流程如图 1所示包括:
步骤 101 : 源数据端发生数据变更。
源数据端发生数据变更, 以此为启动条件, 触发源数据端和目的数据 端进行数据同步。
步骤 102: 收集源数据端的数据变更信息, 判断是否出现同步异常, 如 果出现同步异常则执行步骤 104, 否则执行步骤 103。
步骤 103: 直接将数据变更信息发送给目的数据端。
本实施例中将数据变更信息作为由源数据端向目的数据端发送的待同 步数据。 当然不限于此, 也可以是第一次数据同步时, 将全部的数据由源 数据端向目的数据端发送, 作为待同步数据。
本步骤中根据需求, 若只需向目的数据端 A发送数据变更信息, 则仅 向目的数据端 A发送数据变更信息, 若确定目的数据端 A和目的数据端 B 都有数据变更信息需要发送, 则向目的数据端 A和目的数据端 B发送数据 变更信息。 本实施例中, 判断是否出现同步异常时, 需判断源数据端与目 的数据端链路是否正常, 以及目的数据端是否正常, 若两者均正常则可确 定没有出现同步异常, 否则, 即源数据端和目的数据端链路出现异常、 和 / 或目的数据端出现异常时, 可以确定出现同步异常。
步骤 104: 将数据变更信息存储到对应的安全緩存中, 并每隔一定时间 去检测异常是否恢复, 同时发出告警。
源数据端同时和多个目的数据端进行数据同步的过程中出现同步异常 时, 将源数据端中待同步数据分别写入每一个目的数据端的安全緩存中, 每个安全緩存只存储向与其相对应的目的数据端发送的待同步数据。
例如, 安全緩存 A和目的数据端 A对应, 安全緩存 B和目的数据端 B 对应。 例如数据变更信息 A是由源数据端向目的数据端 A发送的数据变更 信息,数据变更信息 B是由源数据端向目的数据端 B发送的数据变更信息, 则出现同步异常时, 数据变更信息 A存储到对应的安全緩存 A中, 数据变 更信息 B存储到对应的安全緩存 B中。
步骤 105: 当同步异常恢复正常后,优先将保存在安全緩存中的数据变 更信息按照时间的先后顺序发送给目的数据端。
通过检测发现同步异常已恢复, 将各安全緩存中的待同步数据发送给 对应的目的数据端, 例如, 优先将安全緩存 、 安全緩存 B中的数据变更 信息 A和数据变更信息 B分别发送给目的数据端 A和目的数据端 B。 本步 骤中, 等数据同步恢复正常时, 优先将保存在安全緩存中的数据同步到目 的数据端, 然后再重新启动源数据端和目的数据端的数据同步, 进入正常 的同步流程。 在向目的数据端发送保存在緩存中的数据变更信息时, 按照 时间的先后顺序发送, 例如从同步异常到同步异常恢复这段时间, 50条数 据变更信息(从数据同步开始第 51条到第 100条)分别保存在安全緩存 A 和安全緩存 B中,在由安全緩存 A和安全緩存 B中分别向目的数据端 A和 目的数据端 B发送时, 依次从第 51条到第 100条的顺序发送。
步骤 106: 安全緩存中数据发送完毕后, 清除安全緩存中的内容。 在本步骤中, 安全緩存 、 安全緩存 B中的数据变更信息 A和数据变 更信息 B发送完毕后 , 需要清除安全緩存 A和安全緩存 B中的数据变更信 息 A和数据变更信息^
本实施例中的上述步骤流程可执行于源数据端, 也可单独由一个与源 数据端连接的专用的服务器执行, 在源数据端执行时, 出现同步异常后, 可以直接在源数据端内收集源数据端的数据变更信息, 以及直接将数据变 更信息写入到源数据端中的安全緩存, 并在后续直接发送给目的数据端, 专用的服务器执行时, 出现同步异常后, 专用的服务器可以获取在源数据 端内收集源数据端的数据变更信息, 专用的服务器将数据变更信息写入到 该专用的服务器中的安全緩存, 并在后续专用的服务器直接发送给目的数 据端。 本实施例中源数据端和专用服务器分别确定出现同步异常的条件一 致, 一般由以下几种情况引起: 一、 同步链路中断; 二、 目的数据终端异 常; 三、 同步过程中, 如果由于消息量太大导致消息挤压, 写入到安全緩 存。
现有技术中的数据同步方案, 如果在数据同步的过程中出现异常, 会 导致数据丟失, 会极大的影响业务的正常运行, 导致业务出错。 这是因为 目前的同步技术没有很好的考虑到同步异常时对数据的保护, 当整个系统 遇到严重异常情况时, 由于没有很好的数据保护机制。 这种情况下, 那些 没有数据保护机制的同步方法会造成数据丟失。
本发明实施例的方案中的数据同步技术, 增加同步数据緩存保护机制 是对同步技术的一种改进, 增加了数据同步的可靠性。 解决了目前数据同 性, 在工作环境恶劣的情况下很容易出现数据同步的失败, 导致数据丟失 的问题。 并且同时解决了由于先前数据的丟失很有可能就会造成后续数据 同步的失败的问题(考虑到数据的事务性)。 本发明实施例中通过緩存保护 机制的同步方法, 在数据同步出现异常时将同步数据写入安全緩存中 (该 安全緩存为共享内存或映射文件, 但不限于这两种保存方式), 等数据同步 恢复正常时, 优先将保存在安全緩存中的数据同步到目的端, 然后再进入 正常的同步流程, 这种方法可以避免在同步异常时数据的丟失, 以确保数 据同步的可靠性, 另外通过这种緩存机制可以保证数据同步的顺序, 以确 保数据库的事务性。 本发明提高了数据同步的实用性、 安全可靠性。 多次 试验证明该发明实施例中的方案可以达到零数据丟失(同步数据记录数在 千万级别)。
本发明实施例还提供了一种数据同步装置, 如图 2所示包括: 写緩存模块 201 , 用于在源数据端和目的数据端进行数据同步的过程 中, 当出现同步异常时, 将源数据端中待同步数据写入安全緩存中;
发送模块 202, 用于同步异常恢复后, 将安全緩存中的待同步数据发送 给目的数据端。
进一步, 还包括: 清除模块 203 , 用于在发送模块 202将安全緩存中的 待同步数据发送给目的数据端后, 清除安全緩存中的待同步数据。
进一步, 写緩存模块 201 ,还用于当源数据端和目的数据端链路出现异 常、 和 /或目的数据端出现异常时, 将源数据端中待同步数据写入安全緩存 中。
进一步, 还包括:
同步模块 204,用于在发送模块 202将安全緩存中的待同步数据发送给 目的数据端后, 重新启动源数据端和目的数据端进行数据同步的过程。 进一步, 写緩存模块 201 ,还用于当源数据端同时和多个目的数据端进 行数据同步的过程中出现同步异常时, 将源数据端中待同步数据分别写入 每一个目的数据端的安全緩存中, 每个安全緩存只存储向与其相对应的目 的数据端发送的待同步数据;
发送模块 202, 还用于同步异常恢复后, 将各安全緩存中的待同步数据 发送给对应的目的数据端。 本发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权 利要求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在 内。

Claims

权利要求书
1、 一种数据同步方法, 其特征在于, 包括:
在源数据端和目的数据端进行数据同步的过程中, 当出现同步异常时, 将源数据端中待同步数据写入安全緩存中;
同步异常恢复后, 将安全緩存中的待同步数据发送给目的数据端。
2、 如权利要求 1所述的方法, 其特征在于, 将安全緩存中的待同步数 据发送给目的数据端后, 还包括:
清除安全緩存中的待同步数据。
3、 如权利要求 1所述的方法, 其特征在于, 当出现同步异常时, 将源 数据端中待同步数据写入安全緩存中, 具体为:
当源数据端和目的数据端链路出现异常、和 /或目的数据端出现异常时, 将源数据端中待同步数据写入安全緩存中。
4、 如权利要求 1所述的方法, 其特征在于, 将安全緩存中的待同步数 据发送给目的数据端后, 还包括:
重新启动源数据端和目的数据端进行数据同步的过程。
5、 如权利要求 1所述的方法, 其特征在于, 在源数据端和目的数据端 进行数据同步的过程中, 当出现同步异常时, 将源数据端中待同步数据写 入安全緩存中, 具体为:
源数据端同时和多个目的数据端进行数据同步的过程中出现同步异常 时, 将源数据端中待同步数据分别写入每一个目的数据端的安全緩存中, 每个安全緩存只存储向与其相对应的目的数据端发送的待同步数据;
同步异常恢复后, 将安全緩存中的待同步数据发送给目的数据端步骤 具体为:
同步异常恢复后, 将各安全緩存中的待同步数据发送给对应的目的数 据端。
6、 一种数据同步装置, 其特征在于, 包括:
写緩存模块, 用于在源数据端和目的数据端进行数据同步的过程中, 当出现同步异常时, 将源数据端中待同步数据写入安全緩存中;
发送模块, 用于同步异常恢复后, 将安全緩存中的待同步数据发送给 目的数据端。
7、 如权利要求 6所述的装置, 其特征在于, 还包括: 清除模块, 用于 在发送模块将安全緩存中的待同步数据发送给目的数据端后, 清除安全緩 存中的待同步数据。
8、 如权利要求 6所述的装置, 其特征在于, 写緩存模块, 还用于当源 数据端和目的数据端链路出现异常、 和 /或目的数据端出现异常时, 将源数 据端中待同步数据写入安全緩存中。
9、 如权利要求 6所述的装置, 其特征在于, 还包括:
同步模块, 用于在发送模块将安全緩存中的待同步数据发送给目的数 据端后, 重新启动源数据端和目的数据端进行数据同步的过程。
10、 如权利要求 6所述的装置, 其特征在于, 写緩存模块, 还用于当 源数据端同时和多个目的数据端进行数据同步的过程中出现同步异常时, 将源数据端中待同步数据分别写入每一个目的数据端的安全緩存中, 每个 安全緩存只存储向与其相对应的目的数据端发送的待同步数据;
发送模块, 还用于同步异常恢复后, 将各安全緩存中的待同步数据发 送给对应的目的数据端。
PCT/CN2011/070524 2010-11-23 2011-01-24 一种数据同步方法及装置 WO2012068787A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010557164.6 2010-11-23
CN2010105571646A CN102004780A (zh) 2010-11-23 2010-11-23 一种数据同步方法及装置

Publications (1)

Publication Number Publication Date
WO2012068787A1 true WO2012068787A1 (zh) 2012-05-31

Family

ID=43812142

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/070524 WO2012068787A1 (zh) 2010-11-23 2011-01-24 一种数据同步方法及装置

Country Status (2)

Country Link
CN (1) CN102004780A (zh)
WO (1) WO2012068787A1 (zh)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102769533A (zh) * 2011-05-04 2012-11-07 北京北方微电子基地设备工艺研究中心有限责任公司 数据处理方法和数据处理装置
CN103051678A (zh) * 2012-12-04 2013-04-17 中国电信股份有限公司云计算分公司 一种高可靠性的数据通信方法和装置
CN105653539A (zh) * 2014-11-13 2016-06-08 腾讯数码(深圳)有限公司 索引分布式存储的实现方法和装置
CN106649735B (zh) * 2016-12-23 2020-01-10 腾讯科技(深圳)有限公司 一种记录日志数据的方法和装置
CN108234465B (zh) * 2017-12-26 2021-09-10 创新科技术有限公司 一种分布式文件系统中应对异常的冗余方法和装置
CN108710646A (zh) * 2018-04-25 2018-10-26 福建天泉教育科技有限公司 一种数据同步的方法及装置
CN109271442A (zh) * 2018-07-27 2019-01-25 东软集团股份有限公司 数据库同步恢复方法、装置、计算机可读存储介质和电子设备
CN110245500A (zh) * 2019-05-08 2019-09-17 上海市第十人民医院 一种基于医疗体系的安全管理方法及系统
CN112799884B (zh) * 2021-04-14 2021-08-03 北京八角科技有限责任公司 网络数据处理系统异常退出后的自动恢复方法、装置和存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1520562A (zh) * 2001-06-30 2004-08-11 国际商业机器公司 用于中央同步服务器的缓存机构的系统和方法
CN1529457A (zh) * 2003-09-29 2004-09-15 中兴通讯股份有限公司 通信系统中基站与服务器数据库实时同步方法
CN101097503A (zh) * 2006-06-26 2008-01-02 联发科技股份有限公司 双缓冲装置和双缓冲方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7249193B1 (en) * 2001-08-28 2007-07-24 Emc Corporation SRDF assist
EP2204736A4 (en) * 2007-09-25 2012-01-11 Fujitsu Ltd INFORMATION PROCESSOR AND CONTROL PROCEDURE
CN101630232B (zh) * 2008-07-15 2011-11-23 中兴通讯股份有限公司 双存储控制器的管理方法和装置
US8412889B2 (en) * 2008-10-16 2013-04-02 Microsoft Corporation Low-level conditional synchronization support
CN101692249B (zh) * 2009-09-18 2012-11-14 深圳市科陆电子科技股份有限公司 对电力需求侧系统进行数据存取的方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1520562A (zh) * 2001-06-30 2004-08-11 国际商业机器公司 用于中央同步服务器的缓存机构的系统和方法
CN1529457A (zh) * 2003-09-29 2004-09-15 中兴通讯股份有限公司 通信系统中基站与服务器数据库实时同步方法
CN101097503A (zh) * 2006-06-26 2008-01-02 联发科技股份有限公司 双缓冲装置和双缓冲方法

Also Published As

Publication number Publication date
CN102004780A (zh) 2011-04-06

Similar Documents

Publication Publication Date Title
WO2012068787A1 (zh) 一种数据同步方法及装置
CN106202075B (zh) 一种数据库主备切换的方法及装置
CN101706795B (zh) 主备服务器上数据库数据同步方法
CN101582787B (zh) 一种双机备份系统及备份方法
US10565071B2 (en) Smart data replication recoverer
CN102364448B (zh) 一种计算机故障管理系统的容错方法
JP6232427B2 (ja) メッセージ配信における添付ファイルの重複排除および添付ファイルの自動修復
US7454655B2 (en) Autonomic recovery of PPRC errors detected by PPRC peer
WO2018023994A1 (zh) 一种容灾切换的方法、节点及系统
CN104980524A (zh) 一种weblogic连接池失效监测方法
JP5343436B2 (ja) 情報管理システム
CN104252500A (zh) 一种数据库管理平台的故障修复方法和装置
CN101237315A (zh) 一种用于双控高可用系统的同步检测和故障隔离方法
WO2022088861A1 (zh) 数据库故障处理方法和装置
CN111597079B (zh) 针对MySQL Galera集群故障的检测和恢复方法及系统
CN106815094B (zh) 一种用于实现主备同步模式下事务提交的方法与设备
KR101086797B1 (ko) Rfid 미들웨어 관리 시스템의 장애 관리 장치 및 방법
JP2012027584A (ja) 仮想イメージを利用した障害対応システム
CN116737462A (zh) 一种数据处理方法、系统、装置及介质
CN109117317A (zh) 一种集群故障恢复方法和相关装置
JP2015095876A (ja) プラント監視制御システム
JP2007272328A (ja) コンピュータ・システム
WO2020093959A1 (zh) 一种根因诊断的方法、装置
JP5509651B2 (ja) ログ採取装置、ログ採取方法、プログラム
CN111221680A (zh) 一种数据中心交换机系统自动管理方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11842718

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11842718

Country of ref document: EP

Kind code of ref document: A1