Voici les éléments 1 - 6 sur 6
Vignette d'image
Publication
Accès libre

Block placement strategies for fault-resilient distributed tuple spaces: an experimental study

2017-6-19, Barbi, Roberta, Buravlev, Vitaly, Antares Mezzina, Claudio, Schiavoni, Valerio

The tuple space abstraction provides an easy-to-use programming paradigm for distributed applications. Intuitively, it behaves like a distributed shared memory, where applications write and read entries (tuples). When deployed over a wide area network, the tuple space needs to efficiently cope with faults of links and nodes. Erasure coding techniques are increasingly popular to deal with such catastrophic events, in particular due to their storage efficiency with respect to replication. When a client writes a tuple into the system, this is first striped into k blocks and encoded into 𝑛>𝑘 blocks, in a fault-redundant manner. Then, any k out of the n blocks are sufficient to reconstruct and read the tuple. This paper presents several strategies to place those blocks across the set of nodes of a wide area network, that all together form the tuple space. We present the performance trade-offs of different placement strategies by means of simulations and a Python implementation of a distributed tuple space. Our results reveal important differences in the efficiency of the different strategies, for example in terms of block fetching latency, and that having some knowledge of the underlying network graph topology is highly beneficial.

Vignette d'image
Publication
Restriction temporaire

Worst-case, information and all-blocks locality in distributed storage systems: an explicit comparison

2017, Barbi, Roberta, Felber, Pascal, Mercier, Hugues, Schiavoni, Valerio

Vignette d'image
Publication
Accès libre

Have a Seat on the ErasureBench: Easy Evaluation of Erasure Coding Libraries for Distributed Storage Systems

2016-9-26, Vaucher, Sébastien, Mercier, Hugues, Schiavoni, Valerio

We present ErasureBench, an open-source framework to test and benchmark erasure coding implementations for distributed storage systems under realistic conditions. ErasureBench automatically instantiates and scales a cluster of storage nodes, and can seamlessly leverage existing failure traces. As a first example, we use ErasureBench to compare three coding implementations: a (10,4) Reed-Solomon (RS) code, a (10,6,5) locally repairable code (LRC), and a partition of the data source in ten pieces without error-correction. Our experiments show that LRC and RS codes require the same repair throughput when used with small storage nodes, since cluster and network management traffic dominate at this regime. With large storage nodes, read and write traffic increases and our experiments confirm the theoretical and practical tradeoffs between the storage overhead and repair bandwidth of RS and LRC codes.

Vignette d'image
Publication
Restriction temporaire

SafeFS: a modular architecture for secure user-space file systems: one FUSE to rule them all

2017, Pontes, Rogerio, Burihabwa, Dorian, Maia, Francisco, Paulo, João, Schiavoni, Valerio, Felber, Pascal, Mercier, Hugues, Oliveira, Rui

Vignette d'image
Publication
Restriction temporaire

On the Cost of Safe Storage for Public Clouds: An Experimental Evaluation

2016, Burihabwa, Dorian, Pontes, Rogerio, Felber, Pascal, Maia, Francisco, Mercier, Hugues, Oliveira, Rui, Paulo, João, Schiavoni, Valerio

Vignette d'image
Publication
Restriction temporaire

A Performance Evaluation of Erasure Coding Libraries for Cloud-Based Data Stores - (Practical Experience Report)

2016, Burihabwa, Dorian, Felber, Pascal, Mercier, Hugues, Schiavoni, Valerio