JP5570469B2 - Distributed data management system and method - Google Patents

Distributed data management system and method Download PDF

Info

Publication number
JP5570469B2
JP5570469B2 JP2011105712A JP2011105712A JP5570469B2 JP 5570469 B2 JP5570469 B2 JP 5570469B2 JP 2011105712 A JP2011105712 A JP 2011105712A JP 2011105712 A JP2011105712 A JP 2011105712A JP 5570469 B2 JP5570469 B2 JP 5570469B2
Authority
JP
Japan
Prior art keywords
unit
data
additional recording
client
information
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.)
Expired - Fee Related
Application number
JP2011105712A
Other languages
Japanese (ja)
Other versions
JP2012238122A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2011105712A priority Critical patent/JP5570469B2/en
Publication of JP2012238122A publication Critical patent/JP2012238122A/en
Application granted granted Critical
Publication of JP5570469B2 publication Critical patent/JP5570469B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、分散データ管理システムおよび方法に係り、特に、Webカメラやセンシング機器、GPS機能付き携帯端末などから時々刻々と発生する時系列データ(データストリーム)をネットワーク上で収集・蓄積し、利用者の目的に合った形で処理を実行して結果を提供する無停止分散データ管理システムおよび方法に関するものである。   The present invention relates to a distributed data management system and method, and in particular, collects and accumulates time series data (data stream) generated from a web camera, a sensing device, a portable terminal with a GPS function, and the like on a network for use. The present invention relates to a non-disruptive distributed data management system and method for executing processing in a form suitable for a user's purpose and providing results.

追記クライアントからの接続要求に応じて追記部の払い出しを行い、系内のプロセス構成を管理する情報部と、追記クライアントから追記されたデータを受け取り、キューイングする追記部と、キューから取り出したレコードに対して多様な処理を行うフィルタ部が分散配置されているネットワーク環境において、負荷分散やスケールアウト、可用性の向上を目的とした分散データ管理方式がある(例えば、非特許文献1参照)。非特許文献1の方式では、追記部、フィルタ部のそれぞれを分散するプロセス構成で実現し、各サーバには当該サーバ内の追記部やフィルタ部を管理するポートマッパを1プロセス配置し、情報部が系内のプロセス構成を記録したプロセス構成情報をマルチキャストし、ポートマッパ経由で系内の全プロセスに配信し、プロセスの生存状況や新規プロセスの追加状況を確認する。追記部では追記クライアントから入力されたレコードに対して管理用のレコードIDおよび時刻印を付与した後でキューにレコードを蓄積し、フィルタ部では情報部からのマルチキャストで受信したプロセス構成情報の中から接続可能な追記部の一覧を取得し、自律的分散データ取得処理(例えばラウンドロビンアルゴリズムなど)によって追記部を1つ選択して接続し、キューから情報源IDとともにレコードを取得(Pull)し、情報源IDに応じて決められた処理を行うというステップを繰り返す。   In response to a connection request from an append client, the append section is paid out, an information section that manages the process configuration in the system, an append section that receives and queues data appended from the append client, and a record that is extracted from the queue In a network environment in which filter units that perform various processes are distributed and distributed, there is a distributed data management method for the purpose of load distribution, scale-out, and availability improvement (see, for example, Non-Patent Document 1). In the method of Non-Patent Document 1, it is realized by a process configuration in which each of the appending unit and the filter unit is distributed, and each server has one process of port mapper that manages the appending unit and the filter unit in the server. Multicasts the process configuration information that records the process configuration in the system, distributes it to all processes in the system via the port mapper, and checks the survival status of the process and the addition status of new processes. In the appending part, a record ID and time stamp for management are assigned to the record input from the appending client, and then the record is accumulated in the queue. In the filter part, from the process configuration information received by multicast from the information part Acquire a list of connectable appending parts, select one appending part by autonomous distributed data acquisition processing (for example, round robin algorithm), connect, acquire a record with information source ID from the queue (Pull), The step of performing processing determined according to the information source ID is repeated.

このように非特許文献1の方式では、フィルタ部が自ら都合の良いタイミングで追記部からデータを取得(Pull)して処理を行うため、自らのタイミングでプロセスを終了することができ、また新しいフィルタ部を任意のタイミングで追加して系に参加させることもできる。そのため、予め新しいフィルタ部を追加しておいて動作中の(古い)フィルタ部を停止させれば、処理の流れを停止させることなくフィルタ部の入れ替え(スイッチオーバー)が可能となる。   As described above, in the method of Non-Patent Document 1, the filter unit acquires data from the appending unit at a convenient timing (Pull) and performs processing, so the process can be terminated at its own timing, and a new A filter unit can be added at any timing to participate in the system. Therefore, if a new filter unit is added in advance and the operating (old) filter unit is stopped, the filter unit can be replaced (switched over) without stopping the processing flow.

「追記・参照型データ管理システムの設計と評価」,赤間 他,情報処理学会論文誌 Vol.49 No.2,2008年2月,pp749-764.“Design and Evaluation of Write-once / Reference Data Management System”, Akama et al., IPSJ Transactions Vol.49 No.2, February 2008, pp749-764.

しかしながら、上記の非特許文献1の方式は、追記クライアントからデータの書き込みを受けている追記部では、追記クライアントからのデータ書き込みが止まらない限り追記部を停止させたり、別の追記部へ書き込み先を切り替え(スイッチオーバーさせ)たりすることができない(OSのバージョンアップやパッチ適用に伴うサーバの計画停止に対応できない)。   However, in the above-mentioned method of Non-Patent Document 1, the appending unit receiving data from the appending client stops the appending unit as long as data writing from the appending client does not stop, or writes to another appending unit. Cannot be switched (switched over) (cannot cope with planned server shutdown due to OS version upgrade or patch application).

また、追記部には追記クライアントからのデータ書き込みを抑止する手段がないため、追記部を動作させているサーバの空きメモリ容量が不足している状況で追記クライアントからデータサイズが大きいデータの書き込みがあるとサーバ異常やサーバ停止を引き起こすことも考えられる。   In addition, since there is no means for suppressing data writing from the appending client in the appending unit, writing of data with a large data size from the appending client in a situation where the free memory capacity of the server operating the appending unit is insufficient. If there is, it is possible to cause a server error or a server stop.

