JP6260361B2 - Data transfer system and method - Google Patents

Data transfer system and method Download PDF

Info

Publication number
JP6260361B2
JP6260361B2 JP2014045695A JP2014045695A JP6260361B2 JP 6260361 B2 JP6260361 B2 JP 6260361B2 JP 2014045695 A JP2014045695 A JP 2014045695A JP 2014045695 A JP2014045695 A JP 2014045695A JP 6260361 B2 JP6260361 B2 JP 6260361B2
Authority
JP
Japan
Prior art keywords
serial number
item
new
storage unit
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2014045695A
Other languages
Japanese (ja)
Other versions
JP2015170226A (en
Inventor
正明 村合
正明 村合
規夫 飯島
規夫 飯島
崇 大江
崇 大江
昌基 梁
昌基 梁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2014045695A priority Critical patent/JP6260361B2/en
Publication of JP2015170226A publication Critical patent/JP2015170226A/en
Application granted granted Critical
Publication of JP6260361B2 publication Critical patent/JP6260361B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Retry When Errors Occur (AREA)
  • Hardware Redundancy (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、レプリケーションに関する。   The present invention relates to replication.

情報処理システムによってサービスを提供する事業者(例えば通信事業者等)は、事業継続計画(BCP:Business continuity planning)の一環として、情報処理システムにレプリケーションを行う機能を実装する。特に、CAPEX(Capital Expenditure)を削減するという観点から、仮想化環境においてレプリケーションが行われるようになっている。   A provider (for example, a telecommunications carrier) that provides a service by an information processing system implements a function of performing replication in the information processing system as part of a business continuity planning (BCP). In particular, replication is performed in a virtual environment from the viewpoint of reducing CAPEX (Capital Expenditure).

レプリケーションとは、情報処理システムにおいて管理されるデータベースの複製を、そのデータベースが配置されたコンピュータとは別のコンピュータ上に生成することである。レプリケーションによって障害に対する耐性を高められるので、例えば災害等が発生した場合における情報処理システムの停止を抑制し、また、たとえ情報処理システムが停止したとしても早期に復旧してサービスの提供を再開することができる。   Replication refers to generating a copy of a database managed in the information processing system on a computer different from the computer where the database is located. Since the tolerance to failures can be increased by replication, for example, the stop of the information processing system in the event of a disaster, etc. is suppressed, and even if the information processing system stops, it is recovered early and the provision of services is resumed Can do.

別のコンピュータ上に複製を生成する際には、元のデータを管理するコンピュータから複製を管理するコンピュータへデータが送信されるが、コンピュータ間の通信経路上等においてパケットロスが発生し、データの一部が失われることが有る。特に仮想化環境においては、パケットが多段のネットワーク(例えば、仮想ネットワーク、LAN(Local Area Network)及びWAN(Wide Area Network)等)を経由するため、パケットロスが発生しやすい。   When a copy is generated on another computer, the data is transmitted from the computer that manages the original data to the computer that manages the copy. However, packet loss occurs on the communication path between the computers, and the data Some may be lost. Particularly in a virtualized environment, a packet loss is likely to occur because a packet passes through a multistage network (for example, a virtual network, a LAN (Local Area Network), a WAN (Wide Area Network), etc.).

データの喪失に対する対処として、元のデータを管理するコンピュータが、複製を管理するコンピュータに対して何らかの方法によってデータを再送することが行われている。或る文献には、サーバとクライアントとが設けられたデータ同期システムにおいて、更新されるデータ項目とは別に、データ項目の更新に対応するグローバル一意識別子(GUID)を用意し、GUIDを用いて同期処理の中断に対処することが記載されている。但し、この文献におけるシステムは、サーバ及びクライアントの両方においてデータ項目が更新されるシステムであることを前提としている。   As a countermeasure against data loss, a computer that manages original data retransmits data to a computer that manages replication by some method. In a data synchronization system in which a server and a client are provided in a certain document, a global unique identifier (GUID) corresponding to the update of the data item is prepared separately from the data item to be updated, and synchronization is performed using the GUID. It deals with dealing with the interruption of processing. However, the system in this document is based on the premise that the data item is updated in both the server and the client.

また、TCP(Transmission Control Protocol)には再送の仕組みが設けられている。TCPにおいては、データの送達がACK(すなわち肯定応答)により確認される。元データを管理するコンピュータは、予め定められた時間を経過してもACKを受信しない場合(すなわち、タイムアウトした場合)にデータを再送する。ここで、タイムアウトまでの時間は、タイムアウトが発生する度により長い時間に設定される。そのため、TCPにおける送達確認を利用すると、再送に利用する通信バッファをメモリにおいて保持する時間が長くなり、アプリケーションプログラムによる処理等に影響を及ぼす。よって、データの再送に利用する資源(例えばメモリ)の量が多くなるという点では適切な技術であるとは言えない。   TCP (Transmission Control Protocol) is provided with a retransmission mechanism. In TCP, the delivery of data is confirmed by an ACK (ie an acknowledgment). The computer that manages the original data retransmits the data when no ACK is received even after a predetermined time has elapsed (that is, when a time-out occurs). Here, the time until timeout is set to a longer time each time a timeout occurs. Therefore, when the delivery confirmation in TCP is used, the time for holding the communication buffer used for retransmission in the memory becomes long, which affects the processing by the application program. Therefore, it is not an appropriate technique in that the amount of resources (for example, memory) used for data retransmission increases.

特表2009−516273号公報Special table 2009-516273

従って、本発明の目的は、1つの側面では、レプリケーションを行うシステムにおいて、データの再送に使用する資源の量を削減するための技術を提供することである。   Accordingly, an object of the present invention, in one aspect, is to provide a technique for reducing the amount of resources used for data retransmission in a replication system.

本発明に係るデータ転送システムは、第1情報処理装置と、第2情報処理装置とを有する。そして、上で述べた第1情報処理装置は、第1情報処理装置が管理する複数の項目のうち更新された第1項目の値と、更新の順番を表す通し番号とを第2情報処理装置に送信する送信部と、通し番号を項目の識別情報に対応付けて格納する番号格納部と、番号格納部に格納されている第1項目の識別情報に対応する通し番号を、第1項目の値と共に送信された通し番号に設定する設定部と、第2情報処理装置に送信された通し番号が第2情報処理装置から送り返された場合に、当該通し番号を番号格納部から削除すると共に、当該通し番号より小さい通し番号を番号格納部から検出する検出部とを有する。そして、上で述べた送信部は、検出部により検出された通し番号と共に既に送信された第2項目の値を、第2情報処理装置に再度送信する。   The data transfer system according to the present invention includes a first information processing device and a second information processing device. The first information processing apparatus described above sends the updated value of the first item among the plurality of items managed by the first information processing apparatus and the serial number indicating the update order to the second information processing apparatus. A transmission unit for transmission, a number storage unit for storing the serial number in association with the item identification information, and a serial number corresponding to the identification information for the first item stored in the number storage unit are transmitted together with the value of the first item. When the serial number sent to the second information processing device is sent back from the second information processing device, the setting unit for setting the serial number is deleted from the number storage unit, and a serial number smaller than the serial number is set. And a detection unit that detects from the number storage unit. And the transmission part described above transmits the value of the 2nd item already transmitted with the serial number detected by the detection part to a 2nd information processing apparatus again.

1つの側面では、レプリケーションを行うシステムにおいて、データの再送に使用する資源の量を削減できるようになる。   In one aspect, in a replication system, the amount of resources used for data retransmission can be reduced.

図1は、本実施の形態のシステム概要を示す図である。FIG. 1 is a diagram showing a system outline of the present embodiment. 図2は、運用系サーバとして実行されるVM及び待機系サーバとして実行されるVMの機能ブロック図である。FIG. 2 is a functional block diagram of a VM executed as an active server and a VM executed as a standby server. 図3は、セッションデータテーブルに格納されるデータの一例を示す図である。FIG. 3 is a diagram illustrating an example of data stored in the session data table. 図4は、管理テーブルに格納されるデータの一例を示す図である。FIG. 4 is a diagram illustrating an example of data stored in the management table. 図5は、セッションデータが更新された際に実行される処理の処理フローである。FIG. 5 is a processing flow of processing executed when the session data is updated. 図6は、更新通知の一例を示す図である。FIG. 6 is a diagram illustrating an example of the update notification. 図7は、シーケンス番号を含むパケットの一例を示す図である。FIG. 7 is a diagram illustrating an example of a packet including a sequence number. 図8は、セッションデータを再送する際に実行される処理の処理フローである。FIG. 8 is a processing flow of processing executed when retransmitting session data. 図9は、シーケンス番号の格納及び削除について説明するための図である。FIG. 9 is a diagram for explaining storage and deletion of sequence numbers. 図10は、シーケンス番号の格納及び削除について説明するための図である。FIG. 10 is a diagram for explaining storage and deletion of sequence numbers. 図11は、シーケンス番号の格納及び削除について説明するための図である。FIG. 11 is a diagram for explaining storage and deletion of sequence numbers. 図12は、シーケンス番号の格納及び削除について説明するための図である。FIG. 12 is a diagram for explaining storage and deletion of sequence numbers. 図13は、シーケンス番号の格納及び削除について説明するための図である。FIG. 13 is a diagram for explaining storage and deletion of sequence numbers. 図14は、シーケンス番号の格納及び削除について説明するための図である。FIG. 14 is a diagram for explaining storage and deletion of sequence numbers. 図15は、シーケンス番号の格納及び削除について説明するための図である。FIG. 15 is a diagram for explaining the storage and deletion of sequence numbers. 図16は、シーケンス番号の格納及び削除について説明するための図である。FIG. 16 is a diagram for explaining storage and deletion of sequence numbers. 図17は、コンピュータの機能ブロック図である。FIG. 17 is a functional block diagram of a computer.

図1に、本実施の形態におけるシステム概要を示す。例えばインターネットであるWAN3には、拠点10におけるネットワーク機器13と、拠点20におけるネットワーク機器23とが接続される。ネットワーク機器13は、LAN14を介して、物理サーバ11及び12並びに他のネットワーク機器(図示せず)等に接続される。   FIG. 1 shows a system overview in the present embodiment. For example, a network device 13 at the base 10 and a network device 23 at the base 20 are connected to the WAN 3 that is the Internet. The network device 13 is connected to the physical servers 11 and 12 and other network devices (not shown) via the LAN 14.

物理サーバ11は、NIC(Network Interface Card)112を有する。物理サーバ11においては、複数のVM(Virtual Machine)111が実行されており、複数のVM111の間の通信は仮想ネットワーク110を介して行われる。VM111が物理サーバ11以外の装置と通信を行う場合には、VM111はNIC112を介してセッションデータをネットワーク機器13に送信する。ネットワーク機器13は、物理サーバ11から受信したセッションデータを他の装置に中継する。なお、拠点20は拠点10と同様であるので説明を省略する。   The physical server 11 has a NIC (Network Interface Card) 112. In the physical server 11, a plurality of VMs (Virtual Machines) 111 are executed, and communication between the plurality of VMs 111 is performed via the virtual network 110. When the VM 111 communicates with a device other than the physical server 11, the VM 111 transmits session data to the network device 13 via the NIC 112. The network device 13 relays the session data received from the physical server 11 to another device. The base 20 is the same as the base 10 and will not be described.

WAN3には、LAN5を介してユーザ端末51及び52が接続される。ユーザ端末51及び52は、拠点におけるVMが提供するサービスを利用する。   User terminals 51 and 52 are connected to the WAN 3 via the LAN 5. The user terminals 51 and 52 use a service provided by the VM at the base.

以下では、複数のVM111のうちいずれかのVM111が運用系サーバとして実行され、複数のVM211のうちいずれかのVM211が待機系サーバとして実行されるとする。ユーザ端末51及び52は、運用系サーバであるVM111が提供するサービスを利用する。図2に、このような場合におけるVM111及びVM211の機能ブロック図を示す。図2の例では、運用系サーバであるVM111は、受信部1110と、検出部1111と、管理テーブル格納部1112と、生成部1113と、送信部1114と、セッションデータ格納部1115とを有する。   In the following, it is assumed that one of the plurality of VMs 111 is executed as an active server, and one of the plurality of VMs 211 is executed as a standby server. The user terminals 51 and 52 use services provided by the VM 111 that is an active server. FIG. 2 shows a functional block diagram of the VM 111 and VM 211 in such a case. In the example of FIG. 2, the VM 111 that is an active server includes a reception unit 1110, a detection unit 1111, a management table storage unit 1112, a generation unit 1113, a transmission unit 1114, and a session data storage unit 1115.

生成部1113は、セッションデータ格納部1115に格納されているセッションデータが更新された場合に、更新されたセッションデータのコールID及びフィールド番号に対応するシーケンス番号を、生成部1113が生成した新たなシーケンス番号に設定する。そして、生成部1113は、生成されたシーケンス番号を送信部1114に出力する。送信部1114は、セッションデータ格納部1115に格納されているセッションデータが更新された場合に、更新されたセッションデータ、コールID、フィールド番号、及び生成されたシーケンス番号を含む更新通知を、待機系サーバであるVM211に送信する。   When the session data stored in the session data storage unit 1115 is updated, the generation unit 1113 generates a new sequence number generated by the generation unit 1113, which is a sequence number corresponding to the call ID and field number of the updated session data. Set to sequence number. Then, the generation unit 1113 outputs the generated sequence number to the transmission unit 1114. When the session data stored in the session data storage unit 1115 is updated, the transmission unit 1114 sends an update notification including the updated session data, call ID, field number, and generated sequence number to the standby system. It transmits to VM211 which is a server.

受信部1110は、待機系サーバであるVM211からシーケンス番号を受信し、検出部1111に出力する。検出部1111は、受信部1110から受け取ったシーケンス番号を管理テーブル格納部1112から削除する。また、検出部1111は、受信部1110から受け取ったシーケンス番号より小さいシーケンス番号を管理テーブル格納部1112から検出する。そして、検出部1111は、検出されたシーケンス番号を生成部1113に出力する。生成部1113は、検出部1111から受け取ったシーケンス番号を、生成部1113が生成した新たなシーケンス番号で更新する。そして、生成部1113は、新たなシーケンス番号、並びに新たなシーケンス番号に対応するコールID及びフィールド番号を、送信部1114に出力する。送信部1114は、生成部1113から受け取ったコールID及びフィールド番号に対応するセッションデータをセッションデータ格納部1115から読み出す。そして、送信部1114は、読み出したセッションデータ、コールID、フィールド番号及びシーケンス番号を含む再送通知を、待機系サーバであるVM211に再送する。   The reception unit 1110 receives a sequence number from the VM 211 that is a standby server, and outputs the sequence number to the detection unit 1111. The detection unit 1111 deletes the sequence number received from the reception unit 1110 from the management table storage unit 1112. The detection unit 1111 detects a sequence number smaller than the sequence number received from the reception unit 1110 from the management table storage unit 1112. Then, the detection unit 1111 outputs the detected sequence number to the generation unit 1113. The generation unit 1113 updates the sequence number received from the detection unit 1111 with the new sequence number generated by the generation unit 1113. Then, the generation unit 1113 outputs the new sequence number and the call ID and field number corresponding to the new sequence number to the transmission unit 1114. The transmission unit 1114 reads session data corresponding to the call ID and field number received from the generation unit 1113 from the session data storage unit 1115. Then, the transmission unit 1114 retransmits the retransmission notification including the read session data, call ID, field number, and sequence number to the VM 211 that is the standby server.

待機系サーバであるVM211は、受信部2110と、セッションデータ格納部2111と、送信部2112とを有する。   The VM 211 that is a standby server includes a reception unit 2110, a session data storage unit 2111, and a transmission unit 2112.

受信部2110は、運用系サーバであるVM111から更新通知を受信し、セッションデータ格納部2111に格納されている、更新通知に含まれるコールID及びフィールド番号に対応付けて、更新通知に含まれるセッションデータを格納する。また、受信部2110は、更新通知に含まれるシーケンス番号を、送信部2112に出力する。   The reception unit 2110 receives the update notification from the VM 111 that is the active server, and associates the session ID included in the update notification with the call ID and field number included in the update notification stored in the session data storage unit 2111. Store the data. In addition, the reception unit 2110 outputs the sequence number included in the update notification to the transmission unit 2112.

送信部2112は、受信部2110から受け取ったシーケンス番号を、運用系サーバであるVM111に送信する。   The transmission unit 2112 transmits the sequence number received from the reception unit 2110 to the VM 111 that is an active server.

図3に、セッションデータ格納部1115及び2111に格納されるセッションデータテーブルの一例を示す。図3の例では、各コールIDについて、フィールド番号と、フィールドに格納されたデータ(本実施の形態においては、呼の状態を表すセッションデータ)とが格納される。本実施の形態においては、セッションデータ格納部1115からセッションデータ格納部2111にレプリケーションが行われる。よって、セッションデータ格納部2111には、セッションデータ格納部1115に格納されているセッションデータテーブルの複製が格納される。   FIG. 3 shows an example of a session data table stored in the session data storage units 1115 and 2111. In the example of FIG. 3, for each call ID, a field number and data stored in the field (in this embodiment, session data representing a call state) are stored. In the present embodiment, replication is performed from the session data storage unit 1115 to the session data storage unit 2111. Therefore, the session data storage unit 2111 stores a copy of the session data table stored in the session data storage unit 1115.

図4に、管理テーブル格納部1112に格納される管理テーブルの一例を示す。図4の例では、各コールIDについて、フィールド番号と、シーケンス番号とが格納される。シーケンス番号は、更新の順番を表す通し番号である。   FIG. 4 shows an example of a management table stored in the management table storage unit 1112. In the example of FIG. 4, a field number and a sequence number are stored for each call ID. The sequence number is a serial number indicating the update order.

次に、図5乃至図7を用いて、セッションデータが更新された際に行われる処理について説明する。   Next, processing performed when the session data is updated will be described with reference to FIGS.

まず、生成部1113は、セッションデータ格納部1115に格納されているセッションデータが、例えばユーザ端末51又は52からの通信によって更新されたことを検出する(図5:ステップS1)。また、生成部1113は、ステップS1において検出されたセッションデータのコールID及びフィールド番号をセッションデータテーブルから特定する。   First, the generation unit 1113 detects that the session data stored in the session data storage unit 1115 has been updated by, for example, communication from the user terminal 51 or 52 (FIG. 5: Step S1). Also, the generation unit 1113 identifies the call ID and field number of the session data detected in step S1 from the session data table.

生成部1113は、新たにシーケンス番号を生成する(ステップS3)。例えば、最後に生成されたシーケンス番号が「4」である場合には、ステップS3においてシーケンス番号「5」を生成する。生成部1113は、生成されたシーケンス番号を送信部1114に出力する。   The generation unit 1113 newly generates a sequence number (step S3). For example, if the last generated sequence number is “4”, the sequence number “5” is generated in step S3. The generation unit 1113 outputs the generated sequence number to the transmission unit 1114.

生成部1113は、管理テーブルにおいて、更新されたセッションデータのコールID及びフィールド番号に対応するシーケンス番号を、ステップS3において生成されたシーケンス番号に設定する(ステップS5)。ステップS5においては、更新されたセッションデータのコールID及びフィールド番号に対応するシーケンス番号が管理テーブルに格納されている場合には、そのシーケンス番号をステップS3において生成されたシーケンス番号で更新する。一方、更新されたセッションデータのコールID及びフィールド番号に対応するシーケンス番号が管理テーブルに格納されていない場合には、更新されたセッションデータのコールID及びフィールド番号に対応付けて、ステップS3において生成されたシーケンス番号を格納する。これにより、最後の更新の際に生成されたシーケンス番号が管理テーブルに格納されるようになる。   The generation unit 1113 sets the sequence number corresponding to the call ID and field number of the updated session data in the management table to the sequence number generated in step S3 (step S5). In step S5, when the sequence number corresponding to the call ID and field number of the updated session data is stored in the management table, the sequence number is updated with the sequence number generated in step S3. On the other hand, if the sequence number corresponding to the call ID and field number of the updated session data is not stored in the management table, it is generated in step S3 in association with the call ID and field number of the updated session data. Stored sequence number. As a result, the sequence number generated at the time of the last update is stored in the management table.

生成部1113は、更新されたセッションデータのコールID及びフィールド番号を送信部1114に出力する。送信部1114は、更新されたセッションデータ、更新されたセッションデータのコールID及びフィールド番号、並びにステップS3において生成されたシーケンス番号を含む更新通知を生成し、待機系サーバであるVM211に送信する(ステップS7)。   The generation unit 1113 outputs the call ID and field number of the updated session data to the transmission unit 1114. The transmission unit 1114 generates an update notification including the updated session data, the call ID and field number of the updated session data, and the sequence number generated in step S3, and transmits the update notification to the VM 211 that is the standby server ( Step S7).

図6に、更新通知の一例を示す。図6の例では、ヘッダ部と、データ部とが含まれる。ヘッダ部には、送信元アドレスと、宛先アドレスと、シーケンス番号とが含まれる。データ部には、コールIDと、フィールド番号と、データとが含まれる。フィールド番号とデータとのセットは、更新に係るフィールドの数だけ含まれる。   FIG. 6 shows an example of the update notification. In the example of FIG. 6, a header part and a data part are included. The header part includes a transmission source address, a destination address, and a sequence number. The data part includes a call ID, a field number, and data. A set of field numbers and data is included in the number of fields related to the update.

待機系サーバであるVM211の受信部2110は、運用系サーバであるVM111から更新通知を受信する(ステップS9)。   The receiving unit 2110 of the VM 211 that is the standby server receives the update notification from the VM 111 that is the active server (step S9).

受信部2110は、セッションデータ格納部2111に格納されている、受信した更新通知に含まれるコールID及びフィールド番号に対応するセッションデータを、受信した更新通知に含まれるセッションデータで更新する(ステップS11)。受信部2110は、更新通知に含まれるシーケンス番号を送信部2112に出力する。   The receiving unit 2110 updates the session data stored in the session data storage unit 2111 and corresponding to the call ID and field number included in the received update notification with the session data included in the received update notification (step S11). ). The reception unit 2110 outputs the sequence number included in the update notification to the transmission unit 2112.

送信部2112は、受信部2110から受け取ったシーケンス番号を含むパケットを生成し、運用系サーバであるVM111に送り返す(ステップS13)。   The transmission unit 2112 generates a packet including the sequence number received from the reception unit 2110, and sends it back to the VM 111 that is the active server (step S13).

図7に、シーケンス番号を含むパケットの一例を示す。図7の例では、ヘッダ部と、データ部とが含まれる。ヘッダ部には、送信元アドレスと、宛先アドレスと、シーケンス番号とが含まれる。データ部にはその他のデータが含まれる。   FIG. 7 shows an example of a packet including a sequence number. In the example of FIG. 7, a header part and a data part are included. The header part includes a transmission source address, a destination address, and a sequence number. The data portion includes other data.

運用系サーバであるVM111の受信部1110は、待機系サーバであるVM211から、シーケンス番号を含むパケットを受信する(ステップS15)。受信部1110は、受信したシーケンス番号を検出部1111に出力する。   The receiving unit 1110 of the VM 111 that is the active server receives a packet including a sequence number from the VM 211 that is the standby server (step S15). The reception unit 1110 outputs the received sequence number to the detection unit 1111.

検出部1111は、受信部1110から受け取ったシーケンス番号と同じシーケンス番号を管理テーブルから削除する(ステップS17)。   The detection unit 1111 deletes the same sequence number as the sequence number received from the reception unit 1110 from the management table (step S17).

検出部1111は、受信部1110から受け取ったシーケンス番号より小さいシーケンス番号を管理テーブルから探索する(ステップS19)。   The detecting unit 1111 searches the management table for a sequence number smaller than the sequence number received from the receiving unit 1110 (step S19).

受信部1110から受け取ったシーケンス番号より小さいシーケンス番号とは、受信部1110から受け取ったシーケンス番号より先にVM211に送信されたシーケンス番号であるにもかかわらず、未だ送り返されていないシーケンス番号である。したがって、このシーケンス番号を含む更新通知は、待機系サーバであるVM211に到達していない。   The sequence number smaller than the sequence number received from the reception unit 1110 is a sequence number that has not yet been sent back even though it is a sequence number transmitted to the VM 211 prior to the sequence number received from the reception unit 1110. Therefore, the update notification including this sequence number does not reach the VM 211 that is the standby server.

そこで、ステップS19において、受信部1110から受け取ったシーケンス番号より小さいシーケンス番号が検出された場合、セッションデータを再送するため、以下のような処理が行われる。   Therefore, when a sequence number smaller than the sequence number received from the reception unit 1110 is detected in step S19, the following processing is performed to retransmit the session data.

図8を用いて、セッションデータを再送する際に実行される処理について説明する。まず、検出部1111は、ステップS19において検出されたシーケンス番号を生成部1113に出力する。生成部1113は、管理テーブルに格納されている、検出部1111から受け取ったシーケンス番号を、新たなシーケンス番号で更新する(図8:ステップS21)。例えば、最後に生成されたシーケンス番号が「5」である場合には、ステップS21における新たなシーケンス番号を「6」とする。生成部1113は、新たなシーケンス番号、並びに新たなシーケンス番号に対応するコールID及びフィールド番号を、送信部1114に出力する。   The process executed when retransmitting the session data will be described with reference to FIG. First, the detection unit 1111 outputs the sequence number detected in step S19 to the generation unit 1113. The generation unit 1113 updates the sequence number received from the detection unit 1111 stored in the management table with a new sequence number (FIG. 8: step S21). For example, when the last generated sequence number is “5”, the new sequence number in step S21 is set to “6”. The generation unit 1113 outputs the new sequence number and the call ID and field number corresponding to the new sequence number to the transmission unit 1114.

送信部1114は、生成部1113から受け取ったコールID及びフィールド番号に対応するセッションデータを、セッションデータテーブルから読み出す。そして、送信部1114は、生成部1113から受け取ったコールID及びフィールド番号、そのコールID及びフィールド番号に対応するセッションデータ、並びに生成部1113から受け取ったシーケンス番号を含む再送通知を生成する。そして、送信部1114は、待機系サーバであるVM211に再送通知を送信する(ステップS23)。再送通知の構造は、図6に示した更新通知の構造と同様である。   The transmission unit 1114 reads the session data corresponding to the call ID and field number received from the generation unit 1113 from the session data table. Then, the transmission unit 1114 generates a retransmission notification including the call ID and field number received from the generation unit 1113, the session data corresponding to the call ID and field number, and the sequence number received from the generation unit 1113. Then, the transmission unit 1114 transmits a retransmission notification to the VM 211 that is a standby server (step S23). The structure of the retransmission notification is the same as the structure of the update notification shown in FIG.

待機系サーバであるVM211の受信部2110は、運用系サーバであるVM111から再送通知を受信する(ステップS25)。   The receiving unit 2110 of the VM 211 that is the standby server receives a retransmission notification from the VM 111 that is the active server (step S25).

受信部2111は、セッションデータ格納部2111に格納されている、受信した再送通知に含まれるコールID及びフィールド番号に対応付けて、受信した再送通知に含まれるセッションデータをセッションデータテーブルに格納する(ステップS27)。受信部2110は、再送通知に含まれるシーケンス番号を送信部2112に出力する。   The reception unit 2111 stores the session data included in the received retransmission notification in the session data table in association with the call ID and field number included in the received retransmission notification stored in the session data storage unit 2111 ( Step S27). Receiving section 2110 outputs the sequence number included in the retransmission notification to transmitting section 2112.

送信部2112は、受信部2110から受け取ったシーケンス番号を含むパケットを生成し、運用系サーバであるVM111に送り返す(ステップS29)。   The transmission unit 2112 generates a packet including the sequence number received from the reception unit 2110, and sends it back to the VM 111 that is the active server (step S29).

運用系サーバであるVM111の受信部1110は、待機系サーバであるVM211から、シーケンス番号を含むパケットを受信する(ステップS31)。受信部1110は、受信したシーケンス番号を検出部1111に出力する。   The receiving unit 1110 of the VM 111 that is the active server receives a packet including a sequence number from the VM 211 that is the standby server (step S31). The reception unit 1110 outputs the received sequence number to the detection unit 1111.

検出部1111は、受信部1110から受け取ったシーケンス番号と同じシーケンス番号を管理テーブルから削除する(ステップS33)。   The detecting unit 1111 deletes the same sequence number as the sequence number received from the receiving unit 1110 from the management table (step S33).

検出部1111は、受信部1110から受け取ったシーケンス番号より小さいシーケンス番号を管理テーブルから探索する(ステップS35)。   The detecting unit 1111 searches the management table for a sequence number smaller than the sequence number received from the receiving unit 1110 (step S35).

図1に示したようなシステムにおいては、VM111とVM211との間で通信を行う場合には仮想ネットワーク110、LAN14及びWAN3を経由することになるので、パケットロスが発生しやすい。このような場合にACKによる送達確認を利用すると、再送のために通信バッファを保持する期間が長くなり、アプリケーションプログラムによる処理に影響を及ぼす。しかし、本実施の形態においては、ACKの受信を待たずに、更新されたセッションデータを順次送信することになる。そのため、再送のために通信バッファを保持しなくてもよくなるので、メモリの使用量を少なくすることができるようになる。   In the system as shown in FIG. 1, when communication is performed between the VM 111 and the VM 211, the packet loss is likely to occur because the virtual network 110, the LAN 14, and the WAN 3 are used. In such a case, if delivery confirmation by ACK is used, a period for holding the communication buffer for retransmission becomes longer, which affects processing by the application program. However, in the present embodiment, updated session data is sequentially transmitted without waiting for reception of ACK. Therefore, it is not necessary to hold a communication buffer for retransmission, so that the amount of memory used can be reduced.

また、或るフィールドのセッションデータ(ここでは、SD1とする)の送信に失敗し、そのSD1を再送する前に、SD1が更新されて更新後のセッションデータ(ここでは、SD2とする)の送信に成功したとする。このような場合には再送を行わなくてもよいので、再送に使用するメモリ資源及び通信帯域等を節約できるようになる。   In addition, transmission of session data (here, SD1) in a certain field has failed and SD1 is updated before the SD1 is retransmitted, and transmission of updated session data (here, SD2) is performed. Is successful. In such a case, it is not necessary to perform retransmission, so that it is possible to save memory resources and communication bandwidth used for retransmission.

なお、セッションデータが待機系サーバであるVM211に到達したものの、シーケンス番号を含むパケットが通信の途中で失われることも考えられる。本実施の形態において、このようなケースはセッションデータの送信失敗として取り扱われるので、セッションデータの再送が行われるようになる。   In addition, although the session data reaches the VM 211 that is the standby server, a packet including the sequence number may be lost during communication. In the present embodiment, such a case is treated as a session data transmission failure, so that the session data is retransmitted.

図9乃至図16を用いて、管理テーブルにおけるシーケンス番号の削除及び格納について具体的に説明する。初期状態として、図9に示すようなデータが管理テーブルに格納されているとする。すなわち、コールID「01」の各フィールド番号に対応付けて、シーケンス番号「1」が格納されている。   The deletion and storage of the sequence number in the management table will be specifically described with reference to FIGS. Assume that data as shown in FIG. 9 is stored in the management table as an initial state. That is, the sequence number “1” is stored in association with each field number of the call ID “01”.

図9に示した状態において、シーケンス番号「1」を含むパケットを待機系サーバであるVM211から受信したとする。これは、シーケンス番号「1」と共に送信されたセッションデータを待機系サーバであるVM211が受信したことを意味する。このような場合は、管理テーブルにおける全てのシーケンス番号「1」が削除され、管理テーブルは図10に示すような状態になる。   In the state shown in FIG. 9, it is assumed that a packet including the sequence number “1” is received from the VM 211 that is a standby server. This means that the VM 211 that is the standby server has received the session data transmitted together with the sequence number “1”. In such a case, all sequence numbers “1” in the management table are deleted, and the management table is in a state as shown in FIG.

図10に示した状態において、フィールド番号が「3」及び「4」であるフィールドのセッションデータが同時に更新されたとする。この場合、管理テーブルにおけるフィールド番号「3」及び「4」に対応付けて、シーケンス番号「2」が格納され、管理テーブルは図11に示すような状態になる。シーケンス番号「2」は、更新後のセッションデータと共に待機系サーバであるVM211に送信される。   In the state shown in FIG. 10, it is assumed that the session data of the fields having field numbers “3” and “4” are updated simultaneously. In this case, the sequence number “2” is stored in association with the field numbers “3” and “4” in the management table, and the management table is in a state as shown in FIG. The sequence number “2” is transmitted to the VM 211 that is the standby server together with the updated session data.

そして、シーケンス番号「2」を含むパケットを待機系サーバであるVM211から受信したとする。これは、シーケンス番号「2」と共に送信されたセッションデータを待機系サーバであるVM211が受信したことを意味する。このような場合は、管理テーブルにおけるフィールド番号「3」及び「4」に対応するシーケンス番号「2」が削除され、管理テーブルは図12に示すような状態になる。   Then, it is assumed that a packet including the sequence number “2” is received from the VM 211 that is a standby server. This means that the VM 211 which is the standby server has received the session data transmitted together with the sequence number “2”. In such a case, the sequence number “2” corresponding to the field numbers “3” and “4” in the management table is deleted, and the management table is in a state as shown in FIG.

図11に示した状態において、フィールド番号が「4」及び「5」であるフィールドのセッションデータが同時に更新されたとする。この場合、管理テーブルにおけるフィールド番号「4」及び「5」に対応付けて、シーケンス番号「3」が格納され、管理テーブルは図13に示すような状態になる。フィールド番号「3」に対応するシーケンス番号「2」はそのままである。シーケンス番号「3」は、更新後のセッションデータと共に待機系サーバであるVM211に送信される。   In the state shown in FIG. 11, it is assumed that the session data of the fields with field numbers “4” and “5” are updated simultaneously. In this case, the sequence number “3” is stored in association with the field numbers “4” and “5” in the management table, and the management table is in a state as shown in FIG. The sequence number “2” corresponding to the field number “3” remains unchanged. The sequence number “3” is transmitted to the VM 211 that is the standby server together with the updated session data.

そして、シーケンス番号「3」を含むパケットを待機系サーバであるVM211から受信したとする。これは、シーケンス番号「3」と共に送信されたセッションデータを待機系サーバであるVM211が受信したことを意味する。このような場合は、管理テーブルにおけるフィールド番号「4」及び「5」に対応するシーケンス番号「3」が削除され、管理テーブルは図14に示すような状態になる。   Then, it is assumed that a packet including the sequence number “3” is received from the VM 211 that is a standby server. This means that the VM 211 as the standby server has received the session data transmitted with the sequence number “3”. In such a case, the sequence number “3” corresponding to the field numbers “4” and “5” in the management table is deleted, and the management table is in a state as shown in FIG.

ここで、受信したシーケンス番号「3」より小さいシーケンス番号である「2」が検出される。そして、フィールド番号「3」に対応するシーケンス番号は、新たなシーケンス番号である「4」に更新され、管理テーブルは図15に示すような状態になる。シーケンス番号「2」と共に待機系サーバであるVM211に既に送信したセッションデータは、新たなシーケンス番号と共に、待機系サーバであるVM211に再度送信される。   Here, “2” which is a sequence number smaller than the received sequence number “3” is detected. Then, the sequence number corresponding to the field number “3” is updated to “4” which is a new sequence number, and the management table is in a state as shown in FIG. The session data already transmitted to the VM 211 that is the standby server together with the sequence number “2” is transmitted again to the VM 211 that is the standby server together with the new sequence number.

そして、シーケンス番号「4」を含むパケットを待機系サーバであるVM211から受信したとする。これは、シーケンス番号「4」と共に送信されたセッションデータを待機系サーバであるVM211が受信したことを意味する。このような場合は、管理テーブルにおけるフィールド番号「3」に対応するシーケンス番号「4」が削除され、管理テーブルは図16に示すような状態になる。   Then, it is assumed that a packet including the sequence number “4” is received from the VM 211 that is a standby server. This means that the VM 211 that is the standby server has received the session data transmitted together with the sequence number “4”. In such a case, the sequence number “4” corresponding to the field number “3” in the management table is deleted, and the management table is in a state as shown in FIG.

以上本発明の一実施の形態を説明したが、本発明はこれに限定されるものではない。例えば、上で説明したVM111及び211の機能ブロック構成は実際のプログラムモジュール構成に一致しない場合もある。   Although one embodiment of the present invention has been described above, the present invention is not limited to this. For example, the functional block configurations of the VMs 111 and 211 described above may not match the actual program module configuration.

また、上で説明した各テーブルの構成は一例であって、上記のような構成でない場合もある。さらに、処理フローにおいても、処理結果が変わらなければ処理の順番を入れ替えることも可能である。さらに、並列に実行させるようにしても良い。   Further, the configuration of each table described above is an example, and the configuration may not be as described above. Further, in the processing flow, the processing order can be changed if the processing result does not change. Further, it may be executed in parallel.

なお、上ではシーケンス番号を利用しているが、シーケンス番号には限られない。更新の順番を示す他の識別子であってもよい。   Although the sequence number is used in the above, it is not limited to the sequence number. Other identifiers indicating the update order may be used.

なお、上で述べた物理サーバ11及び21は、コンピュータ装置であって、図17に示すように、メモリ2501とCPU(Central Processing Unit)2503とハードディスク・ドライブ(HDD:Hard Disk Drive)2505と表示装置2509に接続される表示制御部2507とリムーバブル・ディスク2511用のドライブ装置2513と入力装置2515とネットワークに接続するための通信制御部2517とがバス2519で接続されている。オペレーティング・システム(OS:Operating System)及び本実施例における処理を実施するためのアプリケーション・プログラムは、HDD2505に格納されており、CPU2503により実行される際にはHDD2505からメモリ2501に読み出される。CPU2503は、アプリケーション・プログラムの処理内容に応じて表示制御部2507、通信制御部2517、ドライブ装置2513を制御して、所定の動作を行わせる。また、処理途中のデータについては、主としてメモリ2501に格納されるが、HDD2505に格納されるようにしてもよい。本発明の実施例では、上で述べた処理を実施するためのアプリケーション・プログラムはコンピュータ読み取り可能なリムーバブル・ディスク2511に格納されて頒布され、ドライブ装置2513からHDD2505にインストールされる。インターネットなどのネットワーク及び通信制御部2517を経由して、HDD2505にインストールされる場合もある。このようなコンピュータ装置は、上で述べたCPU2503、メモリ2501などのハードウエアとOS及びアプリケーション・プログラムなどのプログラムとが有機的に協働することにより、上で述べたような各種機能を実現する。   Note that the physical servers 11 and 21 described above are computer devices, and display a memory 2501, a CPU (Central Processing Unit) 2503, and a hard disk drive (HDD: Hard Disk Drive) 2505 as shown in FIG. A display control unit 2507 connected to the device 2509, a drive device 2513 for the removable disk 2511, an input device 2515, and a communication control unit 2517 for connecting to a network are connected by a bus 2519. An operating system (OS) and an application program for executing the processing in this embodiment are stored in the HDD 2505, and are read from the HDD 2505 to the memory 2501 when executed by the CPU 2503. The CPU 2503 controls the display control unit 2507, the communication control unit 2517, and the drive device 2513 according to the processing content of the application program, and performs a predetermined operation. Further, data in the middle of processing is mainly stored in the memory 2501, but may be stored in the HDD 2505. In the embodiment of the present invention, an application program for performing the above-described processing is stored in a computer-readable removable disk 2511 and distributed, and installed in the HDD 2505 from the drive device 2513. In some cases, the HDD 2505 may be installed via a network such as the Internet and the communication control unit 2517. Such a computer apparatus realizes various functions as described above by organically cooperating hardware such as the CPU 2503 and the memory 2501 described above and programs such as the OS and application programs. .

以上述べた本発明の実施の形態をまとめると、以下のようになる。   The embodiment of the present invention described above is summarized as follows.

本実施の形態の第1の態様に係るデータ転送システムは、(A)第1情報処理装置と、(B)第2情報処理装置とを有する。そして、上で述べた第1情報処理装置は、(a1)第1情報処理装置が管理する複数の項目(例えば、上で述べたフィールド)のうち更新された第1項目の値(例えば、上で述べたデータ)と、更新の順番を表す通し番号とを第2情報処理装置に送信する送信部と、(a2)通し番号を項目の識別情報(例えば、上で述べたフィールド番号)に対応付けて格納する番号格納部と、(a3)番号格納部に格納されている第1項目の識別情報に対応する通し番号を、第1項目の値と共に送信された通し番号に設定する設定部と、(a4)第2情報処理装置に送信された通し番号が第2情報処理装置から送り返された場合に、当該通し番号を番号格納部から削除すると共に、当該通し番号より小さい通し番号を番号格納部から検出する検出部とを有する。そして、上で述べた送信部は、(a11)検出部により検出された通し番号と共に既に送信された第2項目の値を、第2情報処理装置に再度送信する。   The data transfer system according to the first aspect of the present embodiment includes (A) a first information processing apparatus and (B) a second information processing apparatus. The first information processing apparatus described above is (a1) the updated value of the first item (for example, the upper one) among the plurality of items (for example, the field described above) managed by the first information processing apparatus. (Data described in the above) and a serial number indicating the update order are transmitted to the second information processing apparatus, and (a2) the serial number is associated with item identification information (for example, the field number described above). (A3) a setting unit that sets a serial number corresponding to the identification information of the first item stored in the number storage unit to the serial number transmitted together with the value of the first item; A detection unit that, when a serial number transmitted to the second information processing apparatus is sent back from the second information processing apparatus, deletes the serial number from the number storage unit and detects a serial number smaller than the serial number from the number storage unit; Yes That. And the transmission part described above transmits again the value of the 2nd item already transmitted with the serial number detected by the detection part (a11) to a 2nd information processing apparatus.

このようにすれば、無駄な再送を抑制することができ、また、TCPによる送達確認を利用する場合等と比較して通信バッファの使用量を減らすことができるので、再送に使用する資源(例えばメモリ)の量を削減しつつ再送を行えるようになる。   In this way, useless retransmissions can be suppressed, and the amount of communication buffer used can be reduced compared to the case of using delivery confirmation by TCP. Retransmission can be performed while reducing the amount of memory.

また、上で述べた設定部は、(a31)第2項目の値に対して新たな通し番号を割り当て、番号格納部に格納されている第2項目の識別情報に対応する通し番号を、新たな通し番号に設定してもよい。そして、上で述べた送信部は、(a12)第2項目の値と共に、新たな通し番号を第2情報処理装置に送信してもよい。このようにすれば、通常の送信の場合と同様の方法で項目の値を再送できるようになる。   The setting unit described above assigns a new serial number to the value of the second item (a31), and assigns the serial number corresponding to the identification information of the second item stored in the number storage unit to the new serial number. May be set. The transmitting unit described above may transmit a new serial number to the second information processing apparatus together with the value of (a12) the second item. In this way, the value of the item can be retransmitted in the same way as in normal transmission.

また、上で述べた第2情報処理装置は、(b1)第1情報処理装置から第2項目の値と新たな通し番号とを受信した場合に、受信した新たな通し番号を第1情報処理装置に送り返す第2送信部を有してもよい。このようにすれば、再送された第2項目の値を第2情報処理装置が受信したことを第1情報処理装置に通知できるようになる。   Further, the second information processing apparatus described above (b1) when the second item value and the new serial number are received from the first information processing apparatus, the received new serial number is sent to the first information processing apparatus. You may have the 2nd transmission part which sends back. This makes it possible to notify the first information processing apparatus that the second information processing apparatus has received the retransmitted second item value.

また、上で述べた第2情報処理装置は、(b2)複数の項目の値の複製を管理する情報処理装置であってもよい。項目の値を消失することなく複製を適切に行えるようになる。   Further, the second information processing apparatus described above may be (b2) an information processing apparatus that manages duplication of values of a plurality of items. Duplication can be properly performed without losing the value of the item.

また、上で述べた複数の項目の値は、呼の状態についての値であってもよい。なお、呼の状態についての値には限られず、最新の値さえ送信できればよいという特徴がある他の値であってもよい。   Further, the values of the plurality of items described above may be values regarding the call state. It should be noted that the value regarding the call state is not limited, and may be another value having a feature that only the latest value can be transmitted.

本実施の形態の第2の態様に係るデータ転送方法は、(C)複数の項目のうち更新された第1項目の値と、更新の順番を表す通し番号とを他のコンピュータに送信し、(D)通し番号を項目の識別情報に対応付けて格納する番号格納部に格納されている第1項目の識別情報に対応する通し番号を、第1の項目の値と共に送信された通し番号に設定し、(E)他のコンピュータに送信された通し番号が他のコンピュータから送り返された場合に、当該通し番号を番号格納部から削除すると共に、当該通し番号より小さい通し番号を番号格納部から検出し、(F)検出部により検出された通し番号と共に既に送信された第2項目の値を、他のコンピュータに再度送信する処理を含む。   In the data transfer method according to the second aspect of the present embodiment, (C) the updated value of the first item among a plurality of items and the serial number indicating the order of update are transmitted to another computer ( D) The serial number corresponding to the identification information of the first item stored in the number storage unit that stores the serial number in association with the identification information of the item is set to the serial number transmitted together with the value of the first item, E) When a serial number transmitted to another computer is sent back from another computer, the serial number is deleted from the number storage unit, and a serial number smaller than the serial number is detected from the number storage unit, and (F) detection unit The process of transmitting again the value of the 2nd item already transmitted with the serial number detected by (2) to another computer.

