Rack Position Optimization in Large-Scale Heterogeneous Data Centers
Chang-Lin Chen, Jiayu Chen, Tian Lan, Zhaoxia Zhao, Hongbo Dong, Vaneet Aggarwal
TL;DR
This work addresses rack-position optimization in large-scale heterogeneous data centers by jointly minimizing rack movement and fault-tolerance penalties under multi-layer resource constraints. It introduces a two-tier framework that uses a high-level DRL agent with Leader Reward to order rack-type subproblems and a low-level gradient-based heuristic to map racks to positions, enabling scalability to over $10^5$ positions and 100 rack types. The approach outperforms a gradient-based heuristic by about 7% and a MIP solver by over 30% in objective value, achieving 100% problem-solving success within minutes compared to MIP’s hours-long runtimes. The results demonstrate robust, consistent performance across dynamic demands, making the method well-suited for practical deployment in composable, heterogeneous data-center environments.
Abstract
As rapidly growing AI computational demands accelerate the need for new hardware installation and maintenance, this work explores optimal data center resource management by balancing operational efficiency with fault tolerance through strategic rack positioning considering diverse resources and locations. Traditional mixed-integer programming (MIP) approaches often struggle with scalability, while heuristic methods may result in significant sub-optimality. To address these issues, this paper presents a novel two-tier optimization framework using a high-level deep reinforcement learning (DRL) model to guide a low-level gradient-based heuristic for local search. The high-level DRL agent employs Leader Reward for optimal rack type ordering, and the low-level heuristic efficiently maps racks to positions, minimizing movement counts and ensuring fault-tolerant resource distribution. This approach allows scalability to over 100,000 positions and 100 rack types. Our method outperformed the gradient-based heuristic by 7\% on average and the MIP solver by over 30\% in objective value. It achieved a 100\% success rate versus MIP's 97.5\% (within a 20-minute limit), completing in just 2 minutes compared to MIP's 1630 minutes (i.e., almost 4 orders of magnitude improvement). Unlike the MIP solver, which showed performance variability under time constraints and high penalties, our algorithm consistently delivered stable, efficient results - an essential feature for large-scale data center management.