本発明の目的は、Webカメラやセンシング機器、GPS機能付き携帯端末などから時々刻々と発生する時系列データ(データストリーム)をネットワーク上で収集・蓄積し、利用者の目的に合った形のデータ処理を無停止で実行可能な分散データ管理システムを実現することである。   The object of the present invention is to collect and accumulate time series data (data stream) generated from a web camera, a sensing device, a portable terminal with a GPS function, etc. on a network, and to form a data suitable for the purpose of the user. It is to realize a distributed data management system capable of executing processing without interruption.

本発明は、上記目的を達成するために、
Webカメラやセンシング機器、GPS機能付き携帯端末などの時系列データを時々刻々と発生させる情報源からデータ受け付けて追記する追記クライアント(AC)と、
データ記憶装置を具備し、追記クライアント(AC)から追記されたデータを受け取ってキューイングする追記部(Q)と、
追記部(Q)からデータを取得して予め定義された処理を実行するフィルタ部(F)と、
追記クライアント(AC)からの接続要求に応じて追記部(Q)の払い出しを行う情報部(I)が存在するネットワーク環境において、
追記クライアント(AC)は、接続要求手段により情報部(I)に接続要求を行い、情報源IDとともに接続先となる追記部(Q)の接続情報(IPアドレス、ポート番号など)を取得し、データ送信手段により追記部(Q)にデータを追記し、
追記部(Q)は、追記クライアント(AC)から送信されたデータをデータ受付手段により受け取り、管理用のレコードIDおよび時刻印を付与した後でデータ記憶装置にFIFO順に蓄積し、
フィルタ部(F)は、データ取得手段により自律的分散データ取得処理(例えばラウンドロビンアルゴリズムなど)を行って追記部(Q)を1つ選択し、追記部(Q)のデータ記憶装置から情報源IDとともにデータを取得(Pull)し、データ処理手段により情報源IDごとに予め定義された処理を行うステップを繰り返し、
情報部(I)は、接続要求受付手段により追記クライアント(AC)からの接続要求を受け付け、未使用の追記部(Q)の中から少なくとも1つ以上の追記部(Q)を選択し、1つの情報源IDと前記少なくとも1つ以上の追記部(Q)の接続情報(IPアドレス、ポート番号など)を返却し、
追記部(Q)が状態通知手段により追記クライアント(AC)からのデータ受付時に追記クライアント(AC)に自身(追記部(Q))あるいは自身が動作するサーバのスイッチオーバー状態またはデータ受付待機状態を通知することで、Webカメラやセンシング機器、GPS機能付き携帯端末などから時々刻々と発生する時系列データ(データストリーム)をネットワーク上で収集・蓄積し、利用者の目的に合った形で処理を実行して結果を提供する無停止分散データ管理システムを提供する。
In order to achieve the above object, the present invention provides
Append client (AC) that accepts and appends data from information sources that generate time-series data such as web cameras, sensing devices, and mobile devices with GPS functions,
An appending unit (Q) that includes a data storage device and receives and queues data appended from the appending client (AC);
A filter unit (F) that acquires data from the appending unit (Q) and executes a predefined process;
In a network environment where there is an information part (I) that pays out the appending part (Q) in response to a connection request from the appending client (AC),
The write-once client (AC) makes a connection request to the information part (I) by the connection request means, acquires connection information (IP address, port number, etc.) of the write-once part (Q) as the connection destination together with the information source ID, Add data to the appending part (Q) by data sending means,
The appending part (Q) receives the data transmitted from the appending client (AC) by the data accepting means, assigns the record ID and time stamp for management, and stores them in the data storage device in FIFO order.
The filter unit (F) performs autonomous distributed data acquisition processing (for example, a round robin algorithm) by the data acquisition unit, selects one additional recording unit (Q), and obtains information from the data storage device of the additional recording unit (Q). Acquire data with ID (Pull) and repeat the steps of performing predefined processing for each information source ID by the data processing means,
The information part (I) receives a connection request from the additional writing client (AC) by the connection request receiving means, selects at least one additional writing part (Q) from the unused additional writing parts (Q), and 1 Return one information source ID and connection information (IP address, port number, etc.) of at least one additional writing part (Q),
When the appending unit (Q) receives data from the appending client (AC) using the status notification means, the appending client (AC) is notified of itself (the appending unit (Q)) or the switchover state of the server on which it operates or the data reception standby state. By notifying, time series data (data stream) generated from web camera, sensing device, mobile terminal with GPS function, etc. is collected and accumulated on the network and processed in a form that suits the user's purpose. Provide a non-disruptive distributed data management system that executes and provides results.

以上説明したように、本発明(請求項1、2)によれば、Webカメラやセンシング機器、GPS機能付き携帯端末などから時々刻々と発生する時系列データ(データストリーム)をネットワーク上の追記部(Q)で収集・蓄積し、フィルタ部(F)が利用者の目的に合った形で処理を実行して結果を提供する無停止分散データ管理システムを実現することができる。   As described above, according to the present invention (Claims 1 and 2), time-series data (data stream) generated from a web camera, a sensing device, a GPS-equipped mobile terminal, etc. every moment is added to the network. It is possible to realize a non-disruptive distributed data management system that collects and accumulates in (Q), and the filter unit (F) executes processing in a form that suits the user's purpose and provides the result.

また、本発明(請求項3,4)によれば、追記部(Q)が追記クライアント(AC)からのデータ受付時に追記クライアント(AC)に対して追記部(Q)がスイッチオーバー状態であることを通知することで、追記クライアント(AC)は新たな追記部(Q)の払い出し要求を行い、払い出された追記部(Q)に対してデータの追記を再開することで無停止分散データ管理システムを実現することができる。   According to the present invention (Claims 3 and 4), the appending unit (Q) is in a switchover state with respect to the appending client (AC) when the appending unit (Q) receives data from the appending client (AC). The notification client (AC) makes a request to issue a new appending part (Q), and resumes appending data to the added appending part (Q). A management system can be realized.