なお、上記方法による処理をコンピュータに行わせるためのプログラムを作成することができ、当該プログラムは、例えばフレキシブルディスク、CD−ROM、光磁気ディスク、半導体メモリ、ハードディスク等のコンピュータ読み取り可能な記憶媒体又は記憶装置に格納される。尚、中間的な処理結果はメインメモリ等の記憶装置に一時保管される。   A program for causing a computer to perform the processing according to the above method can be created. The program can be a computer-readable storage medium such as a flexible disk, a CD-ROM, a magneto-optical disk, a semiconductor memory, a hard disk, or the like. It is stored in a storage device. The intermediate processing result is temporarily stored in a storage device such as a main memory.

以上の実施例を含む実施形態に関し、さらに以下の付記を開示する。   The following supplementary notes are further disclosed with respect to the embodiments including the above examples.

(付記1)
第1情報処理装置と、
第2情報処理装置と、
を有し、
前記第1情報処理装置は、
前記第1情報処理装置が管理する複数の項目のうち更新された第1項目の値と、更新の順番を表す通し番号とを前記第2情報処理装置に送信する送信部と、
通し番号を項目の識別情報に対応付けて格納する番号格納部と、
前記番号格納部に格納されている前記第1項目の識別情報に対応する通し番号を、前記第1項目の値と共に送信された通し番号に設定する設定部と、
前記第2情報処理装置に送信された通し番号が前記第2情報処理装置から送り返された場合に、当該通し番号を前記番号格納部から削除すると共に、当該通し番号より小さい通し番号を前記番号格納部から検出する検出部と、
を有し、
前記送信部は、
前記検出部により検出された通し番号と共に既に送信された第2項目の値を、前記第2情報処理装置に再度送信する、
データ転送システム。
(Appendix 1)
A first information processing device;
A second information processing device;
Have
The first information processing apparatus
A transmission unit that transmits the updated value of the first item among a plurality of items managed by the first information processing device and a serial number indicating the order of update to the second information processing device;
A number storage unit for storing serial numbers in association with identification information of items;
A setting unit that sets the serial number corresponding to the identification information of the first item stored in the number storage unit to the serial number transmitted together with the value of the first item;
When the serial number transmitted to the second information processing apparatus is sent back from the second information processing apparatus, the serial number is deleted from the number storage unit, and a serial number smaller than the serial number is detected from the number storage unit. A detection unit;
Have
The transmitter is
The value of the second item already transmitted together with the serial number detected by the detection unit is transmitted again to the second information processing apparatus.
Data transfer system.

