paper-with-me

Papers

Generic and Robust Root Cause Localization for Multi-Dimensional Data in Online Service Systems

2023-05-05 · Zeyan Li, Junjie Chen, Yihao Chen, Chengyang Luo, Yiwei Zhao, Yongqian Sun, Kaixin Sui, Xiping Wang, Dapeng Liu, Xing Jin, Qi Wang, Dan Pei

Localizing root causes for multi-dimensional data is critical to ensure online service systems' reliability. When a fault occurs, only the measure values within specific attribute combinations are abnormal. Such attribute combinations are substantial clues to the underlying root causes and thus are called root causes of multidimensional data. This paper proposes a generic and robust root cause localization approach for multi-dimensional data, PSqueeze. We propose a generic property of root cause for multi-dimensional data, generalized ripple effect (GRE). Based on it, we propose a novel probabilistic cluster method and a robust heuristic search method. Moreover, we identify the importance of determining external root causes and propose an effective method for the first time in literature. Our experiments on two real-world datasets with 5400 faults show that the F1-score of PSqueeze outperforms baselines by 32.89%, while the localization time is around 10 seconds across all cases. The F1-score in determining external root causes of PSqueeze achieves 0.90. Furthermore, case studies in several production systems demonstrate that PSqueeze is helpful to fault diagnosis in the real world.

📄 PDF Abstract BibTeX arXiv:2305.03331

Code (1)

netmanaiops/psqueeze 공식 구현

Tasks

AttributeFault DiagnosisHeuristic Search

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

BALANCE: Bayesian Linear Attribution for Root Cause Localization

2023-01-31 · Chaoyu Chen, Hang Yu, Zhichao Lei, Jianguo Li 외

Root Cause Analysis (RCA) plays an indispensable role in distributed data system maintenance and operations, as it bridges the gap between fault detection and system recovery. Existing works mainly study multidimensional…

Explainable Artificial Intelligence (XAI)Fault DetectionFault localizationfeature selection

Adaptive Root Cause Localization for Microservice Systems with Multi-Agent Recursion-of-Thought

2025-08-28 · Lingzhe Zhang, Tong Jia, Kangjin Wang, Weijie Hong 외 arxiv

As contemporary microservice systems become increasingly popular and complex-often comprising hundreds or even thousands of fine-grained, interdependent subsystems-they are facing more frequent failures. Ensuring system …

RiskLoc: Localization of Multi-dimensional Root Causes by Weighted Risk

2022-05-20 · Marcus Kalander

Failures and anomalies in large-scale software systems are unavoidable incidents. When an issue is detected, operators need to quickly and correctly identify its location to facilitate a swift repair. In this work, we co…

Time Series Analysis

Agentic Memory Enhanced Recursive Reasoning for Root Cause Localization in Microservices

2026-01-06 · Lingzhe Zhang, Tong Jia, Yunpeng Zhai, Leyi Pan 외 arxiv

As contemporary microservice systems become increasingly popular and complex-often comprising hundreds or even thousands of fine-grained, interdependent subsystems-they are experiencing more frequent failures. Ensuring s…

Root Cause Analysis Method Based on Large Language Models with Residual Connection Structures

2026-02-09 · Liming Zhou, Ailing Liu, Hongwei Liu, Min He 외 arxiv

Root cause localization remain challenging in complex and large-scale microservice architectures. The complex fault propagation among microservices and the high dimensionality of telemetry data, including metrics, logs, …