中文
相关论文

相关论文: SEER: Performance-Aware Leader Election in Single-…

200 篇论文

Leader-based consensus protocols must undergo a view-change phase to elect a new leader when the current leader fails. The new leader is often decided upon a candidate server that collects votes from a quorum of servers. However,…

分布式、并行与集群计算 · 计算机科学 2022-02-22 Gengrui Zhang , Hans-Arno Jacobsen

Raft is a leader-based consensus algorithm that implements State Machine Replication (SMR), which replicates the service state across multiple servers to enhance fault tolerance. In Raft, the servers play one of three roles: leader,…

分布式、并行与集群计算 · 计算机科学 2025-07-22 Kohya Shiozaki , Junya Nakamura

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

The private chain-based Internet of Things (IoT) system ensures the security of cross-organizational data sharing. As a widely used consensus model in private chains, the leader-based state-machine replication (SMR) model meets the…

网络与互联网体系结构 · 计算机科学 2021-09-21 Dongjie Zhu , Haiwen Du , Yundong Sun , Zhaoshuo Tian

Evaluating production LLM responses and routing requests across providers in LLM gateways requires fine-grained quality signals and operationally grounded decisions. To address this gap, we present SEAR, a schema-based evaluation and…

数据库 · 计算机科学 2026-03-31 Zecheng Zhang , Han Zheng , Yue Xu

In asynchronous distributed systems it is very hard to assess if one of the processes taking part in a computation is operating correctly or has failed. To overcome this problem, distributed algorithms are created using unreliable failure…

分布式、并行与集群计算 · 计算机科学 2017-04-24 Vinícius A. Reis , Gustavo M. D. Vieira

Software defined networking (SDN) promises unprecedented flexibility and ease of network operations. While flexibility is an important factor when leveraging advantages of a new technology, critical infrastructure networks also have…

网络与互联网体系结构 · 计算机科学 2019-02-08 Ermin Sakic , Wolfgang Kellerer

Many tasks executed in dynamic distributed systems, such as sensor networks or enterprise environments with bring-your-own-device policy, require central coordination by a leader node. In the past it has been proven that distributed leader…

分布式、并行与集群计算 · 计算机科学 2024-10-30 Bronislav Sidik , Rami Puzis , Polina Zilberman , Yuval Elovici

Data replication is crucial in modern distributed systems as a means to provide high availability. Many techniques have been proposed to utilize replicas to improve a system's performance, often requiring expensive coordination or…

数据库 · 计算机科学 2019-03-04 Yi Lu , Xiangyao Yu , Samuel Madden

In this paper, we introduce a novel adaptation of the Raft consensus algorithm for achieving emergent formation control in multi-agent systems with a single integrator dynamics. This strategy, dubbed "Rafting," enables robust cooperation…

多智能体系统 · 计算机科学 2023-08-22 Abbas Tariverdi , Jim Torresen

Collaborative working is increasingly popular, but it presents challenges due to the need for high responsiveness and disconnected work support. To address these challenges the data is optimistically replicated at the edges of the network,…

数据库 · 计算机科学 2012-12-12 Stéphane Martin , Mehdi Ahmed-Nacer , Pascal Urso

Entity Resolution (ER) is a critical data cleaning task for identifying records that refer to the same real-world entity. In the era of Big Data, traditional batch ER is often infeasible due to volume and velocity constraints, necessitating…

数据库 · 计算机科学 2026-01-05 Dimitrios Karapiperis , George Papadakis , Vassilios Verykios

Handling faults is a growing concern in HPC. In future exascale systems, it is projected that silent undetected errors will occur several times a day, increasing the occurrence of corrupted results. In this article, we propose SEDAR, which…

分布式、并行与集群计算 · 计算机科学 2020-07-29 Diego Montezanti , Enzo Rucci , Armando De Giusti , Marcelo Naiouf , Dolores Rexachs , Emilio Luque

Greater penetration of Distributed Energy Resources (DERs) in power networks requires coordination strategies that allow for self-adjustment of contributions in a network of DERs, owing to variability in generation and demand. In this…

系统与控制 · 计算机科学 2017-08-23 Sourav Patel , Sandeep Attree , Saurav Talukdar , Mangal Prakash , Murti V. Salapaka

Time series forecasting is important in many fields that require accurate predictions for decision-making. Patching techniques, commonly used and effective in time series modeling, help capture temporal dependencies by dividing the data…

机器学习 · 计算机科学 2026-02-03 Xiangfei Qiu , Xvyuan Liu , Tianen Shen , Xingjian Wu , Hanyin Cheng , Bin Yang , Jilin Hu

This paper proposes Caesar, a novel multi-leader Generalized Consensus protocol for geographically replicated sites. The main goal of Caesar is to overcome one of the major limitations of existing approaches, which is the significant…

分布式、并行与集群计算 · 计算机科学 2019-12-24 Balaji Arun , Sebastiano Peluso , Roberto Palmieri , Giuliano Losa , Binoy Ravindran

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

Widely deployed consensus protocols in the cloud are often leader-based and optimized for low latency under synchronous network conditions. However, cloud networks can experience disruptions such as network partitions, high-loss links, and…

分布式、并行与集群计算 · 计算机科学 2025-05-28 Pasindu Tennage , Antoine Desjardins , Lefteris Kokoris-Kogias

In modern computer systems, jobs are divided into short tasks and executed in parallel. Empirical observations in practical systems suggest that the task service times are highly random and the job service time is bottlenecked by the…

性能 · 计算机科学 2017-02-08 Yin Sun , C. Emre Koksal , Ness B. Shroff

Experience replay (ER) is a crucial component of many deep reinforcement learning (RL) systems. However, uniform sampling from an ER buffer can lead to slow convergence and unstable asymptotic behaviors. This paper introduces Stratified…

机器学习 · 计算机科学 2023-06-21 Varun Kompella , Thomas J. Walsh , Samuel Barrett , Peter Wurman , Peter Stone
‹ 上一页 1 2 3 10 下一页 ›