(付記2)
前記設定部は、
前記第2項目の値に対して新たな通し番号を割り当て、前記番号格納部に格納されている前記第2項目の識別情報に対応する通し番号を、前記新たな通し番号に設定し、
前記送信部は、
前記第2項目の値と共に、前記新たな通し番号を前記第2情報処理装置に送信する
付記1記載のデータ転送システム。
(Appendix 2)
The setting unit
A new serial number is assigned to the value of the second item, a serial number corresponding to the identification information of the second item stored in the number storage unit is set as the new serial number,
The transmitter is
The data transfer system according to claim 1, wherein the new serial number is transmitted to the second information processing apparatus together with the value of the second item.

(付記3)
前記第2情報処理装置は、
前記第1情報処理装置から前記第2項目の値と前記新たな通し番号とを受信した場合に、受信した前記新たな通し番号を前記第1情報処理装置に送り返す第2送信部
を有する付記2記載のデータ転送システム。
(Appendix 3)
The second information processing apparatus
The second transmission unit according to claim 2, further comprising: a second transmission unit configured to send back the received new serial number to the first information processing apparatus when the value of the second item and the new serial number are received from the first information processing apparatus. Data transfer system.

(付記4)
前記第2情報処理装置は、前記複数の項目の値の複製を管理する情報処理装置である
付記1乃至3のいずれか1つ記載のデータ転送システム。
(Appendix 4)
The data transfer system according to any one of supplementary notes 1 to 3, wherein the second information processing apparatus is an information processing apparatus that manages duplication of values of the plurality of items.

