JP6686495B2 - Grid storage control device, grid storage system, grid storage control method, and program - Google Patents

Grid storage control device, grid storage system, grid storage control method, and program Download PDF

Info

Publication number
JP6686495B2
JP6686495B2 JP2016023637A JP2016023637A JP6686495B2 JP 6686495 B2 JP6686495 B2 JP 6686495B2 JP 2016023637 A JP2016023637 A JP 2016023637A JP 2016023637 A JP2016023637 A JP 2016023637A JP 6686495 B2 JP6686495 B2 JP 6686495B2
Authority
JP
Japan
Prior art keywords
read
fragment
data block
data
storage means
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
JP2016023637A
Other languages
Japanese (ja)
Other versions
JP2017142662A (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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2016023637A priority Critical patent/JP6686495B2/en
Publication of JP2017142662A publication Critical patent/JP2017142662A/en
Application granted granted Critical
Publication of JP6686495B2 publication Critical patent/JP6686495B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、グリッドストレージ制御装置、グリッドストレージシステム、グリッドストレージ制御方法、および、プログラム、特に、複数のストレージからフラグメントを読み込んで、書き込んだデータブロックを最構築する、グリッドストレージ制御装置、グリッドストレージシステム、グリッドストレージ制御方法、および、プログラムに関する。   The present invention relates to a grid storage control device, a grid storage system, a grid storage control method, and a program, and in particular, reads a fragment from a plurality of storages and reconstructs a written data block, a grid storage control device, a grid storage system. , A grid storage control method, and a program.

図1は、グリッドストレージにおけるストレージノードへのデータ書き込みの概要を示す図である。図2は、グリッドストレージにおけるストレージノードからのデータ読み込みの概要を示す図である。   FIG. 1 is a diagram showing an outline of data writing to a storage node in a grid storage. FIG. 2 is a diagram showing an outline of reading data from a storage node in the grid storage.

グリッドストレージは、入力されたデータブロックをn(nは複数:図1、2ではn=9)個のデータフラグメントに分割する(図1のA))。図1において、A)が指す各実線の正方形がデータフラグメントである。   The grid storage divides the input data block into n (n is a plurality: n = 9 in FIGS. 1 and 2) data fragments (A in FIG. 1)). In FIG. 1, each solid square indicated by A) is a data fragment.

その後、グリッドストレージは、n個のデータフラグメントから、p(pは1以上:図1、2ではp=3)個の冗長フラグメントを算出して、n個のデータセグメントに付加する(図1のB))。図1において、B)が指す各破線の正方形が冗長フラグメントである。   After that, the grid storage calculates p (p is 1 or more: p = 3 in FIGS. 1 and 2) redundant fragments from the n data fragments and adds them to the n data segments (see FIG. 1). B)). In FIG. 1, each dashed square indicated by B) is a redundant fragment.

最後に、グリッドストレージは、n個のデータフラグメントとp個の冗長フラグメントを、n+p個のストレージノードに分散して格納する(図1のC))。これにより、グリッドストレージは、耐障害性の向上と並列アクセスによる性能向上の両立を図っている。   Finally, the grid storage distributes and stores n data fragments and p redundant fragments in n + p storage nodes (C in FIG. 1). This allows the grid storage to have both improved fault tolerance and improved performance due to parallel access.

読み込み時、グリッドストレージは、分散格納したn+p個のフラグメントから、少なくともn個のフラグメントを読み込み(図2のD))、読み込んだn個のフラグメントからデータを再構成する(図2のE))。n個のフラグメントは、データフラグメントと冗長フラグメントの混在で良い。   At the time of reading, the grid storage reads at least n fragments from the n + p fragments distributed and stored (D in FIG. 2)), and reconstructs data from the read n fragments (E in FIG. 2)). . The n fragments may be a mixture of data fragments and redundant fragments.

クライアントからデータの読み込み要求があった場合、グリッドスストレージは、データブロック復元のために、必要最小限のn個のフラグメントを読み込むか、冗長データも含めたn+p個のすべてのフラグメントを読み込むかの、いずれかの一方の方式を選択する。   When there is a data read request from the client, the grid storage will read the minimum required n fragments or all n + p fragments including redundant data in order to restore the data block. , Either one of them is selected.

ストレージノードから、必要最小限のn個のフラグメントの読み込みを行う場合、グリッドストレージ全体の負荷や通信量は抑制できる。しかし、特定のストレージノードに対するアクセスの集中があった場合、クライアントがグリッドストレージに対して行うデータブロックの読み込みが、その特定のストレージノードに引っ張られて遅延する。   When the required minimum number of n fragments are read from the storage node, the load and communication volume of the entire grid storage can be suppressed. However, when there is a concentration of access to a particular storage node, the data block read by the client to the grid storage is delayed by the particular storage node.

図3は、グリッドストレージにおけるストレージノード間にアクセスの偏りが有る場合の様子を示している。図3において、横長の長方形がクライアントから発行されたデータブロック読み込み要求、当該長方形から発する直線が、各データブロック読み込み要求から派生するフラグメント読み込み要求である。   FIG. 3 shows a state in which there is a bias in access among the storage nodes in the grid storage. In FIG. 3, a horizontally long rectangle is a data block read request issued by the client, and a straight line emitted from the rectangle is a fragment read request derived from each data block read request.

図3は、6個のデータブロック読み込み要求から、2または3個のフラグメント読み込み要求が派生していることを示している。このうち、ストレージノード1やストレージノード4には、3個のフラグメント読み込み要求が発生しているのに対し、ストレージノード3には、6個のフラグメント読み込み要求が集中しており、ストレージノード3がボトルネックとなっている。   FIG. 3 shows that two or three fragment read requests are derived from the six data block read requests. Of these, three fragment read requests are generated in the storage node 1 and the storage node 4, whereas six fragment read requests are concentrated in the storage node 3, and the storage node 3 It is a bottleneck.

