StreamDFP: A General Stream Mining Framework for Adaptive Disk Failure Prediction

Shujie Han,Patrick P. C. Lee,Zhirong Shen,Cheng He,Yi Liu,Tao Huang
DOI: https://doi.org/10.1109/tc.2022.3160365
IF: 3.183
2022-01-01
IEEE Transactions on Computers
Abstract:We explore machine learning for accurately predicting imminent disk failures and hence providing proactive fault tolerance for modern large-scale storage systems. Current disk failure prediction approaches are mostly offline and assume that the disk logs required for training learning models are available a priori. However, disk logs are often continuously generated as an evolving data stream, in which the statistical patterns vary over time (also known as concept drift). Such a challenge motivates the need of online techniques that perform training and prediction on the incoming stream of disk logs in real time, while being adaptive to concept drift. We first measure and demonstrate the existence of concept drift on various disk models in production. Motivated by our study, we design StreamDFP, a general stream mining framework for disk failure prediction with concept-drift adaptation based on three key techniques, namely online labeling, concept-drift-aware training, and general prediction, with a primary objective of supporting various machine learning algorithms. We extend StreamDFP to support online transfer learning for minority disk models with concept-drift adaptation. Our evaluation shows that StreamDFP improves the prediction accuracy significantly compared to without concept-drift adaptation under various settings, and achieves reasonably high stream processing performance.
engineering, electrical & electronic,computer science, hardware & architecture
What problem does this paper attempt to address?