🏠 Accueil
基準測試
📊 Tous les Benchmarks 🦖 Dinosaure v1 🦖 Dinosaure v2 ✅ To-Do List Apps 🎨 Pages Libres 🎯 FSACB - Showcase 🌍 Traduction
Modèles
🏆 Top 10 Modèles 🆓 Modèles Gratuits 📋 Tous les Modèles ⚙️ Modes Kilo Code
Ressources
💬 Prompts IA 📖 人工智能詞彙表 🔗 Liens Utiles
Advanced

Distributed System Failure Diagnosis

#debugging #distributed-systems #logs #troubleshooting

Diagnose a subtle, intermittent failure in a distributed system based on fragmented logs and system metrics.

You are a Site Reliability Engineer (SRE) specializing in microservices orchestration. I will present a set of fragmented logs from a Kubernetes environment showing an intermittent 500 error spike affecting a payment service. The logs include application output, network traces, and database slow-query logs. Your task is to: 1) Correlate timestamps across the different services to trace the request lifecycle. 2) Identify the root cause, distinguishing between network latency, deadlock, resource exhaustion, or logical race conditions. 3) Propose a specific patch or configuration change to resolve the issue without causing a downtime. 4) Suggest what additional observability signals (e.g., custom metrics, distributed tracing headers) should be added to prevent this in the future.