中文
相关论文

相关论文: PaxosLease: Diskless Paxos for Leases

200 篇论文

ScalienDB is a scalable, replicated database built on top of the Paxos algorithm. It was developed from 2010 to 2012, when the startup backing it failed. This paper discusses the design decisions of the distributed database, describes…

数据库 · 计算机科学 2013-02-18 Márton Trencséni , Attila Gazsó

Spinnaker is an experimental datastore that is designed to run on a large cluster of commodity servers in a single datacenter. It features key-based range partitioning, 3-way replication, and a transactional get-put API with the option to…

数据库 · 计算机科学 2011-03-15 Jun Rao , Eugene J. Shekita , Sandeep Tata

Consensus protocols are the foundation for building fault-tolerant, distributed systems, and services. They are also widely acknowledged as performance bottlenecks. Several recent systems have proposed accelerating these protocols using the…

分布式、并行与集群计算 · 计算机科学 2019-01-28 Huynh Tu Dang , Pietro Bressana , Han Wang , Ki Suh Lee , Noa Zilberman , Hakim Weatherspoon , Marco Canini , Fernando Pedone , Robert Soulé

WPaxos is a multileader Paxos protocol that provides low-latency and high-throughput consensus across wide-area network (WAN) deployments. WPaxos uses multileaders, and partitions the object-space among these multileaders. Unlike statically…

分布式、并行与集群计算 · 计算机科学 2019-04-04 Ailidani Ailijiang , Aleksey Charapko , Murat Demirbas , Tevfik Kosar

Distributed consensus is integral to modern distributed systems. The widely adopted Paxos algorithm uses two phases, each requiring majority agreement, to reliably reach consensus. In this paper, we demonstrate that Paxos, which lies at the…

分布式、并行与集群计算 · 计算机科学 2016-08-25 Heidi Howard , Dahlia Malkhi , Alexander Spiegelman

A lease is an important primitive for building distributed protocols, and it is ubiquitously employed in distributed systems. However, the scope of the classic lease abstraction is restricted to the trusted computing infrastructure.…

分布式、并行与集群计算 · 计算机科学 2021-01-19 Bohdan Trach , Rasha Faqeh , Oleksii Oleksenko , Wojciech Ozga , Pramod Bhatotia , Christof Fetzer

Agreement among a set of processes and in the presence of partial failures is one of the fundamental problems of distributed systems. In the most general case, many decisions must be agreed upon over the lifetime of a system with…

分布式、并行与集群计算 · 计算机科学 2020-09-01 Seif Haridi , Lars Kroll , Paris Carbone

Consus is a strictly serializable geo-replicated transactional key-value store. The key contribution of Consus is a new commit protocol that reduces the cost of executing a transaction to three wide area message delays in the common case.…

分布式、并行与集群计算 · 计算机科学 2016-12-13 Robert Escriva , Robbert van Renesse

This paper describes an implementation of the well-known consensus protocol, Paxos, in the P4 programming language. P4 is a language for programming the behavior of network forwarding devices (i.e., the network data plane). Moving consensus…

分布式、并行与集群计算 · 计算机科学 2015-11-17 Huynh Tu Dang , Marco Canini , Fernando Pedone , Robert Soulé

This paper describes the design and architecture of Keyspace, a distributed key-value store offering strong consistency, fault-tolerance and high availability. The source code is available under the open-source AGPL license for Linux,…

数据库 · 计算机科学 2012-09-19 Márton Trencséni , Attila Gazsó

This experience report presents the results of an extensive performance evaluation conducted using four open-source implementations of Paxos deployed in Amazon's EC2. Paxos is a fundamental algorithm for building fault-tolerant services, at…

分布式、并行与集群计算 · 计算机科学 2014-04-29 Parisa Jalili Marandi , Samuel Benz , Fernando Pedone , Ken Birman

Distributed consensus is a fundamental primitive for constructing fault-tolerant, strongly-consistent distributed systems. Though many distributed consensus algorithms have been proposed, just two dominate production systems: Paxos, the…

分布式、并行与集群计算 · 计算机科学 2020-04-29 Heidi Howard , Richard Mortier

Public clouds increasingly expose heterogeneous hardware, but their allocation interface remains built around rigid on-demand and spot service classes. This makes it hard to satisfy time-varying tenant objectives and operator constraints in…

分布式、并行与集群计算 · 计算机科学 2026-04-27 Tejas Harith , Antoine Kaufmann

Storage and memory systems for modern data analytics are heavily layered, managing shared persistent data, cached data, and non-shared execution data in separate systems such as distributed file system like HDFS, in-memory file system like…

分布式、并行与集群计算 · 计算机科学 2018-12-18 Jia Zou , Arun Iyengar , Chris Jermaine

Raft is a leading consensus algorithm for replicating writes in distributed databases. However, distributed databases also require consistent reads. To guarantee read consistency, a Raft-based system must either accept the high…

分布式、并行与集群计算 · 计算机科学 2025-12-22 A. Jesse Jiryu Davis , Murat Demirbas , Lingzhi Deng

We propose in this paper BlockHouse, a decentralized/P2P storage system fully based on private blockchains. Each participant can rent his unused storage in order to host data of other members. This system uses a dual Smart Contract and…

密码学与安全 · 计算机科学 2020-01-22 Doriane Perard , Lucas Gicquel , Jérôme Lacan

CASPaxos is a wait-free, linearizable, multi-writer multi-reader register in unreliable, asynchronous networks supporting arbitrary update operations including compare-and-set (CAS). The register acts as a replicated state machine providing…

分布式、并行与集群计算 · 计算机科学 2018-05-17 Denis Rystsov

P2P clusters like the Grid and PlanetLab enable in principle the same statistical multiplexing efficiency gains for computing as the Internet provides for networking. The key unsolved problem is resource allocation. Existing solutions are…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Kevin Lai , Bernardo A. Huberman , Leslie Fine

Distributed consensus, the ability to reach agreement in the face of failures, is a fundamental primitive for constructing reliable distributed systems. The Paxos algorithm is synonymous with consensus and widely utilized in production.…

分布式、并行与集群计算 · 计算机科学 2022-03-08 Heidi Howard , Richard Mortier

We present Lilac-TM, the first locality-aware Distributed Software Transactional Memory (DSTM) implementation. Lilac-TM is a fully decentralized lease-based replicated DSTM. It employs a novel self- optimizing lease circulation scheme based…

数据库 · 计算机科学 2013-08-12 Danny Hendler , Alex Naiman , Sebastiano Peluso , Francesco Quaglia , Paolo Romano , Adi Suissa
‹ 上一页 1 2 3 10 下一页 ›