{"id":2008498,"created":"2026-03-05T05:20:50.883877+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:02008498","sets":["1164:2836:1772441028961:1772441163973"]},"path":["1772441163973"],"owner":"80578","recid":"2008498","title":["イベントとリソース定義から作成した依存グラフを用いた連鎖障害の調査時間の短縮"],"pubdate":{"attribute_name":"PubDate","attribute_value":"2026-03-10"},"_buckets":{"deposit":"29cf8caa-ad9b-4982-8f92-2ed8051e1130"},"_deposit":{"id":"2008498","pid":{"type":"depid","value":"2008498","revision_id":0},"owners":[80578],"status":"published","created_by":80578},"item_title":"イベントとリソース定義から作成した依存グラフを用いた連鎖障害の調査時間の短縮","author_link":[],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"イベントとリソース定義から作成した依存グラフを用いた連鎖障害の調査時間の短縮","subitem_title_language":"ja"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"分散システム設計と運用","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2026-03-10","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"東京工科大学大学院バイオ・情報メディア研究科コンピュータサイエンス専攻/株式会社メルカリ"},{"subitem_text_value":"東京工科大学大学院バイオ・情報メディア研究科コンピュータサイエンス専攻"},{"subitem_text_value":"東京工科大学大学院バイオ・情報メディア研究科コンピュータサイエンス専攻"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/2008498/files/IPSJ-DPS26206055.pdf","label":"IPSJ-DPS26206055.pdf"},"date":[{"dateType":"Available","dateValue":"2028-03-10"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-DPS26206055.pdf","filesize":[{"value":"696.3 KB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"34"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"2eed3664-f9fd-4eea-a897-f346d7a75c2f","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2026 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"小山,智之"}]},{"creatorNames":[{"creatorName":"串田,高幸"}]},{"creatorNames":[{"creatorName":"生野,壮一郎"}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10116224","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8906","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"マイクロサービスアーキテクチャで構成されるWebサービスで障害が発生すると,システム管理者は障害の原因調査を行う.障害の原因調査ではログやトレース,メトリクスを調査する.障害の1つに連鎖障害がある.連鎖障害では,あるマイクロサービスの障害にともない別のマイクロサービスで障害が発生する.連鎖障害の調査は,単一のマイクロサービスでの障害に比べ調査すべき対象のログやトレース,メトリクスが増えるため,障害の原因調査に時間がかかる.本稿では連鎖障害の原因調査にかかる時間を短縮するために,アプリケーションから出力されるトレースと分散コンピューティング基盤から取得したリソース定義をもとに依存グラフを作成する.依存グラフと分散コンピューティング基盤から取得したイベントからイベントの件数を依存グラフのエンドツーエンドのパスごとに集計する.スコアを計算し,スコアの高いリソースを障害原因の候補リストとして出力する.障害原因の候補リストを提案ソフトウェアが出力することで,手動での原因調査にかかる時間の短縮を実現する.マイクロサービスで構成される論文検索のWebサービスを対象に2種類の障害を再現した.1つ目はKubernetesクラスタのノードが応答しない障害である.2つ目はOOM killに伴うボリューム割り当て時のリソース競合である.評価対象には提案手法とベースライン手法としてMicroRCAを使用する.評価指標には,障害原因の候補リストの内容を評価するためにMRRとHits@kを使用する.また,オーバーヘッドを評価するために提案手法のソフトウェアの実行時間を計測する.提案手法のMRRはベースライン手法に比べて平均で28.0%高い結果を示した.提案手法のHits@kはベースライン手法に比べてk=5において平均で0.88高い結果を示した.提案手法のソフトウェアの実行時間はベースライン手法に比べて平均で2.18秒短い結果を示した.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告マルチメディア通信と分散処理(DPS)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2026-03-10","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"55","bibliographicVolumeNumber":"2026-DPS-206"}]},"relation_version_is_last":true,"weko_creator_id":"80578"},"updated":"2026-03-05T05:20:55.412464+00:00","links":{}}