一方、n+p個のストレージノードすべてに対してフラグメントの読み込みを行う場合は、n個のフラグメントがそろった時点で元のデータの復元ができるため、クライアントがグリッドストレージからデータを読み込む時間を短くできる反面、グリッドストレージ内の通信量やストレージノード全体の負荷上昇を招く。   On the other hand, when reading fragments for all n + p storage nodes, the original data can be restored when all n fragments are available, so the client can shorten the time to read the data from the grid storage. However, this causes an increase in the communication volume in the grid storage and the load on the entire storage node.

なお、特許文献1は、データブロック読み出し時に、先読みを行うディスク装置を開示する。このディスク装置は、リードコマンドで指定されたデータブロックの数に応じて、先読みデータブロックの数を変化させる。   Patent Document 1 discloses a disk device that performs prefetching when reading a data block. This disk device changes the number of read-ahead data blocks according to the number of data blocks designated by the read command.

特許文献2は、稼働中の第1ディスクと停止中の第2ディスクを含むストレージ装置を制御するストレージ制御装置を開示する。このストレージ制御装置は、第1ディスクの応答時間が所定閾値より長いと、第2ディスクに回転開始命令を発行する。   Patent Document 2 discloses a storage control device that controls a storage device including a first disk that is operating and a second disk that is stopped. The storage control device issues a rotation start command to the second disk when the response time of the first disk is longer than a predetermined threshold value.

特開平6−180633号公報JP-A-6-180633 国際公開第2012/108040号International Publication No. 2012/108040

グリッドストレージの運転状況に応じて、データブロックの読み込み遅延の抑制と、グリッドストレージの総負荷増大の抑制とのバランスを適切に制御することが望ましい。しかし、特許文献1が開示する技術も、特許文献2が開示する技術も、そのような制御を可能にできない。両技術は、複数のストレージからフラグメントを読み込んで、書き込んだデータブロックを最構築するシステムに関係しないからである。   It is desirable to appropriately control the balance between the suppression of the data block read delay and the suppression of the increase in the total load of the grid storage according to the operating status of the grid storage. However, neither the technique disclosed in Patent Document 1 nor the technique disclosed in Patent Document 2 can enable such control. Both technologies are not related to the system that reads fragments from multiple storages and reconstructs the written data blocks.

本発明は、上記課題を解決する、グリッドストレージ制御装置、グリッドストレージシステム、グリッドストレージ制御方法、および、プログラムを提供することを目的とする。   It is an object of the present invention to provide a grid storage control device, a grid storage system, a grid storage control method, and a program that solve the above problems.

本発明の1実施の形態のグリッドストレージ制御装置は、データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の記憶手段と、n個の前記フラグメントから生成されたp(pは1以上)個の冗長フラグメントを格納するp個の記憶手段と、に接続され、入力された前記データブロックの読み込み要求の特性、および、前記記憶手段の負荷状態の少なくとも一つに基づいて、n以上、n+p以下のrを決定し、r個の前記記憶手段に前記フラグメントの読み込み要求を発行する読み込み数決定手段と、合わせてn個の前記データフラグメントまたはパリティフラグメントが読み込まれると、前記データブロックを再構築して出力するデータ再構成手段と、を備える。   A grid storage control device according to an embodiment of the present invention stores n pieces of storage means for storing data fragments obtained by dividing a data block into n pieces (n is a plurality of pieces), and p (p) generated from the n pieces of the fragments. p is 1 or more) based on at least one of the characteristics of the read request of the input data block connected to the p storage means for storing redundant fragments and the load state of the storage means. , N or more and n + p or less are determined, and a read number determination means for issuing a read request for the fragment to the r storage means and n data fragments or parity fragments are read in total. Data reconstruction means for reconstructing and outputting the data block.

本発明の1実施の形態のグリッドストレージ制御方法は、データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の記憶手段と、n個の前記フラグメントから生成されたp(pは1以上)個の冗長フラグメントを格納するp個の記憶手段と、から前記データブロックを読み込む旨の要求を受信して、受信した前記ブロックの読み込み要求の特性、および、前記記憶手段の負荷状態の少なくとも一つに基づいて、n以上、n+p以下のrを決定し、r個の前記記憶手段に前記フラグメントの読み込み要求を発行し、合わせてn個の前記データフラグメントまたはパリティフラグメントが読み込まれると、前記データブロックを再構築して出力する。   A grid storage control method according to an embodiment of the present invention includes n storage means for storing data fragments obtained by dividing a data block into n (n is a plurality) pieces, and p (p (s) generated from the n pieces of the fragments. p is 1 or more), p storage means for storing redundant fragments, and a request for reading the data block from the storage means, the characteristics of the received read request of the block, and the load of the storage means. Based on at least one of the states, r of n or more and n + p or less is determined, a read request of the fragment is issued to r storage means, and a total of n data fragments or parity fragments are obtained. When read, the data block is reconstructed and output.

本発明の1実施の形態のプログラムは、データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の記憶手段と、n個の前記フラグメントから生成されたp(pは1以上)個の冗長フラグメントを格納するp個の記憶手段と、に接続されたコンピュータに、入力された前記データブロックの読み込み要求の特性、および、前記記憶手段の負荷状態の少なくとも一つに基づいて、n以上、n+p以下のrを決定し、r個の前記記憶手段に前記フラグメントの読み込み要求を発行する読み込み数決定処理と、合わせてn個の前記データフラグメントまたはパリティフラグメントが読み込まれると、前記データブロックを再構築して出力するデータ再構成処理と、を実行させる。   A program according to an embodiment of the present invention includes n storage means for storing a data fragment obtained by dividing a data block into n (n is a plurality) pieces, and p (p is 1) generated from the n pieces of the fragments. Based on at least one of the characteristics of the read request of the data block input to the computer connected to the p storage means for storing the redundant fragments and the load state of the storage means. , N or more and n + p or less are determined, and a read number determination process of issuing a read request for the fragment to the r storage means and a total of n data fragments or parity fragments are read. , A data reconstruction process for reconstructing and outputting the data block.

本発明にかかるグリッドストレージ制御装置は、グリッドストレージシステムの運転状況に応じて、データブロックの読み込み遅延の抑制と、グリッドストレージシステムの総負荷増大の抑制とのバランスを適切に調整する。   The grid storage control device according to the present invention appropriately adjusts the balance between the suppression of the data block read delay and the suppression of the increase in the total load of the grid storage system according to the operating status of the grid storage system.