また、本発明(請求項5)によれば、追記部(Q)が追記クライアント(AC)からのデータ受付時に追記クライアント(AC)に対して追記部(Q)がデータ受付待機状態であることを通知することで、追記クライアント(AC)は指定された条件を満たすまで追記部(Q)に対するデータ追記を待機するため、追記部(Q)が動作しているサーバのメモリあふれなどによるサーバ異常やサーバ停止を抑止した無停止分散データ管理システムを実現することができる。   According to the present invention (Claim 5), the appending part (Q) is in a data reception standby state with respect to the appending client (AC) when the appending part (Q) accepts data from the appending client (AC). Since the append client (AC) waits for additional data to be added to the appending part (Q) until the specified condition is met, a server error due to the memory of the server on which the appending part (Q) is operating, etc. And a non-stop distributed data management system that suppresses server stoppage.

本発明の一実施形態の無停止分散データ管理システムの構成図である。1 is a configuration diagram of a non-stop distributed data management system according to an embodiment of the present invention. FIG. 本発明の一実施形態の無停止分散データ管理システムの構成例である。1 is a configuration example of a non-stop distributed data management system according to an embodiment of the present invention. 本発明の一実施形態の追記クライアント(AC)の動作のフローチャートである。It is a flowchart of operation | movement of the write-once client (AC) of one Embodiment of this invention. 本発明の一実施形態の追記部(Q)の動作のフローチャートである。It is a flowchart of operation | movement of the postscript part (Q) of one Embodiment of this invention. 本発明の一実施形態のフィルタ部(F)の動作のフローチャートである。It is a flowchart of operation | movement of the filter part (F) of one Embodiment of this invention. 本発明の一実施形態の情報部(I)の動作のフローチャートである。It is a flowchart of operation | movement of the information part (I) of one Embodiment of this invention.

以下、本発明の実施形態を図面を参照して説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明の一実施形態の無停止分散データ管理システムの構成図である。   FIG. 1 is a configuration diagram of a non-stop distributed data management system according to an embodiment of the present invention.

同図に示す無停止分散データ管理システムは、追記クライアント(AC)100、追記部(Q)200、フィルタ部(F)300、情報部(I)400から構成される。   The non-stop distributed data management system shown in FIG. 1 includes an additional recording client (AC) 100, an additional recording unit (Q) 200, a filter unit (F) 300, and an information unit (I) 400.

追記クライアント(AC)100は、接続要求部110、データ送信部120を有し、追記部200はデータ受付部210、データ記憶装置220、状態通知部230を有し、フィルタ部(F)300はデータ取得部310、データ処理部320を有し、情報部(I)400は接続要求受付部410を有する。   The additional recording client (AC) 100 includes a connection request unit 110 and a data transmission unit 120, the additional recording unit 200 includes a data reception unit 210, a data storage device 220, and a state notification unit 230, and the filter unit (F) 300 includes The data acquisition unit 310 and the data processing unit 320 are included, and the information unit (I) 400 includes a connection request reception unit 410.

本実施形態の無停止分散データ管理システムは、追記クライアント(AC)100がWebカメラやセンシング機器、GPS機能付き携帯端末などの時系列データを時々刻々と発生させる情報源からデータを受け取り、接続要求部110から情報部(I)400に対して接続要求を行った結果、払い出された追記部(Q)200にデータ送信部120がデータを追記する。追記部(Q)200では、データ受付部210が、追記クライアント(AC)100から追記されたデータを例えばキューなどとして実装されたデータ記憶装置220にFIFO順にキューイングする。フィルタ部(F)300は、データ取得部310でデータ記憶装置220からデータを取得し、データ処理部320において情報源IDごとに予め定義された処理を実行するステップを繰り返す。   In the non-stop distributed data management system of this embodiment, the append client (AC) 100 receives data from an information source that generates time series data such as a web camera, a sensing device, and a mobile terminal with a GPS function, and requests connection. As a result of the connection request from the unit 110 to the information unit (I) 400, the data transmission unit 120 adds data to the additional recording unit (Q) 200 that has been paid out. In the appending unit (Q) 200, the data receiving unit 210 queues the data appended from the appending client (AC) 100 to the data storage device 220 mounted as a queue or the like in the order of FIFO. In the filter unit (F) 300, the data acquisition unit 310 acquires data from the data storage device 220, and the data processing unit 320 repeats the steps of executing a process defined in advance for each information source ID.

尚、本実施形態の分散データ管理システムは、追記部(Q)200の各プロセスが自身が管理するデータ記憶装置220を保持しているが、データ記憶装置を追記部(Q)プロセスの外部に配置することも可能である。また、情報部(I)400、追記クライアント(AC100)、追記部(Q)200、フィルタ部(F)300を複数配置した構成とすることも可能である。   In the distributed data management system of this embodiment, each process of the appending unit (Q) 200 holds the data storage device 220 managed by itself, but the data storage device is placed outside the appending unit (Q) process. It is also possible to arrange. Moreover, it is also possible to employ a configuration in which a plurality of information units (I) 400, additional recording clients (AC 100), additional recording units (Q) 200, and filter units (F) 300 are arranged.

図2は、本発明の一実施形態の無停止分散データ管理システムの構成例である。   FIG. 2 is a configuration example of a non-stop distributed data management system according to an embodiment of the present invention.

追記部(Q)200は物理サーバ上に1プロセス配置することも複数プロセス配置することも可能である。フィルタ部(F)300も物理サーバ上に1プロセス配置することも複数プロセス配置することも可能である。また、追記部(Q)200とフィルタ部(F)300のプロセスを同一サーバ上に混在して配置することも可能である。   The additional recording unit (Q) 200 can be arranged in one process or a plurality of processes on the physical server. The filter unit (F) 300 can be arranged in one process or in a plurality of processes on the physical server. It is also possible to arrange the processes of the appending unit (Q) 200 and the filter unit (F) 300 in a mixed manner on the same server.

各物理サーバ上にポートマッパ(P)なるプロセスを配置して追記部(Q)200およびフィルタ部(F)300を管理し、管理下にある追記部(Q)200およびフィルタ部(F)300の各プロセスに対して各種命令(例えば、起動、停止、生存確認、指定コマンド実行など)を通知する構成とすることも可能である。   A process called a port mapper (P) is arranged on each physical server to manage the additional recording unit (Q) 200 and the filter unit (F) 300, and the additional recording unit (Q) 200 and the filter unit (F) 300 under the management. It is also possible to adopt a configuration in which various commands (for example, start, stop, existence confirmation, execution of specified command, etc.) are notified to each process.