(付記5)
前記複数の項目の値は、呼の状態についての値である
付記1乃至4のいずれか1つ記載のデータ転送システム。
(Appendix 5)
The data transfer system according to any one of appendices 1 to 4, wherein the values of the plurality of items are values regarding a call state.

(付記6)
複数の項目のうち更新された第1項目の値と、更新の順番を表す通し番号とを他のコンピュータに送信し、
通し番号を項目の識別情報に対応付けて格納する番号格納部に格納されている前記第1項目の識別情報に対応する通し番号を、前記第1の項目の値と共に送信された通し番号に設定し、
前記他のコンピュータに送信された通し番号が前記他のコンピュータから送り返された場合に、当該通し番号を前記番号格納部から削除すると共に、当該通し番号より小さい通し番号を前記番号格納部から検出し、
前記検出された通し番号と共に既に送信された第2項目の値を、前記他のコンピュータに再度送信する、
処理をコンピュータが実行するデータ転送方法。
(Appendix 6)
The updated value of the first item among a plurality of items and the serial number indicating the update order are transmitted to another computer,
A serial number corresponding to the identification information of the first item stored in the number storage unit that stores the serial number in association with the identification information of the item is set to the serial number transmitted together with the value of the first item;
When the serial number transmitted to the other computer is sent back from the other computer, the serial number is deleted from the number storage unit, and a serial number smaller than the serial number is detected from the number storage unit,
Retransmitting the value of the second item already transmitted with the detected serial number to the other computer;
A data transfer method in which processing is executed by a computer.