図1は、グリッドストレージにおけるストレージノードへのデータ書き込みの概要を示す図である。FIG. 1 is a diagram showing an outline of data writing to a storage node in a grid storage. 図2は、グリッドストレージにおけるストレージノードからのデータ読み込みの概要を示す図である。FIG. 2 is a diagram showing an outline of reading data from a storage node in the grid storage. 図3は、グリッドストレージにおけるストレージノード間にアクセスの偏りが有る場合の様子を示している。FIG. 3 shows a state in which there is a bias in access among the storage nodes in the grid storage. 図4は、第1の実施の形態にかかるグリッドストレージシステム6の構成を示すブロック図である。FIG. 4 is a block diagram showing the configuration of the grid storage system 6 according to the first embodiment. 図5は、読み込み数決定部2が応答遅延許容判定部21だけを備えている場合に、グリッドストレージ制御装置5が、データブロックの読み込み要求を受けた時の動作フローチャートである。FIG. 5 is an operation flowchart when the grid storage control device 5 receives a data block read request when the read number determination unit 2 includes only the response delay allowance determination unit 21. 図6は、読み込み数決定部2が、応答遅延許容判定部21および負荷判定部22の両者を備えている場合に、グリッドストレージ制御装置5が、データブロックの読み込み要求を受けた時の動作フローチャートである。FIG. 6 is an operation flowchart when the grid storage control device 5 receives a data block read request when the read number determination unit 2 includes both the response delay allowance determination unit 21 and the load determination unit 22. Is. 図7は、読み込み数決定部2が負荷判定部22だけを備えている場合に、グリッドストレージ制御装置5が、データブロックの読み込み要求を受けた時の動作フローチャートである。FIG. 7 is an operation flowchart when the grid storage control device 5 receives a data block read request when the read number determination unit 2 includes only the load determination unit 22. 図8は、キュー監視部41の動作フローチャートである。FIG. 8 is an operation flowchart of the queue monitoring unit 41. 図9は、コンピュータ装置50の構成図である。FIG. 9 is a configuration diagram of the computer device 50. 図10は、第2の実施の形態にかかるグリッドストレージ制御装置5の構成を示すブロック図である。FIG. 10 is a block diagram showing the configuration of the grid storage control device 5 according to the second embodiment.

<第1の実施の形態>
<概要>
本実施の形態にかかるグリッドストレージ制御装置5は、クライアントから受信したデータブロックの読み込み要求の特性に応じて、ストレージノード4から読み込むフラグメントの数を、n個からn+p個の間で変化させる。ここで、nはデータブロックを分割したデータフラグメントの数、pはパリティフラグメントの数である。
<First Embodiment>
<Outline>
The grid storage control device 5 according to the present embodiment changes the number of fragments read from the storage node 4 from n to n + p according to the characteristics of the read request of the data block received from the client. Here, n is the number of data fragments into which the data block is divided, and p is the number of parity fragments.

また、グリッドストレージ制御装置5は、グリッドストレージシステム6の負荷状況に応じても読み込むフラグメントの数を変化させる。   The grid storage control device 5 also changes the number of fragments to be read depending on the load status of the grid storage system 6.

これらの仕組みにより、グリッドストレージ制御装置5は、アクセス集中が起きているストレージノード4があり、当該ストレージノード4からの応答が遅れても、クライアントに対する応答遅延を回避する。それとともに、グリッドストレージ制御装置5は、フラグメントの数を抑えて、グリッドストレージシステム6全体の負荷を抑制する。   With these mechanisms, the grid storage control device 5 avoids the response delay to the client even if there is a storage node 4 in which access concentration occurs and the response from the storage node 4 is delayed. At the same time, the grid storage control device 5 suppresses the number of fragments to suppress the load on the grid storage system 6 as a whole.

<構成>
図4は、第1の実施の形態にかかるグリッドストレージシステム6の構成を示すブロック図である。
<Structure>
FIG. 4 is a block diagram showing the configuration of the grid storage system 6 according to the first embodiment.

グリッドストレージシステム6は、グリッドストレージ制御装置5と、当該装置に接続された少なくともn+p台のストレージノード4を包含する。   The grid storage system 6 includes a grid storage control device 5 and at least n + p storage nodes 4 connected to the device.

グリッドストレージシステム6において、グリッドストレージ制御装置5は、クライアントからデータブロックの書き込み要求を受け付けて、データブロックをn(複数)個のデータフラグメントに分割する。さらに、グリッドストレージ制御装置5は、n個のデータフラグメントからp(1以上)個のパリティフラグメントを生成し、それらのフラグメントをn+p台のストレージノード4に分散させて書き込む。   In the grid storage system 6, the grid storage control device 5 receives a data block write request from a client and divides the data block into n (plural) data fragments. Furthermore, the grid storage control device 5 generates p (1 or more) parity fragments from n data fragments, and distributes these fragments to the n + p storage nodes 4 for writing.

グリッドストレージ制御装置5は、クライアントからデータブロックの読み込み要求を受け付けると、最低n個のフラグメントを読み込んで、データブロックを再構築して、返信する。   When the grid storage control device 5 accepts a data block read request from the client, it reads at least n fragments, reconstructs the data block, and returns it.

以降の説明は、グリッドストレージシステム6におけるデータブロックの読み込みに焦点を当てる。   The following description focuses on reading data blocks in the grid storage system 6.

グリッドストレージ制御装置5は、リクエスト受付部1、読み込み数決定部2、および、データ再構成部3を備える。読み込み数決定部2は、応答遅延許容判定部21と負荷判定部22の少なくとも一方を備える。負荷判定部22は、各ストレージノード4に関連付けてパリティリードフラグ23を備える。   The grid storage control device 5 includes a request reception unit 1, a read number determination unit 2, and a data reconstruction unit 3. The read number determination unit 2 includes at least one of a response delay allowance determination unit 21 and a load determination unit 22. The load determination unit 22 includes a parity read flag 23 associated with each storage node 4.