また、本実施形態では情報部(I)400を異なる物理サーバ上に配置した例を示しているが、追記部(Q)200やフィルタ部(F)300と同一サーバ上に配置した構成とすることも可能である。   In the present embodiment, the information unit (I) 400 is arranged on a different physical server. However, the information unit (I) 400 is arranged on the same server as the appending unit (Q) 200 and the filter unit (F) 300. It is also possible.

図3は、本発明の一実施形態の追記クライアント(AC)の動作のフローチャートである。   FIG. 3 is a flowchart of the operation of the write-once client (AC) according to an embodiment of the present invention.

同図のフローチャートでは、追記クライアント(AC)100が接続要求部110により情報部(I)400に接続要求を行う際の動作とデータ送信部120により追記部(Q)200へデータを追記する際の動作を示す。   In the flowchart of FIG. 6, when the additional recording client (AC) 100 makes a connection request to the information unit (I) 400 by the connection requesting unit 110 and when the data transmission unit 120 adds data to the additional recording unit (Q) 200. Shows the operation.

ステップ101) 追記クライアント(AC)100の接続要求部110は、情報部(I)400に追記部(Q)払い出しの接続要求を行う。   Step 101) The connection request unit 110 of the additional recording client (AC) 100 makes a connection request for paying out the additional recording unit (Q) to the information unit (I) 400.

ステップ102) 追記クライアント(AC)100のデータ送信部120は、情報源IDとともに情報部(I)400から追記部(Q)の接続情報(IPアドレス、ポート番号など)を取得する。   Step 102) The data transmitting unit 120 of the additional recording client (AC) 100 acquires connection information (IP address, port number, etc.) of the additional recording unit (Q) from the information unit (I) 400 together with the information source ID.

ステップ103) 情報源からのデータが存在しなければ、ステップ103を繰り返し、データが存在すれば次のステップへ進む。   Step 103) If there is no data from the information source, repeat Step 103, and if there is data, go to the next step.

ステップ104) 追記クライアント(AC)100のデータ送信部120は、情報源IDとともに追記部(Q)200にデータを追記する。   Step 104) The data transmitting unit 120 of the additional recording client (AC) 100 adds data to the additional recording unit (Q) 200 together with the information source ID.

ステップ105) 追記部(Q)200からスイッチオーバー状態通知があれば次のステップへ進み、なければステップ109へ進む。   Step 105) If there is a switchover status notification from the additional recording section (Q) 200, the process proceeds to the next step, and if not, the process proceeds to step 109.

ステップ106) スイッチオーバー状態通知を受け取った際にスイッチオーバー先のIPアドレスの通知があれば次のステップへ進み、なければステップ108へ進む。   Step 106) If the switchover status notification is received, if there is a notification of the switchover destination IP address, the process proceeds to the next step, and if not, the process proceeds to Step 108.

ステップ107) スイッチオーバー先のIPアドレスを通知して情報部(I)400に接続要求を行い、ステップ102へ戻る。   Step 107) The switchover destination IP address is notified, a connection request is made to the information unit (I) 400, and the process returns to Step 102.

ステップ108) 接続要求部110は、スイッチオーバー状態を通知してきた追記部(Q)200のIPアドレスを指定して情報部(I)400に接続要求を行い、ステップ102へ戻る。   Step 108) The connection request unit 110 makes a connection request to the information unit (I) 400 by designating the IP address of the additional recording unit (Q) 200 that has notified the switchover state, and returns to Step 102.

ステップ109) 追記部(Q)200からデータ受付待機状態通知があれば次のステップへ進み、なければステップ103へ戻る。   Step 109) If there is a data reception standby state notification from the additional writing section (Q) 200, the process proceeds to the next step, and if not, the process returns to Step 103.

ステップ110) 指定された時間経過後もしくは指定されたサーバ状態に変化するまで(例えば、指定された空きメモリ容量になるまで)待機し、ステップ103へ戻る。   Step 110) Wait until the designated time elapses or until the designated server state is changed (for example, until the designated free memory capacity is reached), and return to Step 103.

次に、追記部(Q)200に関する動作について説明する。   Next, an operation related to the additional recording unit (Q) 200 will be described.

図4は、本発明の一実施形態の追記部(Q)の動作のフローチャートである。   FIG. 4 is a flowchart of the operation of the additional recording section (Q) according to the embodiment of the present invention.

追記部(Q)200がデータ受付部210により追記クライアント(AC)100からデータを受け付けてデータ記憶装置220に蓄積する際の動作と、状態通知部230により追記クライアント(AC)100からのデータ受付時に追記クライアント(AC)100に自身(追記部(Q)200)あるいは自身が動作するサーバの状態を通知する際の動作を示す。   The operation when the appending unit (Q) 200 accepts data from the appending client (AC) 100 by the data accepting unit 210 and stores it in the data storage device 220, and accepts data from the appending client (AC) 100 by the status notifying unit 230 The operation at the time of notifying itself (additional part (Q) 200) or the state of the server in which it operates to the additional recording client (AC) 100 is shown.

ステップ201) データ受付部210は、自身のデータ記憶装置220に空きがあれば次のステップへ進み、なければステップ207へ進む。   Step 201) The data reception unit 210 proceeds to the next step if the data storage device 220 has a free space, and proceeds to step 207 if not.

ステップ202) データ受付部210は、追記クライアント(AC)100から情報源IDとともに追記されたデータを受け取る。   Step 202) The data receiving unit 210 receives the data additionally written together with the information source ID from the additional writing client (AC) 100.

ステップ203) データ受付部210は、管理用のレコードIDを付与する。   Step 203) The data reception unit 210 gives a record ID for management.

ステップ204) データ受付部210は、受け取り時の時刻印を付与する。   Step 204) The data reception unit 210 gives a time stamp at the time of reception.

ステップ205) データ受付部210は、データをFIFO順にデータ記憶装置220に蓄積する。   Step 205) The data receiving unit 210 stores the data in the data storage device 220 in the FIFO order.

ステップ206) コマンドなどを通じて停止命令が通知されていれば終了し、通知されていなければステップ208へ進む。   Step 206) If a stop command is notified through a command or the like, the process ends. If not, the process proceeds to Step 208.

ステップ207) エラーログを出力するなどの例外処理を実行してステップ201に戻る。   Step 207) Exception processing such as outputting an error log is executed and the processing returns to Step 201.

