SESYFeb 14, 2021

An Evolutionary Study of Configuration Design and Implementation in Cloud Systems

arXiv:2102.07052v240 citationsHas Code
AI Analysis

This work addresses the problem of misconfigurations in cloud systems for developers and engineers, but it is incremental as it builds on existing detection and diagnosis techniques by focusing on design and implementation evolution.

The study analyzed 1,178 configuration-related commits from four large-scale cloud systems over 2.5 years to understand how developers evolve configuration design and implementation in response to misconfigurations, aiming to reduce costly failures and performance issues.

Many techniques were proposed for detecting software misconfigurations in cloud systems and for diagnosing unintended behavior caused by such misconfigurations. Detection and diagnosis are steps in the right direction: misconfigurations cause many costly failures and severe performance issues. But, we argue that continued focus on detection and diagnosis is symptomatic of a more serious problem: configuration design and implementation are not yet first-class software engineering endeavors in cloud systems. Little is known about how and why developers evolve configuration design and implementation, and the challenges that they face in doing so. This paper presents a source-code level study of the evolution of configuration design and implementation in cloud systems. Our goal is to understand the rationale and developer practices for revising initial configuration design/implementation decisions, especially in response to consequences of misconfigurations. To this end, we studied 1178 configuration-related commits from a 2.5 year version-control history of four large-scale, actively-maintained open-source cloud systems (HDFS, HBase, Spark, and Cassandra). We derive new insights into the software configuration engineering process. Our results motivate new techniques for proactively reducing misconfigurations by improving the configuration design and implementation process in cloud systems. We highlight a number of future research directions.

Foundations

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

Your Notes