リクエスト受付部1は、クライアントからデータブロックの読み込み要求を受け付ける。   The request receiving unit 1 receives a data block read request from a client.

読み込み数決定部2は、応答遅延許容判定部21、負荷判定部22の少なくとも一方を起動して、入力されたデータブロックの読み込み要求に対して、フラグメント読み込み数rをnとn+pの間で決定して、当該数のフラグメントの読み込みを実行する。   The read number determination unit 2 activates at least one of the response delay allowance determination unit 21 and the load determination unit 22 to determine the fragment read number r between n and n + p in response to the input data block read request. Then, the reading of the number of fragments is executed.

応答遅延許容判定部21は、入力されたデータブロックの読み込み要求の特性に基づいて、フラグメント読み込み数rを決定する。   The response delay allowance determination unit 21 determines the fragment read number r based on the characteristics of the read request of the input data block.

負荷判定部22は、ストレージノード4の負荷状態に基づいて、フラグメント読み込み数rを決定する。具体的に、負荷判定部22は、負荷が高いストレージノード4が存在するとき、読み込むフラグメント数rを増加させる。このようにする理由は、早く読み込めたフラグメントを使った迅速なデータ再構成を可能にして、ストレージノード4の負荷のばらつきによる応答遅延を抑制するためである。   The load determination unit 22 determines the fragment read number r based on the load state of the storage node 4. Specifically, the load determination unit 22 increases the number r of read fragments when there is a storage node 4 with a high load. The reason for doing this is to enable rapid data reconstruction using fragments that have been read in early, and to suppress response delays due to variations in the load on the storage node 4.

負荷判定部22のパリティリードフラグ23は、対応するストレージノード4の負荷が、所定閾値以上であるか否かを示す。   The parity read flag 23 of the load determination unit 22 indicates whether or not the load of the corresponding storage node 4 is equal to or greater than a predetermined threshold.

データ再構成部3は、ストレージノード4から読み込まれた少なくともn個のフラグメントからデータブロックを再構築して出力する。   The data reconstruction unit 3 reconstructs a data block from at least n fragments read from the storage node 4 and outputs it.

各ストレージノード4は、図示されないフラグメント記憶域とともに、キュー監視部41と読み込みキュー42を備える。   Each storage node 4 includes a queue storage unit 41 and a read queue 42 together with a fragment storage area (not shown).

読み込みキュー42は、グリッドストレージ制御装置5から発行されたフラグメント読み込み要求の処理待ちキューである。   The read queue 42 is a queue for processing a fragment read request issued by the grid storage controller 5.

キュー監視部41は、或るストレージノード4の読み込みキュー42内に滞留しているフラグメント読み込み要求の数が所定閾値以上であれば、当該ストレージノード4に関連付けられているパリティリードフラグ23をオンに、所定閾値未満であればオフに設定する。   The queue monitoring unit 41 turns on the parity read flag 23 associated with the storage node 4 if the number of fragment read requests retained in the read queue 42 of a certain storage node 4 is greater than or equal to a predetermined threshold. If it is less than the predetermined threshold, it is set to off.

キュー監視部41と読み込みキュー42は、負荷判定部22が備えていても良い。   The queue monitoring unit 41 and the read queue 42 may be included in the load determination unit 22.

リクエスト受付部1、読み込み数決定部2、応答遅延許容判定部21、負荷判定部22、データ再構成部3、および、キュー監視部41は、論理回路で構成される。   The request receiving unit 1, the read number determining unit 2, the response delay allowance determining unit 21, the load determining unit 22, the data reconfiguring unit 3, and the queue monitoring unit 41 are configured by a logic circuit.

リクエスト受付部1、読み込み数決定部2、応答遅延許容判定部21、負荷判定部22、データ再構成部3、および、キュー監視部41は、コンピュータ装置50でもある、グリッドストレージ制御装置5が実行するプログラム53により実現されても良い。   The request receiving unit 1, the read number determining unit 2, the response delay allowance determining unit 21, the load determining unit 22, the data reconstructing unit 3, and the queue monitoring unit 41 are executed by the grid storage control device 5, which is also the computer device 50. It may be realized by the program 53.

図9は、コンピュータ装置50の構成図である。コンピュータ装置50は、バス55で相互に接続されたプロセッサ51、主記憶部52を備える。ここで、主記憶部52は半導体記憶装置である。主記憶部52はプログラム53を記憶している。   FIG. 9 is a configuration diagram of the computer device 50. The computer device 50 includes a processor 51 and a main storage unit 52 which are interconnected by a bus 55. Here, the main memory unit 52 is a semiconductor memory device. The main storage unit 52 stores a program 53.

プログラム53は、プロセッサ51で実行されることにより、プロセッサ51をリクエスト受付部1、読み込み数決定部2、応答遅延許容判定部21、負荷判定部22、データ再構成部3、および、キュー監視部41として機能させる。主記憶部52は、読み込みキュー42を格納する。   The program 53 is executed by the processor 51, thereby causing the processor 51 to receive the request reception unit 1, the read number determination unit 2, the response delay allowance determination unit 21, the load determination unit 22, the data reconfiguration unit 3, and the queue monitoring unit. Function as 41. The main storage unit 52 stores the read queue 42.

<動作>
図5は、読み込み数決定部2が応答遅延許容判定部21だけを備えている場合に、グリッドストレージ制御装置5が、データブロックの読み込み要求を受けた時の動作フローチャートである。
<Operation>
FIG. 5 is an operation flowchart when the grid storage control device 5 receives a data block read request when the read number determination unit 2 includes only the response delay allowance determination unit 21.

リクエスト受付部1が、データブロックの読み込み要求を受け付ける(S1)と、応答遅延許容判定部21は、このデータ読み込み要求の応答レベルを判定し、読み込むフラグメントの数rを決定する(S2)。   When the request receiving unit 1 receives a data block read request (S1), the response delay allowance determination unit 21 determines the response level of this data read request and determines the number r of fragments to be read (S2).

