DCAIAug 27, 2025

Taming the Chaos: Coordinated Autoscaling for Heterogeneous and Disaggregated LLM Inference

arXiv:2508.19559v17 citationsh-index: 4
Originality Highly original
AI Analysis

This addresses operational challenges in serving LLMs for production systems, offering a significant improvement over existing autoscalers.

The paper tackled the problem of inefficient autoscaling for Large Language Model (LLM) inference in disaggregated architectures, introducing HeteroScale, which increased GPU utilization by 26.6 percentage points and saved hundreds of thousands of GPU-hours daily in production.

Serving Large Language Models (LLMs) is a GPU-intensive task where traditional autoscalers fall short, particularly for modern Prefill-Decode (P/D) disaggregated architectures. This architectural shift, while powerful, introduces significant operational challenges, including inefficient use of heterogeneous hardware, network bottlenecks, and critical imbalances between prefill and decode stages. We introduce HeteroScale, a coordinated autoscaling framework that addresses the core challenges of P/D disaggregated serving. HeteroScale combines a topology-aware scheduler that adapts to heterogeneous hardware and network constraints with a novel metric-driven policy derived from the first large-scale empirical study of autoscaling signals in production. By leveraging a single, robust metric to jointly scale prefill and decode pools, HeteroScale maintains architectural balance while ensuring efficient, adaptive resource management. Deployed in a massive production environment on tens of thousands of GPUs, HeteroScale has proven its effectiveness, increasing average GPU utilization by a significant 26.6 percentage points and saving hundreds of thousands of GPU-hours daily, all while upholding stringent service level objectives.

Foundations

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

Your Notes