ステップ208) スイッチオーバー状態であれば次のステップへ進み、スイッチオーバー状態でなければステップ213へ進む。   Step 208) If it is a switchover state, proceed to the next step, and if it is not a switchover state, proceed to Step 213.

ステップ209) スイッチオーバー先のIPアドレスの通知があれば次のステップへ進み、なければステップ211へ進む。当該ステップ209〜ステップ212の処理がスイッチオーバー先サーバのIPアドレス指定がある場合の処理(請求項3に対応)となる。   Step 209) If there is a notification of the switchover destination IP address, go to the next step, otherwise go to Step 211. The processing from step 209 to step 212 is processing when the IP address of the switchover destination server is specified (corresponding to claim 3).

ステップ210) 追記クライアント(AC)100にスイッチオーバー先のIPアドレスを指定してスイッチオーバー状態を通知しステップ212に進む。   Step 210) The switchover destination IP address is designated to the write-once client (AC) 100 to notify the switchover state, and the process proceeds to Step 212.

ステップ211) 追記クライアント(AC)100に自身のIPアドレスを指定してスイッチオーバー情報を通知する。   Step 211) The switchover information is notified to the write-once client (AC) 100 by designating its own IP address.

ステップ212) 自身のデータ記憶装置220にレコードが存在しなければ終了し、存在すればステップ212を繰り返す。   Step 212) If there is no record in the data storage device 220 of itself, the process ends. If it does exist, Step 212 is repeated.

ステップ213) データ受付待機状態であれば次のステップへ進み、データ受付待機状態でなければステップ201へ戻る。   Step 213) If it is in the data reception standby state, the process proceeds to the next step, and if it is not in the data reception standby state, the process returns to Step 201.

ステップ214) 追記クライアント(AC)100にデータ受付待機状態を通知し、ステップ201へ戻る。当該ステップのデータ受付待機状態通知の処理(請求項5に対応)となる。   Step 214) The write-once client (AC) 100 is notified of the data reception standby state, and the process returns to Step 201. This is the data reception standby state notification process in this step (corresponding to claim 5).

次に、フィルタ部(F)300の動作について説明する。   Next, the operation of the filter unit (F) 300 will be described.

図5は、本発明の一実施形態のフィルタ部(F)の動作のフローチャートである。   FIG. 5 is a flowchart of the operation of the filter unit (F) according to the embodiment of the present invention.

フィルタ部(F)300がデータ取得部310により自律的分散データ取得処理(例えばラウンドロビンアルゴリズムなど)を行って追記部(Q)200を1つ選択し、追記部(Q)200のデータ記憶装置220から情報源IDと共にデータを取得(Pull)する際の動作とデータ処理部310により取得したデータに対して情報源IDごとに予め定義された処理を行う際の動作を示す。   The filter unit (F) 300 performs autonomous distributed data acquisition processing (for example, a round robin algorithm) by the data acquisition unit 310 to select one additional recording unit (Q) 200, and the data storage device of the additional recording unit (Q) 200 An operation when acquiring (Pull) data together with an information source ID from 220 and an operation when performing a process defined in advance for each information source ID on the data acquired by the data processing unit 310 are shown.

ステップ301) データ取得部310は、自律的分散データ取得処理(例えばラウンドロビンアルゴリズムなど)により追記部(Q)200を1つ選択する。   Step 301) The data acquisition unit 310 selects one additional recording unit (Q) 200 by an autonomous distributed data acquisition process (for example, a round robin algorithm).

ステップ302) 当該追記部(Q)200のデータ記憶装置220にレコードがあれば次のステップへ進み、なければステップ301へ戻る。   Step 302) If there is a record in the data storage device 220 of the additional writing section (Q) 200, the process proceeds to the next step, and if not, the process returns to step 301.

ステップ303) データ取得部310は、当該追記部(Q)200のデータ記憶装置220から情報源IDとともにFIFO順にデータを取得する。   Step 303) The data acquisition unit 310 acquires the data together with the information source ID from the data storage device 220 of the additional recording unit (Q) 200 in the FIFO order.

ステップ304) データ処理部320は、取得したデータに対して情報源IDごとに予め定義された処理を行う。   Step 304) The data processing unit 320 performs a predefined process on the acquired data for each information source ID.

ステップ305) コマンドなどを通じて停止命令が通知されていれば終了し、通知されていなければステップ301へ戻る。   Step 305) If a stop command is notified through a command or the like, the process ends. If not, the process returns to Step 301.

次に、情報部(I)400の動作について説明する。   Next, the operation of the information unit (I) 400 will be described.

図6は、本発明の一実施形態における情報部(I)の動作のフローチャートである。   FIG. 6 is a flowchart of the operation of the information unit (I) in one embodiment of the present invention.

以下に、情報部(I)400が接続要求受付部410により追記クライアント(AC)100から接続要求を受け付け、少なくとも1つ以上の追記部(Q)の接続情報と1つの情報源IDを返却する際の動作を示す。   Below, the information unit (I) 400 receives a connection request from the write-once client (AC) 100 by the connection request reception unit 410, and returns connection information and one information source ID of at least one additional write-in unit (Q). The operation is shown.

ステップ401) 接続要求受付部410は、追記クライアント(AC)100からの接続要求があれば次のステップへ進み、なければステップ401に戻る。なお、接続要求としては、
(1)追記部(Q)200のIPアドレス指定の接続要求;
(2)スイッチオーバー先のIPアドレス指定の接続要求;
(3)IPアドレス指定無しの接続要求;
がある。
Step 401) If there is a connection request from the write-once client (AC) 100, the connection request receiving unit 410 proceeds to the next step, and if not, returns to Step 401. As a connection request,
(1) Request for connection of IP address designation of appending part (Q) 200;
(2) Connection request for specifying the IP address of the switchover destination;
(3) Connection request without IP address designation;
There is.

ステップ402) 第1の追記部(Q)200のIPアドレスを通知した接続要求であれば次のステップへ進み、そうでなければステップ404へ進む。 If step 402) a first recordable portion (Q) 200 1 of the connection request notifies the IP address advances to the next step, the process proceeds to step 404 otherwise.

ステップ403) 接続要求が上記の(1)である場合は、第1の追記部(Q)200のIPアドレス以外で動作する第2の追記部(Q)200の少なくとも1つ以上の接続情報と1つの情報源IDを追記クライアント(AC)100に返却し、ステップ401へ戻る。 Step 403) connection when the request is the above described (1), the first write-once portion (Q) a second write-once section operating outside 200 1 IP address (Q) 200 2 of at least one connection The information and one information source ID are returned to the write-once client (AC) 100, and the process returns to step 401.