応答遅延許容判定部21は、下記に挙げる項目の一つ、または、複数の組み合わせに基づいて応答レベルを判定し、読み込むフラグメントの数rをn以上、n+p以下の範囲で決定する。
a)読み込み要求発行元のクライアント装置の属性、例えば、通信アドレス、ログインユーザ名
b)読み込み要求発行元の仮想マシンの属性、例えば、通信アドレス、名称、種別、プライオリティ
c)読み込み要求発行元のアプリケーションプログラムの属性、例えば、名称、種別、プライオリティ
d)アクセス対象のファイルの属性、例えば、名称、種別、ディレクトリ上の位置
応答遅延許容判定部21は、判定された応答レベルが高い(早い応答を求める)程、読み込むフラグメント数rを増加させる。
The response delay allowance determination unit 21 determines the response level based on one of the following items or a combination of a plurality of items, and determines the number r of read fragments within a range of n or more and n + p or less.
a) Attributes of the client device that issued the read request, such as communication address, login user name b) Attributes of the virtual machine that issued the read request, such as communication address, name, type, and priority c) Applications that issued the read request Attribute of program, for example, name, type, priority d) Attribute of file to be accessed, for example, name, type, position on directory Response delay allowance determination unit 21 has a high response level (determines an early response) ), The number of read fragments r is increased.

上述の各属性の値から、読み込むフラグメント数rへの変換は、例えば、予め登録されたマッピングルールに基づいて行われる。   The conversion from the value of each attribute described above to the read fragment number r is performed based on, for example, a mapping rule registered in advance.

マッピングルールは、例えば、アプリケーションプログラムの種別が、バッチ処理であればr=n、オンライン中レスポンストランザクション処理であればr=n+1、オンライン高レスポンストランザクション処理であればr=n+3、というもので良い。マッピングルールは、例えば、ログインユーザが通常ユーザであれば、他の属性から決定された読み込み数に1加算した値をrとする、特権ユーザであれば、他の属性から決定された読み込み数に2加算した値をrとする、というものでも良い。   The mapping rules are, for example, r = n if the application program type is batch processing, r = n + 1 if online response transaction processing, and r = n + 3 if online high response transaction processing. Good things. The mapping rule is, for example, if the login user is a normal user, the value obtained by adding 1 to the read number determined from other attributes is set as r, and if the privileged user is the read number determined from other attributes. The value obtained by adding 2 may be set to r.

応答遅延許容判定部21が読み込むフラグメントの数rを決定した(S2)後、読み込み数決定部2が当該数r台のストレージノード4にフラグメント読み込み要求を発行する(S3)。データ再構成部3は、最初のn個のフラグメントが読み込まれた時点で、読み込まれたフラグメントからデータブロックを再構成し(S4)、クライアントに応答する(S5)。   After the response delay allowance determination unit 21 determines the number r of fragments to be read (S2), the read number determination unit 2 issues a fragment read request to the number r of storage nodes 4 (S3). When the first n fragments are read, the data reconstructing unit 3 reconstructs a data block from the read fragments (S4) and responds to the client (S5).

図6は、読み込み数決定部2が、応答遅延許容判定部21および負荷判定部22の両者を備えている場合に、グリッドストレージ制御装置5が、データブロックの読み込み要求を受けた時の動作フローチャートである。   FIG. 6 is an operation flowchart when the grid storage control device 5 receives a data block read request when the read number determination unit 2 includes both the response delay allowance determination unit 21 and the load determination unit 22. Is.

リクエスト受付部1が、データブロックの読み込み要求を受け付ける(S11)と、応答遅延許容判定部21は、このデータ読み込み要求の応答レベルを判定し、読み込むフラグメントの数r1を決定する(S12)。応答遅延許容判定部21は、r1を図5のS2と同様の手順で決定する。   When the request receiving unit 1 receives a data block read request (S11), the response delay allowance determination unit 21 determines the response level of the data read request and determines the number r1 of fragments to be read (S12). The response delay allowance determination unit 21 determines r1 in the same procedure as S2 in FIG.

次に、負荷判定部22が各パリティリードフラグ23をチェックし、オンのものが有れば(S13でYes)、r1と、n+パリティリードフラグ23のオンの数r2と、のうち大きな方を、読み込むフラグメント数rに決定する(S14)。オンのパリティリードフラグ23が無い場合(S13でNo)、負荷判定部22は、応答遅延許容判定部21が決定したr1を読み込むフラグメント数rに決定する。   Next, the load determination unit 22 checks each parity read flag 23, and if there is one that is on (Yes in S13), the larger one of r1 and the number r2 of n + of the parity read flag 23 that is on is selected. , The number r of fragments to be read is determined (S14). When there is no parity read flag 23 turned on (No in S13), the load determination unit 22 determines r1 determined by the response delay allowance determination unit 21 as the number of fragments r to be read.

読み込むフラグメントの数r決定後、読み込み数決定部2が当該数r台のストレージノード4にフラグメント読み込み要求を発行する(S15)。データ再構成部3は、最初のn個のフラグメントが読み込まれた時点で、読み込まれたフラグメントからデータブロックを再構成し(S16)、クライアントに応答する(S17)。   After determining the number r of fragments to be read, the read number determination unit 2 issues a fragment read request to the storage nodes 4 of the number r (S15). When the first n fragments are read, the data reconstruction unit 3 reconstructs a data block from the read fragments (S16) and responds to the client (S17).

図7は、読み込み数決定部2が負荷判定部22だけを備えている場合に、グリッドストレージ制御装置5が、データブロックの読み込み要求を受けた時の動作フローチャートである。   FIG. 7 is an operation flowchart when the grid storage control device 5 receives a data block read request when the read number determination unit 2 includes only the load determination unit 22.

リクエスト受付部1が、データブロックの読み込み要求を受け付ける(S21)と、負荷判定部22が各パリティリードフラグ23をチェックし、オンのものが有れば(S22でYes)、n+パリティリードフラグ23のオンの数r2を、読み込むフラグメント数rに決定する(S23)。オンのパリティリードフラグ23が無い場合(S22でNo)、負荷判定部22は、nを読み込むフラグメント数rに決定する(S27)。   When the request accepting unit 1 accepts a data block read request (S21), the load determining unit 22 checks each parity read flag 23, and if one is on (Yes in S22), n + parity read flag 23. The number r2 of ON of is determined as the number r of fragments to be read (S23). When there is no parity read flag 23 that is on (No in S22), the load determination unit 22 determines n to be the number r of fragments to be read (S27).