10,20 拠点 11,12,21,22 物理サーバ
13,23 ネットワーク機器 14,24 LAN
110,210 仮想ネットワーク 111,211 VM
112,212 NIC 1110,2110 受信部
1111 検出部 1112 管理テーブル格納部
1113 生成部 1114,2112 送信部
1115、2111 セッションデータ格納部
3 WAN 5 LAN
51,52 ユーザ端末
10, 20 bases 11, 12, 21, 22 Physical servers 13, 23 Network equipment 14, 24 LAN
110,210 Virtual network 111,211 VM
112, 212 NIC 1110, 2110 Reception unit 1111 Detection unit 1112 Management table storage unit 1113 Generation unit 1114, 2112 Transmission unit 1115, 2111 Session data storage unit 3 WAN 5 LAN
51,52 User terminal

Claims (3)

第1情報処理装置と、
第2情報処理装置と、
を有し、
前記第1情報処理装置は、
前記第1情報処理装置が管理する複数の項目の各々の値を格納する値格納部と、
更新の順番を表す通し番号を項目の識別情報に対応付けて格納する番号格納部と、
前記値格納部に格納されている値のうち第1項目の値が更新された場合に、前記番号格納部に格納されている通し番号のうち前記第1項目の通し番号を、新たな第1の通し番号に設定する設定部と、
更新された前記第1項目の値と前記新たな第1の通し番号とを、前記第2情報処理装置に送信する送信部と、
前記新たな第1の通し番号が前記第2情報処理装置から送り返された場合に、当該新たな第1の通し番号を前記番号格納部から削除すると共に、当該新たな第1の通し番号より小さい通し番号を前記番号格納部から検出する検出部と、
を有し、
前記設定部は、
前記検出部により検出された通し番号に対応する第2項目を前記番号格納部から特定し、特定された前記第2項目の値に対して新たな第2の通し番号を割り当て、前記番号格納部に格納されている通し番号のうち前記第2項目の通し番号を、前記新たな第2の通し番号に設定し、
前記送信部は、
前記値格納部から前記第2項目の値を読み出し、読み出した前記第2項目の値と、前記新たな第2の通し番号とを、前記第2情報処理装置に送信する、
データ転送システム。
A first information processing device;
A second information processing device;
Have
The first information processing apparatus
A value storage unit that stores values of each of the plurality of items managed by the first information processing apparatus;
A number storage unit for storing a serial number representing the update order in association with the identification information of the item;
If the value of the first item of the values stored in the value storage unit is updated, the passing and number of the first item of the serial number stored in the number storage unit, a new first A setting section to set the serial number of
A transmitter that transmits the updated value of the first item and the new first serial number to the second information processing apparatus;
When the new first serial number is sent back from the second information processing apparatus, the new first serial number is deleted from the number storage unit, and a serial number smaller than the new first serial number is A detection unit for detecting from the number storage unit;
Have
The setting unit
A second item corresponding to the serial number detected by the detection unit is specified from the number storage unit, a new second serial number is assigned to the value of the specified second item, and stored in the number storage unit The serial number of the second item among the serial numbers being set is set to the new second serial number;
The transmitter is
Reads the value of the second item from the value storage unit, the value of the second item read, and a second serial number the new, sends to the second information processing apparatus,
Data transfer system.
前記第2情報処理装置は、
前記第1情報処理装置から前記第2項目の値と前記新たな第2の通し番号とを受信した場合に、受信した前記新たな第2の通し番号を前記第1情報処理装置に送り返す第2送信部
を有する請求項記載のデータ転送システム。
The second information processing apparatus
A second transmitter that sends back the received new second serial number to the first information processing apparatus when the value of the second item and the new second serial number are received from the first information processing apparatus; The data transfer system according to claim 1 .
複数の項目の各々の値を格納する値格納部に格納されている値のうち第1項目の値が更新された場合に、更新の順番を表す通し番号を項目の識別情報に対応付けて格納する番号格納部に格納されている通し番号のうち前記第1項目の通し番号を、新たな第1の通し番号に設定し、
更新された前記第1項目の値と前記新たな第1の通し番号とを、他のコンピュータに送信し、
前記新たな第1の通し番号が前記他のコンピュータから送り返された場合に、当該新たな第1の通し番号を前記番号格納部から削除すると共に、当該新たな第1の通し番号より小さい通し番号を前記番号格納部から検出し、
検出された通し番号に対応する第2項目を前記番号格納部から特定し、特定された前記第2項目の値に対して新たな第2の通し番号を割り当て、前記番号格納部に格納されている通し番号のうち前記第2項目の通し番号を、前記新たな第2の通し番号に設定し、
前記値格納部から前記第2項目の値を読み出し、読み出した前記第2項目の値と、前記新たな第2の通し番号とを、前記他のコンピュータに送信する、
処理をコンピュータが実行するデータ転送方法。
When the value of the first item is updated among the values stored in the value storage unit that stores the values of the plurality of items, the serial number indicating the update order is stored in association with the item identification information. the passing and number of the first item of the serial number stored in the number storage unit, set a new first serial number,
Sending the updated value of the first item and the new first serial number to another computer;
When the new first serial number is sent back from the other computer, the new first serial number is deleted from the number storage unit, and a serial number smaller than the new first serial number is stored in the number. Detect from the
A second item corresponding to the detected serial number is specified from the number storage unit, a new second serial number is assigned to the value of the specified second item, and the serial number stored in the number storage unit The serial number of the second item is set to the new second serial number,
Reads the value of the second item from the value storage unit, the value of the second item read, and a second serial number the new, sends to the other computer,
A data transfer method in which processing is executed by a computer.
JP2014045695A 2014-03-07 2014-03-07 Data transfer system and method Active JP6260361B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014045695A JP6260361B2 (en) 2014-03-07 2014-03-07 Data transfer system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014045695A JP6260361B2 (en) 2014-03-07 2014-03-07 Data transfer system and method