ステップ404) スイッチオーバー先のIPアドレスを通知した接続要求であれば次のステップへ進み、そうでなければステップ406へ進む。   Step 404) If the connection request notifies the switchover destination IP address, the process proceeds to the next step; otherwise, the process proceeds to Step 406.

ステップ405) 接続要求が上記(2)である場合は、通知されたIPアドレスで動作する第2の追記部(Q)200の少なくとも1つ以上の接続情報と1つの情報源IDを追記クライアント(AC)100に返却し、ステップ401へ戻る。 Step 405) When the connection request is the above-mentioned (2), adds the second recordable section (Q) 200 2 of at least one or more connection information and one source ID that runs the IP address notified client (AC) Return to 100 and return to step 401.

ステップ406) 接続要求が上記(3)である場合は、未使用の追記部(Q)200のうち少なくとも1つ以上の接続情報と1つの情報源IDを追記クライアント(AC)100に返却し、ステップ401へ戻る。 Step 406) connection If the request is above (3) is to return at least one or more connection information and one source ID of the unused appending section (Q) 200 n to append the client (AC) 100 Return to step 401.

なお、上記の分散データ管理システムの追記クライアント(AC)100、追記部(Q)200、フィルタ部(F)300、情報部(I)400の各々が有する構成要素の動作をプログラムとして構築し、コンピュータにインストールして実行させる、または、ネットワークを介して流通させることが可能である。   The operation of the constituent elements of each of the additional recording client (AC) 100, additional recording unit (Q) 200, filter unit (F) 300, and information unit (I) 400 of the above distributed data management system is constructed as a program. It can be installed in a computer and executed, or distributed via a network.

本発明は、上記の実施形態に限定されることなく、特許請求の範囲内において種々変更・応用が可能である。   The present invention is not limited to the above-described embodiment, and various modifications and applications are possible within the scope of the claims.

100 追記クライアント(AC)
110 接続要求部
120 データ送受信部
200 追記部(Q)
210 データ受付部
220 データ記憶装置
230 状態通知部
300 フィルタ部(F)
310 データ取得部
320 データ処理部
400 情報部(I)
410 接続要求受付部
100 Append client (AC)
110 connection request unit 120 data transmission / reception unit 200 additional recording unit (Q)
210 Data reception unit 220 Data storage device 230 Status notification unit 300 Filter unit (F)
310 Data Acquisition Unit 320 Data Processing Unit 400 Information Unit (I)
410 Connection request acceptance unit

Claims (5)