読み込むフラグメントの数r決定後、読み込み数決定部2が当該数r台のストレージノード4にフラグメント読み込み要求を発行する(S24)。データ再構成部3は、最初のn個のフラグメントが読み込まれた時点で、読み込まれたフラグメントからデータブロックを再構成し(S25)、クライアントに応答する(S26)。   After determining the number r of fragments to be read, the read number determination unit 2 issues a fragment read request to the storage nodes 4 of the number r (S24). When the first n fragments are read, the data reconstruction unit 3 reconstructs a data block from the read fragments (S25) and responds to the client (S26).

図8は、キュー監視部41の動作フローチャートである。キュー監視部41は、ストレージノード4の初期設定時に起動され、以降、一定間隔で動作する。   FIG. 8 is an operation flowchart of the queue monitoring unit 41. The queue monitoring unit 41 is activated when the storage node 4 is initially set, and thereafter operates at regular intervals.

1つのストレージノード4のキュー監視部41は、当該ストレージノード4の読み込みキュー42に滞留するフラグメント読み込み要求の数を監視する(S31)。滞留する読み込み要求の数が所定の閾値を超えている場合(S32でNo)、キュー監視部41は、当該ストレージノード4に対応するパリティリードフラグ23をオンにする(S34)。   The queue monitoring unit 41 of one storage node 4 monitors the number of fragment read requests accumulated in the read queue 42 of the storage node 4 (S31). When the number of staying read requests exceeds the predetermined threshold (No in S32), the queue monitoring unit 41 turns on the parity read flag 23 corresponding to the storage node 4 (S34).

逆に、所定の閾値以下の場合(S32でYes)、キュー監視部41は、当該ストレージノード4に対応するパリティリードフラグ23をオフにする(S33)。   On the contrary, if the threshold is less than or equal to the predetermined threshold (Yes in S32), the queue monitoring unit 41 turns off the parity read flag 23 corresponding to the storage node 4 (S33).

<効果>
グリッドストレージ制御装置5は、グリッドストレージシステム6の運転状況に応じて、データブロックの読み込み遅延の抑制と、グリッドストレージシステム6の総負荷増大の抑制とのバランスを適切に調整する。
<Effect>
The grid storage control device 5 appropriately adjusts the balance between the suppression of the data block read delay and the suppression of the increase in the total load of the grid storage system 6 according to the operating status of the grid storage system 6.

その理由は、読み込み数決定部2が、クライアントから入力されたデータの読み込み要求の特性や、ストレージノード4の負荷状況に応じて、フラグメントの読み込み数を調整するからである。   The reason is that the read number determination unit 2 adjusts the read number of fragments according to the characteristics of the read request of data input from the client and the load status of the storage node 4.

<第2の実施形態>
図10は、第2の実施の形態にかかるグリッドストレージ制御装置5の構成を示すブロック図である。
<Second Embodiment>
FIG. 10 is a block diagram showing the configuration of the grid storage control device 5 according to the second embodiment.

グリッドストレージ制御装置5は、データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の記憶部と、n個のフラグメントから生成されたp(pは1以上)個の冗長フラグメントを格納するp個の記憶部と、に接続される。   The grid storage control device 5 stores n storage units that store data fragments obtained by dividing a data block into n (n is a plurality), and p (p is 1 or more) redundant pieces generated from the n fragments. And p storage units for storing the fragments.

グリッドストレージ制御装置5は、読み込み数決定部2とデータ再構成部3とを備えている。   The grid storage control device 5 includes a read number determination unit 2 and a data reconstruction unit 3.

読み込み数決定部2は、入力されたデータブロックの読み込み要求の特性、および、記憶手段の負荷状態の少なくとも一つに基づいて、n以上、n+p以下のrを決定し、r個の記憶部にフラグメントの読み込み要求を発行する。   The read number determination unit 2 determines r of n or more and n + p or less, based on at least one of the characteristics of the input read request of the data block and the load state of the storage unit, and stores r storages. Issue a fragment read request to the department.

データ再構成部3は、合わせてn個のデータフラグメントまたはパリティフラグメントが読み込まれると、データブロックを再構築して出力する。   When a total of n data fragments or parity fragments are read, the data reconstructing unit 3 reconstructs a data block and outputs it.

グリッドストレージ制御装置5は、グリッドストレージの運転状況に応じて、データブロックの読み込み遅延の抑制と、グリッドストレージシステム6の総負荷増大の抑制とのバランスを適切に調整する。   The grid storage control device 5 appropriately adjusts the balance between the suppression of the data block read delay and the suppression of the increase in the total load of the grid storage system 6 according to the operating status of the grid storage.

その理由は、読み込み数決定部2が、クライアントから入力されたデータの読み込み要求の特性や、ストレージノード4の負荷状況に応じて、フラグメントの読み込み数を調整するからである。   The reason is that the read number determination unit 2 adjusts the read number of fragments according to the characteristics of the read request of data input from the client and the load status of the storage node 4.

以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。   Although the present invention has been described with reference to the exemplary embodiments, the present invention is not limited to the above exemplary embodiments. Various modifications that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

1 リクエスト受付部
2 読み込み数決定部
3 データ再構成部
4 ストレージノード
5 グリッドストレージ制御装置
6 グリッドストレージシステム
21 応答遅延許容判定部
22 負荷判定部
23 パリティリードフラグ
41 キュー監視部
42 読み込みキュー
50 コンピュータ装置
51 プロセッサ
52 主記憶部
53 プログラム
55 バス
1 request reception unit 2 read number determination unit 3 data reconstruction unit 4 storage node 5 grid storage control device 6 grid storage system 21 response delay allowance determination unit 22 load determination unit 23 parity read flag 41 queue monitoring unit 42 read queue 50 computer device 51 processor 52 main memory 53 program 55 bus

