Reducing the Impact of I/O Contention in Numerical Weather Prediction Workflows at Scale Using DAOS
Nicolau Manubens, Simon D. Smart, Emanuele Danovaro, Tiago Quintino, Adrian Jackson
TL;DR
The paper tackles the rising data and contention challenges in operational Numerical Weather Prediction (NWP) workflows by moving ECMWF's Field DataBase (FDB) from POSIX backends to DAOS-backed Catalogue and Store backends. It details the design and implementation of DAOS-based backends, leveraging MVCC and server-side contention resolution to achieve better performance under high I/O contention, and presents a thorough performance evaluation on NEXTGenIO hardware. Key findings show that DAOS backends deliver higher throughput and scalability in contended scenarios, with careful data-schema optimization (e.g., collocation handling and array-based storage) being crucial for peak performance. The work demonstrates DAOS as a viable, scalable storage substrate for ECMWF's data-intensive NWP pipelines and provides guidance for deploying similar semantically driven I/O systems in HPC environments.
Abstract
Operational Numerical Weather Prediction (NWP) workflows are highly data-intensive. Data volumes have increased by many orders of magnitude over the last 40 years, and are expected to continue to do so, especially given the upcoming adoption of Machine Learning in forecast processes. Parallel POSIX-compliant file systems have been the dominant paradigm in data storage and exchange in HPC workflows for many years. This paper presents ECMWF's move beyond the POSIX paradigm, implementing a backend for their storage library to support DAOS -- a novel high-performance object store designed for massively distributed Non-Volatile Memory. This system is demonstrated to be able to outperform the highly mature and optimised POSIX backend when used under high load and contention, as per typical forecast workflow I/O patterns. This work constitutes a significant step forward, beyond the performance constraints imposed by POSIX semantics.