時系列データを時々刻々と発生させる情報源からデータ受け付けて追記する追記クライアント(AC)と、
データ記憶装置を具備し、追記クライアント(AC)から追記されたデータを受け取ってキューイングする追記部(Q)と、
前記追記部(Q)からデータを取得して予め定義された処理を実行するフィルタ部(F)と、
前記追記クライアント(AC)からの接続要求に応じて追記部(Q)の払い出しを行う情報部(I)が存在するネットワーク環境における分散データ管理システムであって、
前記追記クライアント(AC)は、
前記情報部(I)に接続要求を行い、情報源IDとともに接続先となる追記部(Q)の接続情報(IPアドレス、ポート番号など)を取得する、及び、前記追記部(Q)、から通知される状態情報に基づいて、該情報部(I)に接続要求を行う接続要求手段と、
前記情報源からデータを受け付けて情報源IDとともに前記追記部(Q)にデータを追記するデータ送信手段と、を具備し、
前記追記部(Q)は、
前記追記クライアント(AC)によって追記されたデータを受け取って管理用のレコードIDを付与するとともに、受け取りの時刻印を付与し、データをFIFO順にデータ記憶装置にキューイングするデータ受付手段と、
前記追記クライアント(AC)からのデータ受付時に追記クライアント(AC)に自身(追記部(Q))あるいは自身が動作するサーバのスイッチオーバ状態またはデータ受付待機状態を通知する状態通知手段と、
を具備し、
前記フィルタ部(F)は、
少なくとも1つ以上の追記部(Q)から自律的分散データ取得処理を行って追記部(Q)を1つ選択し、該追記部(Q)のデータ記憶装置から情報源IDとともにデータを取得(Pull)するデータ取得手段と、
取得した前記データに対して情報源ID毎に予め定義された処理を実行するデータ処理手段と、を具備し、
前記情報部(I)は、
前記追記クライアントからの接続要求を受け付け、未使用の追記部(Q)の中から少なくとも1つ以上の追記部(Q)を選択し、1つの情報源IDと前記少なくとも1つ以上の追記部(Q)の接続情報を返却する接続要求受付手段を具備する
ことを特徴とする無停止分散データ管理システム。
Append client (AC) that accepts and appends data from information sources that generate time-series data from time to time,
An appending unit (Q) that includes a data storage device and receives and queues data appended from the appending client (AC);
A filter unit (F) that acquires data from the appending unit (Q) and executes a predefined process;
A distributed data management system in a network environment in which an information unit (I) that issues a write-out unit (Q) in response to a connection request from the write-once client (AC) exists,
The append client (AC)
A connection request is made to the information section (I), and connection information (IP address, port number, etc.) of the additional recording section (Q) as a connection destination is acquired together with the information source ID , and from the additional recording section (Q) Based on the notified status information, connection request means for making a connection request to the information unit (I) ,
Data transmitting means for receiving data from the information source and adding data to the appending unit (Q) together with the information source ID;
The appending part (Q)
Data receiving means for receiving data added by the additional recording client (AC) and giving a record ID for management, giving a time stamp of reception, and queuing the data in a data storage device in FIFO order;
A status notification means for notifying the additional recording client (AC) itself (additional recording section (Q)) or a switchover state or a data reception standby state of the server on which the additional recording client (AC) operates when receiving data from the additional recording client (AC);
Comprising
The filter part (F)
Autonomous distributed data acquisition processing is performed from at least one additional recording section (Q) to select one additional recording section (Q), and data is acquired together with the information source ID from the data storage device of the additional recording section (Q) ( Pull) data acquisition means,
Data processing means for executing a process defined in advance for each acquired information source ID for each information source ID,
The information part (I)
Accepting a connection request from the additional recording client, selecting at least one additional recording section (Q) from unused additional recording sections (Q), one information source ID and at least one additional recording section ( Q) A non-stop distributed data management system comprising connection request accepting means for returning connection information of Q).
時系列データを時々刻々と発生させる情報源からデータ受け付けて追記する追記クライアント(AC)と
データ記憶装置を具備し、追記クライアント(AC)から追記されたデータを受け取ってキューイングする追記部(Q)と、
前記追記部(Q)からデータを取得して予め定義された処理を実行するフィルタ部(F)と、
前記追記クライアント(AC)からの接続要求に応じて前記追記部(Q)の払い出しを行う情報部(I)が存在するネットワーク環境において、
前記追記クライアント(AC)は、接続要求手段により前記情報部(I)に接続要求を行い、情報源IDとともに接続先となる追記部(Q)の接続情報(IPアドレス、ポート番号など)を取得し、データ送信手段により該追記部(Q)にデータを追記し、
前記追記部(Q)は、前記追記クライアント(AC)から送信されたデータをデータ受付手段により受け取り、管理用のレコードIDおよび時刻印を付与した後でデータ記憶装置にFIFO順に蓄積し、
前記フィルタ部(F)は、データ取得手段により自律的分散データ取得処理を行って追記部(Q)を1つ選択し、該追記部(Q)のデータ記憶装置から情報源IDとともにデータを取得(Pull)し、データ処理手段により情報源IDごとに予め定義された処理を行うステップを繰り返し、
前記情報部(I)は、接続要求受付手段により前記追記クライアント(AC)からの接続要求を受け付け、未使用の追記部(Q)の中から少なくとも1つ以上の追記部(Q)を選択し、1つの情報源IDと前記少なくとも1つ以上の追記部(Q)の接続情報(IPアドレス、ポート番号など)を返却し、
前記追記部(Q)は、状態通知手段により前記追記クライアント(AC)からのデータ受付時に該追記クライアント(AC)に自身(追記部(Q))あるいは自身が動作するサーバの状態情報として、スイッチオーバー状態またはデータ受付待機状態を通知し、
前記追記クライアント(AC)は、前記追記部(Q)から通知された前記状態情報がスイッチオーバー状態であれば、スイッチオーバー先のIPアドレスを前記情報部(I)に通知して接続要求を行う
ことを特徴とする分散データ管理方法。
An appending client (AC) that accepts data from an information source that generates time series data from time to time and a data storage device, and an appending unit that receives and queues the data appended from the appending client (AC) ( Q) and
A filter unit (F) that acquires data from the appending unit (Q) and executes a predefined process;
In a network environment in which there is an information unit (I) that issues the additional recording unit (Q) in response to a connection request from the additional recording client (AC),
The write-once client (AC) makes a connection request to the information part (I) by a connection request means, and obtains connection information (IP address, port number, etc.) of the write-once part (Q) as a connection destination together with the information source ID. Then, add data to the additional recording section (Q) by the data transmission means,
The appending part (Q) receives the data transmitted from the appending client (AC) by the data receiving means, stores the management record ID and time stamp, and then stores them in the data storage device in FIFO order,
The filter unit (F) performs an autonomous distributed data acquisition process by a data acquisition unit, selects one additional recording unit (Q), and acquires data together with an information source ID from the data storage device of the additional recording unit (Q). (Pull) and repeat the step of performing a predefined process for each information source ID by the data processing means,
The information unit (I) receives a connection request from the additional recording client (AC) by a connection request receiving unit, and selects at least one additional recording unit (Q) from unused additional recording units (Q). , Return the connection information (IP address, port number, etc.) of one information source ID and the at least one additional writing part (Q),
The additional recording unit (Q) is switched to the additional recording client (AC) as status information of itself (additional recording unit (Q)) or a server on which it operates when data is received from the additional recording client (AC) by the status notification unit. Over status or data reception standby status ,
If the status information notified from the additional recording unit (Q) is a switchover state, the additional recording client (AC) notifies the information unit (I) of the IP address of the switchover destination and makes a connection request. <br/> A distributed data management method characterized by the above.
第1の追記部(Q)に対してスイッチオーバー命令を通知すると、
前記第1の追記部(Q)がスイッチオーバー状態へ移行し、前記追記クライアント(AC)からの次回のデータ追記時に前記追記部の状態通知手段により該第1の追記部(Q)から該追記クライアント(AC)に対して自身(追記部(Q))のIPアドレスと該第1の追記部(Q)がスイッチオーバー状態であることを通知し、
通知を受けた追記クライアント(AC)が、前記情報部(I)に対して前記接続要求手段により第1の追記部(Q)のIPアドレスを通知して新たな接続要求を行い、
前記情報部(I)は、前記接続要求受付手段により前記追記クライアント(AC)から通知された第1の追記部(Q)のIPアドレス以外で動作する第2の追記部(Q)の少なくとも1つ以上の接続情報と1つの情報源IDを追記クライアント(AC)に返却し、
前記第2の追記部(Q)の払い出しを受けた追記クライアント(AC)が、該第2の追記部(Q)に対して前記データ送信手段によりデータ追記を再開する
請求項2記載の分散データ管理方法。
When a switchover command is notified to the first appending part (Q),
The first additional recording unit (Q) shifts to the switchover state, and the additional recording unit (Q) notifies the additional recording unit (Q) from the first additional recording unit (Q) by the state notification unit of the additional recording unit at the time of the next additional data recording from the additional recording client (AC). Notifying the client (AC) that the IP address of itself (additional part (Q)) and the first additional part (Q) are in a switchover state,
The postscript client (AC) that has received the notification notifies the information unit (I) of the IP address of the first postscript unit (Q) by the connection request means and makes a new connection request,
The information unit (I) is at least one second appending unit (Q) that operates other than the IP address of the first appending unit (Q) notified from the appending client (AC) by the connection request accepting unit. Return one or more connection information and one information source ID to the append client (AC),
3. The distributed data according to claim 2, wherein the additional recording client (AC) that has received the payout from the second additional recording unit (Q) resumes the additional data recording by the data transmission unit with respect to the second additional recording unit (Q). Management method.
第1の追記部(Q)に対してスイッチオーバー命令を通知する際に併せてスイッチオーバー先のIPアドレスを指定すると、
前記第1の追記部(Q)がスイッチオーバー状態へ移行し、前記追記クライアント(AC)からの次回のデータ追記時に前記追記部の状態通知手段により該第1の追記部(Q)から該追記クライアント(AC)に対してスイッチオーバー先のIPアドレスと該第1の追記部(Q)がスイッチオーバー状態であることを通知し、
通知を受けた前記追記クライアント(AC)が、前記情報部(I)に対して前記接続要求手段によりスイッチオーバー先のIPアドレスを通知して新たな接続要求を行い、
前記情報部(I)は、前記接続要求受付手段により追記クライアント(AC)から通知されたIPアドレスで動作する第2の追記部(Q)の少なくとも1つ以上の接続情報(IPアドレス、ポート番号など)と1つの情報源IDを追記クライアント(AC)に返却し、
前記第2の追記部(Q)の払い出しを受けた追記クライアント(AC)が、該第2の追記部(Q)に対して前記データ送信手段によりデータ追記を再開する
請求項2記載の分散データ管理方法。
When you specify the switchover destination IP address when notifying the switchover command to the first appending part (Q),
The first additional recording unit (Q) shifts to the switchover state, and the additional recording unit (Q) notifies the additional recording unit (Q) from the first additional recording unit (Q) by the state notification unit of the additional recording unit at the time of the next additional data recording from the additional recording client (AC). Notifying the client (AC) that the switchover destination IP address and the first appending part (Q) are in the switchover state,
The append client (AC) that has received the notification notifies the information unit (I) of the IP address of the switchover destination by the connection request means and makes a new connection request,
The information part (I) is at least one connection information (IP address, port number) of the second additional recording part (Q) operating at the IP address notified from the additional recording client (AC) by the connection request accepting means. Etc.) and one information source ID to the append client (AC),
3. The distributed data according to claim 2, wherein the additional recording client (AC) that has received the payout from the second additional recording unit (Q) resumes the additional data recording by the data transmission unit with respect to the second additional recording unit (Q). Management method.
第1の追記部(Q)に対してデータ受付待機命令を通知すると、
前記第1の追記部(Q)がデータ受付待機状態へ移行し、前記追記クライアント(AC)からの次回のデータ追記時に前記追記部の状態通知手段により第1の追記部(Q)から追記クライアント(AC)に対して第1の追記部(Q)がデータ受付待機状態であることを通知し、
通知を受けた追記クライアント(AC)が、指定された時間経過後あるいは指定されたサーバ状態に変化した後で前記第1の追記部(Q)に対してデータ追記を再開する
請求項2記載の分散データ管理方法。
When a data reception standby instruction is sent to the first appending part (Q),
The first additional recording section (Q) shifts to the data reception standby state, and the additional recording client from the first additional recording section (Q) by the state notification means of the additional recording section at the next additional data recording from the additional recording client (AC) (AC) is notified that the first appending part (Q) is in a data reception standby state,
The additional recording client (AC) that has received the notification resumes data addition to the first additional recording unit (Q) after a lapse of a specified time or after a change to a specified server state. Distributed data management method.
JP2011105712A 2011-05-10 2011-05-10 Distributed data management system and method Expired - Fee Related JP5570469B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011105712A JP5570469B2 (en) 2011-05-10 2011-05-10 Distributed data management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011105712A JP5570469B2 (en) 2011-05-10 2011-05-10 Distributed data management system and method