Claims (10)

複数の記憶手段に接続され、
前記複数の記憶手段は、データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の前記記憶手段と、n個の前記データフラグメントから生成されたp(pは1以上)個のパリティフラグメントを格納するp個の前記記憶手段と、を含み
入力された前記データブロックの読み込み要求の特性、および、前記記憶手段の負荷状態の少なくとも一つに基づいて、n+1以上かつ、n+p以下のrを決定し、前記記憶手段に格納された前記データフラグメントまたは前記パリティフラグメントを要求するフラグメント読み込み要求を、r個の前記記憶手段に発行する読み込み数決定手段と、
前記フラグメント読み込み要求を受けたr個の前記記憶手段のうちのn個から、要求した前記データフラグメントまたは前記パリティフラグメントが読み込まれた時点で、前記データブロックを再構築して出力するデータ再構成手段と、を備えるグリッドストレージ制御装置。
Connected to multiple storage means,
Said plurality of storage means, and said n memory means for storing a data block n (n is plural) number to the divided data fragment, p generated from said n data fragments (p is 1 or more) It includes a p number of said storage means for storing parity fragments, and
Characteristics of read requests of the inputted data block and, based on at least one of the load state of the storage means, n +1 or more and, to determine the n + p less r, the previously stored Symbol storage means And a read number determining means for issuing a fragment read request for requesting the data fragment or the parity fragment to the r storage means ,
Of n of the r said storage means receives said fragment read requests, at the time when the data fragment or the parity fragment requested is read, data reconstruction means for outputting to reconstructing the data block And a grid storage control device comprising:
前記読み込み数決定手段は、前記データブロックの読み込み要求発行元のクライアント装置の属性、前記データブロックの読み込み要求発行元のアプリケーションプログラムの属性、前記データブロックの読み込み要求発行元の仮想マシンの属性、および、前記データブロックが属するファイルの属性の少なくとも一つに基づいて、rを決定する応答遅延許容判定手段を備える、請求項1のグリッドストレージ制御装置。 The read number determination means, an attribute of readings narrowing request issuing source client device of said data blocks, the attribute of the data block readings narrowing request issuing source of the application program, readings narrowing request issuing source of the data block The grid storage control device according to claim 1, further comprising: a response delay allowance determination unit that determines r based on at least one of an attribute of a virtual machine and an attribute of a file to which the data block belongs. 前記読み込み数決定手段は、処理待ちとなっている前記フラグメント読み込み要求の数が所定閾値を超えている前記記憶手段の数をr1とし、n+r1をrに決定する負荷判定手段を備える、請求項1のグリッドストレージ制御装置。 The read number determining means, the number of said memory means the number of requests narrowing seen the fragment preparative reading has a pending exceeds a predetermined threshold value and r1, comprises the load determining means for determining n + r1 to r, The grid storage control device according to claim 1. 前記読み込み数決定手段は、前記データブロックの読み込み要求発行元のアプリケーションプログラムの属性、前記データブロックの読み込み要求発行元の仮想マシンの属性、および、前記データブロックが属するファイルの属性の少なくとも一つに基づいて、r1を決定する応答遅延許容判定手段と、処理待ちとなっている前記フラグメント読み込み要求の数が所定閾値を超えている前記記憶手段の数をr2とし、r2+nとr1のうちの大きな方をrに決定する負荷判定手段と、を備える、請求項1のグリッドストレージ制御装置。   The read number determining means sets at least one of the attribute of the application program of the read request issuing source of the data block, the attribute of the virtual machine of the read request issuing source of the data block, and the attribute of the file to which the data block belongs. On the basis of r2 + n and r1, the response delay allowance determining means for determining r1 and the number of storing means for which the number of fragment read requests waiting to be processed exceed a predetermined threshold are defined as r2 + n and r1. The grid storage control device according to claim 1, further comprising a load determination unit that determines a larger one as r. 請求項1乃至4の何れか1項のグリッドストレージ制御装置と、
n+p個の前記記憶手段と、を包含するグリッドストレージシステム。
A grid storage control device according to any one of claims 1 to 4,
A grid storage system including n + p storage means.
複数の記憶手段を接続しているコンピュータが、
データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の前記記憶手段と、n個の前記データフラグメントから生成されたp(pは1以上)個のパリティフラグメントを格納するp個の前記記憶手段と、から前記データブロック読み込み要求を受信して、
受信した前記データブロックの読み込み要求の特性、および、前記記憶手段の負荷状態の少なくとも一つに基づいて、n+1以上かつ、n+p以下のrを決定し、前記記憶手段に格納された前記データフラグメントまたは前記パリティフラグメントを要求するフラグメント読み込み要求を、r個の前記記憶手段に発行し、
前記フラグメント読み込み要求を受けたr個の前記記憶手段のうちのn個から、要求した前記データフラグメントまたは前記パリティフラグメントが読み込まれた時点で、前記データブロックを再構築して出力する、グリッドストレージ制御方法。
A computer connecting multiple storage means
Data Block n (n is a plurality) stores n number of said storage means for storing the data fragment is divided into pieces, the n-number of the p (p is 1 or more) generated from the data fragment parity fragment and the p number of the storage means receives the read- request of the data block from,
Characteristics of read requests for said received data block, and, based on at least one of the load state of the storage means, n +1 or more and, to determine the n + p less r, the previously stored Symbol storage means Issuing a fragment read request for requesting the data fragment or the parity fragment to the r storage means ,
Of n of the r said storage means receives said fragment read requests, at the time when the data fragment or the parity fragment was requested has been read, and outputs the reconstructing the data block, grid storage control Method.
コンピュータが、
前記データブロックの読み込み要求発行元のクライアント装置の属性、前記データブロックの読み込み要求発行元のアプリケーションプログラムの属性、前記データブロックの読み込み要求発行元の仮想マシンの属性、および、前記データブロックが属するファイルの属性の少なくとも一つに基づいて、rを決定する、請求項6のグリッドストレージ制御方法。
Computer
Attributes of readings narrowing request issuing source client device of the data block, the data block attribute of the application program readings narrowing request issuing of an attribute of the data block readings narrowing request issuing source virtual machine and, The grid storage control method according to claim 6, wherein r is determined based on at least one of attributes of a file to which the data block belongs.
コンピュータが、
処理待ちとなっている前記フラグメント読み込み要求の数が所定閾値を超えている前記記憶手段の数をr1とし、n+r1をrに決定する請求項6のグリッドストレージ制御方法。
Computer
The number of requests narrowing seen the fragments collected by reading be processed waiting a number of said storage means exceeds a predetermined threshold value and r1, grid storage control method according to claim 6 for determining the n + r1 to r.
コンピュータが、
前記データブロックの読み込み要求発行元のアプリケーションプログラムの属性、前記データブロックの読み込み要求発行元の仮想マシンの属性、および、前記データブロックが属するファイルの属性の少なくとも一つに基づいて、r1を決定し、
処理待ちとなっている前記フラグメント読み込み要求の数が所定閾値を超えている前記記憶手段の数をr2とし、r2+nとr1のうちの大きな方をrに決定する、請求項6のグリッドストレージ制御方法。
Computer
R1 is determined based on at least one of the attribute of the application program that issued the data block read request, the attribute of the virtual machine that issued the data block read request, and the attribute of the file to which the data block belongs. ,
7. The grid storage according to claim 6, wherein r2 is the number of storage units in which the number of fragment read requests waiting to be processed exceeds a predetermined threshold value, and r is the larger of r2 + n and r1. Control method.
複数の記憶手段と接続しているコンピュータによって、
データブロックをn(nは複数)個に分割したデータフラグメントを格納するn個の前記記憶手段と、n個の前記データフラグメントから生成されたp(pは1以上)個のパリティフラグメントを格納するp個の前記記憶手段と、から前記データブロックの読み込み要求を受信した場合に
入力された前記データブロックの読み込み要求の特性、および、前記記憶手段の負荷状態の少なくとも一つに基づいて、n+1以上かつ、n+p以下のrを決定し、前記記憶手段に格納された前記データフラグメントまたは前記パリティフラグメントを要求するフラグメント読み込み要求を、r個の前記記憶手段に発行する読み込み数決定処理と、
前記フラグメント読み込み要求を受けたr個の前記記憶手段のうちのn個から、要求した前記データフラグメントまたは前記パリティフラグメントが読み込まれた時点で、前記データブロックを再構築して出力するデータ再構成処理と、を実行させるプログラム。
By a computer connected to multiple storage means,
Data Block n (n is a plurality) stores n number of said storage means for storing the data fragment is divided into pieces, the n-number of the p (p is 1 or more) generated from the data fragment parity fragment in the case where the p number of said storage means, from receiving the read request of said data blocks,
Characteristics of read requests of the inputted data block and, based on at least one of the load state of the storage means, n +1 or more and, to determine the n + p less r, the previously stored Symbol storage means And a read number determination process for issuing a fragment read request for requesting the data fragment or the parity fragment to the r storage means ,
Wherein the n number of r pieces of the storage means which receives the fragment read requests, at the time when the data fragment or the parity fragment requested is read, the data reconstruction processing and outputting the reconstructing the data block And a program to execute.
JP2016023637A 2016-02-10 2016-02-10 Grid storage control device, grid storage system, grid storage control method, and program Active JP6686495B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016023637A JP6686495B2 (en) 2016-02-10 2016-02-10 Grid storage control device, grid storage system, grid storage control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016023637A JP6686495B2 (en) 2016-02-10 2016-02-10 Grid storage control device, grid storage system, grid storage control method, and program

