SEAIPFJun 19, 2024

Root Cause Localization for Microservice Systems in Cloud-edge Collaborative Environments

arXiv:2406.13604v11 citations
Originality Highly original
AI Analysis

This addresses the urgent problem of failure diagnosis for microservice systems in cloud-edge collaborative environments, which is critical for maintaining reliability in modern distributed computing infrastructures.

The paper tackles the problem of accurately localizing root causes of failures in microservice systems operating in cloud-edge collaborative environments, which are characterized by unstable networks and high latency. The proposed MicroCERCL approach significantly outperforms state-of-the-art methods with at least a 24.1% increase in top-1 accuracy on a newly released benchmark dataset.

With the development of cloud-native technologies, microservice-based software systems face challenges in accurately localizing root causes when failures occur. Additionally, the cloud-edge collaborative environment introduces more difficulties, such as unstable networks and high latency across network segments. Accurately identifying the root cause of microservices in a cloud-edge collaborative environment has thus become an urgent problem. In this paper, we propose MicroCERCL, a novel approach that pinpoints root causes at the kernel and application level in the cloud-edge collaborative environment. Our key insight is that failures propagate through direct invocations and indirect resource-competition dependencies in a cloud-edge collaborative environment characterized by instability and high latency. This will become more complex in the hybrid deployment that simultaneously involves multiple microservice systems. Leveraging this insight, we extract valid contents from kernel-level logs to prioritize localizing the kernel-level root cause. Moreover, we construct a heterogeneous dynamic topology stack and train a graph neural network model to accurately localize the application-level root cause without relying on historical data. Notably, we released the first benchmark hybrid deployment microservice system in a cloud-edge collaborative environment (the largest and most complex within our knowledge). Experiments conducted on the dataset collected from the benchmark show that MicroCERCL can accurately localize the root cause of microservice systems in such environments, significantly outperforming state-of-the-art approaches with an increase of at least 24.1% in top-1 accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes