paper-with-me

홈 › Papers

Automated Root Cause Analysis System for Complex Data Products

2024-12-19 · Mathieu Demarne, Miso Cilimdzic, Tom Falkowski, Timothy Johnson, Jim Gramling, Wei Kuang, Hoobie Hou, Amjad Aryan, Gayatri Subramaniam, Kenny Lee, Manuel Mejia, Lisa Liu, Divya Vermareddy

We present ARCAS (Automated Root Cause Analysis System), a diagnostic platform based on a Domain Specific Language (DSL) built for fast diagnostic implementation and low learning curve. Arcas is composed of a constellation of automated troubleshooting guides (Auto-TSGs) that can execute in parallel to detect issues using product telemetry and apply mitigation in near-real-time. The DSL is tailored specifically to ensure that subject matter experts can deliver highly curated and relevant Auto-TSGs in a short time without having to understand how they will interact with the rest of the diagnostic platform, thus reducing time-to-mitigate and saving crucial engineering cycles when they matter most. This contrasts with platforms like Datadog and New Relic, which primarily focus on monitoring and require manual intervention for mitigation. ARCAS uses a Large Language Model (LLM) to prioritize Auto-TSGs outputs and take appropriate actions, thus suppressing the costly requirement of understanding the general behavior of the system. We explain the key concepts behind ARCAS and demonstrate how it has been successfully used for multiple products across Azure Synapse Analytics and Microsoft Fabric Synapse Data Warehouse.

📄 PDF Abstract BibTeX arXiv:2412.15374

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Progressing from Anomaly Detection to Automated Log Labeling and Pioneering Root Cause Analysis

2023-12-22 · Thorsten Wittkopp, Alexander Acker, Odej Kao

The realm of AIOps is transforming IT landscapes with the power of AI and ML. Despite the challenge of limited labeled data, supervised models show promise, emphasizing the importance of leveraging labels for training, e…

Anomaly DetectionManagement

FVDebug: An LLM-Driven Debugging Assistant for Automated Root Cause Analysis of Formal Verification Failures

2025-09-16 · Yunsheng Bai, Ghaith Bany Hamad, Chia-Tung Ho, Syed Suhaib 외 arxiv

Debugging formal verification (FV) failures represents one of the most time-consuming bottlenecks in modern hardware design workflows. When properties fail, engineers must manually trace through complex counter-examples …

Automating Detection and Root-Cause Analysis of Flaky Tests in Quantum Software

2026-03-09 · Janakan Sivaloganathan, Ainaz Jamshidi, Andriy Miranskyy, Lei Zhang arxiv

Like classical software, quantum software systems rely on automated testing. However, their inherently probabilistic outputs make them susceptible to quantum flakiness -- tests that pass or fail inconsistently without co…

Root Cause Analysis with Latent Confounders using Partial Ancestral Graphs

2026-06-18 · Henrique O. Caetano, Rafael Arone, Carlos Dias Maciel arxiv

Finding the source of failures, known as Root Cause Analysis (RCA), is essential for identifying the root causes of anomalies and maintaining the reliability of complex systems. While causal theory has advanced data-driv…

Survey on Models and Techniques for Root-Cause Analysis

2017-01-30 · Marc Solé, Victor Muntés-Mulero, Annie Ibrahim Rana, Giovani Estrada

Automation and computer intelligence to support complex human decisions becomes essential to manage large and distributed systems in the Cloud and IoT era. Understanding the root cause of an observed symptom in a complex…

Survey