Publications (2)

Publication Number Publication Date
JP2017142662A JP2017142662A (en) 2017-08-17
JP6686495B2 true JP6686495B2 (en) 2020-04-22

Family

ID=59627939

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016023637A Active JP6686495B2 (en) 2016-02-10 2016-02-10 Grid storage control device, grid storage system, grid storage control method, and program

Country Status (1)

Country Link
JP (1) JP6686495B2 (en)

Also Published As

Publication number Publication date
JP2017142662A (en) 2017-08-17

Similar Documents

Publication Publication Date Title
US11940959B2 (en) Heterogeneous distributed file system using different types of storage mediums
EP2936494B1 (en) Nvram path selection
CN110008149B (en) Fusion memory device and method of operating the same
US9632731B2 (en) Distributing capacity slices across storage system nodes
US20240004834A1 (en) Directory structure for a distributed storage system
US9985649B1 (en) Combining hardware and software approaches for inline data compression
US10152244B2 (en) Programmable memory command sequencer
TWI617924B (en) Memory data versioning
US20230163789A1 (en) Stripe management method, storage system, stripe management apparatus, and storage medium
WO2015125271A1 (en) File server, method of controlling same, and storage system
CN107632779B (en) Data processing method and device and server
JP6232936B2 (en) Information processing apparatus, storage device control circuit, and storage device control method
JP6213345B2 (en) Transfer device, determination method, and data processing device
WO2014132966A1 (en) Storage system, storage device, storage device control method and control program, management device, and management device control method and control program
US20140047058A1 (en) Direct memory access of remote data
US11093161B1 (en) Storage system with module affinity link selection for synchronous replication of logical storage volumes
US11762559B2 (en) Write sort management in a multiple storage controller data storage system
JP6686495B2 (en) Grid storage control device, grid storage system, grid storage control method, and program
US20150052326A1 (en) User-controlled paging
US10191690B2 (en) Storage system, control device, memory device, data access method, and program recording medium
JP2007323557A (en) Disk array device and load balancing method thereof
JP5895911B2 (en) Cache control device, cache control method, disk array device and controller thereof, and computer program
US20180329756A1 (en) Distributed processing system, distributed processing method, and storage medium
US11768777B2 (en) Application aware cache management
KR20220067992A (en) Memory controller performing selective and parallel error correction, system having the same and operating method of memory device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191029

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191105

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191226

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200316

R150 Certificate of patent or registration of utility model

Ref document number: 6686495

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150