Publications (2)

Publication Number Publication Date
JP2015170226A JP2015170226A (en) 2015-09-28
JP6260361B2 true JP6260361B2 (en) 2018-01-17

Family

ID=54202877

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014045695A Active JP6260361B2 (en) 2014-03-07 2014-03-07 Data transfer system and method

Country Status (1)

Country Link
JP (1) JP6260361B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6157797B1 (en) * 2017-01-11 2017-07-05 Quadrac株式会社 Communications system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002032269A (en) * 2000-07-14 2002-01-31 Nippon Telegr & Teleph Corp <Ntt> Communication error restoring method and its device
JP4453238B2 (en) * 2002-03-28 2010-04-21 日本電気株式会社 Dual processor system

Also Published As

Publication number Publication date
JP2015170226A (en) 2015-09-28

Similar Documents

Publication Publication Date Title
US11740975B2 (en) System and method for managing blockchain nodes
US8904224B2 (en) Providing replication and fail-over as a network service in data centers
JP4503225B2 (en) Virtual network with adaptive dispatcher
US9424325B2 (en) Recording medium, distribution controlling method, and information processing device
US20130031544A1 (en) Virtual machine migration to minimize packet loss in virtualized network
US20060164974A1 (en) Method of moving a transport connection among network hosts
US9330154B2 (en) Multicast database replication
JP2005516478A (en) System and method for providing a fault tolerant routing database
WO2013024342A1 (en) Method for flow control and for reliable communication in a collaborative environment
TW200928777A (en) Data processing method and apparatus based on cluster
US20170286259A1 (en) Information processing apparatus, information processing system, and computer-readable recording medium
CN111083049B (en) User table item recovery method and device, electronic equipment and storage medium
US20130198291A1 (en) Communication system and relay device, computer-readable recording medium storing relay program, as well as communication method and relay method
US6339796B1 (en) System for logical connection resynchronization
US20080317044A1 (en) Seamlessly switching overlay network relay trees
US8176026B2 (en) Consolidating file system backend operations with access of data
WO2013083013A1 (en) Synchronization method among network devices, network device and system
US8627412B2 (en) Transparent database connection reconnect
JP2014236453A (en) Information processing device, information processing system and control method for information processing system
JP6260361B2 (en) Data transfer system and method
WO2017071430A1 (en) Message processing method, network card, system, information update method, and server
TWM432075U (en) Monitoring device and monitoring system applicable to cloud algorithm
CN108768721B (en) Primary and standby VNF switching technology based on temporary packet storage
JP2008129628A (en) Communication system in system for processing predetermined operation by transferring message by multiple computer systems and message communication program
US6230283B1 (en) Logical connection resynchronization

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160804

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170829

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170905

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20171102

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20171114

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20171127

R150 Certificate of patent or registration of utility model

Ref document number: 6260361

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150