Publications (2)

Publication Number Publication Date
JP2012238122A JP2012238122A (en) 2012-12-06
JP5570469B2 true JP5570469B2 (en) 2014-08-13

Family

ID=47460981

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011105712A Expired - Fee Related JP5570469B2 (en) 2011-05-10 2011-05-10 Distributed data management system and method

Country Status (1)

Country Link
JP (1) JP5570469B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017072938A1 (en) * 2015-10-30 2017-05-04 株式会社日立製作所 Computer scale-out method, computer system, and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001265681A (en) * 2000-03-16 2001-09-28 Toshiba Corp Information terminal, information equipment and communication control method
JP2003337717A (en) * 2002-05-22 2003-11-28 Nec Corp Fault recovery synchronizing system of online transaction process
JP5040364B2 (en) * 2007-03-02 2012-10-03 カシオ計算機株式会社 Information processing system, transfer server device

Also Published As

Publication number Publication date
JP2012238122A (en) 2012-12-06

Similar Documents

Publication Publication Date Title
JP5988621B2 (en) Scalability of high-load business processes
US20230205603A1 (en) Communications Framework for Multi-Cluster Management Systems
CN101719852B (en) Method and device for monitoring performance of middleware
JP2006323539A (en) Information-processing method and system thereof
EP2577974A2 (en) Aggregated tuner scheduling
KR101179999B1 (en) Testbed system for dynamic media service composition and experiment method for media service composition
JP5570469B2 (en) Distributed data management system and method
JP2016045930A (en) Management system and method for controlling management system
Czarnul A model, design, and implementation of an efficient multithreaded workflow execution engine with data streaming, caching, and storage constraints
JP2020024636A (en) Scheduling device, scheduling system, scheduling method and program
US10146652B2 (en) Resilient distributed storage system
JP6824435B2 (en) Information distribution storage systems, methods and programs
US11113106B2 (en) Coordinating distributed task execution
JP2015094976A (en) Information processing apparatus, information processing method, and program
Östberg et al. Mediation of service overhead in service-oriented grid architectures
JP5819085B2 (en) I / O controller
WO2014203728A1 (en) Message control system, message control device, message control method, and program
US10296402B2 (en) Scheduling jobs
JP4988685B2 (en) Distributed data processing system and method, data storage device, and program
JP5847495B2 (en) Information processing apparatus, control method, and program
WO2024012082A1 (en) Big data cluster deployment method and apparatus, device, and medium
WO2015151290A1 (en) Management computer, computer control method, and computer system
JP2004102931A (en) Automatic processing general-purpose control system, control device, execution device, automatic processing general-purpose control method and device, program and recording medium
JP5385811B2 (en) Stream data processing system, stream data processing method, data storage device, and program
JP2007013733A (en) Device and method for creating file

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130814

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20131004

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140311

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140424

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: 20140617

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140624

R150 Certificate of patent or registration of utility model

Ref document number: 5570469

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees