Apache Ozone is a highly scalable distributed object storage system and also provides the file system interface. Distributed storage systems typically use replication to provide high reliability and Ozone supports the replication model for the same. However replication is expensive in terms of storage space and other resources ( ex: network bandwidth etc). Erasure Coding(EC) is a proven technique to save storage space and throughput requirements. Apache Ozone implemented the EC support. With the EC in place, Apache Ozone can reduce the storage cost by ~50% compared to traditional 3-way replication storages by providing the same level of reliability. In Apache Ozone, the replication unit is a Container. The Container is nothing but a logical batch of data blocks. Here EC uses the same Container abstraction, but uses d data Containers and p parity Containers(d>p) and places them into distinct storage nodes. The actual data block chunks stored into the d data Container blocks in order and the encoded parity chunks stored into the p Container blocks. In this talk we deep dive into the detailed EC architecture which covers the data layout and decoding sections as well. Also we will discuss some of the design challenges we faced and how we solved them.
The Apache Ozone: A Distributed Object Storage System is with Erasure Coding
Wed Sep 14 | 1:30pm
Location:
Salon IV
Abstract
Learning Objectives
- The audience will take awake the learning of the object storage and the architecture of Erasure Coding in Apache Ozone.
- The audience will take awake the learning of the object storage high level architecture
- The audience will take awake the learning of the Erasure Coding benefits and it's vital role in storage systems.
- The audience will take awake the learning of thinking about the failure models and it's selection.
- The audience will take awake the learning of consistency scenarios and solutions.
---
Uma Maheswara Rao Gangumalla
Cloudera Inc
Related Sessions