Distributed Systems • Cloud Native • Research

Tracking the systems behind modern compute.

A focused digest of distributed computing, cloud-native infrastructure, and engineering research from authoritative sources.

Curated from primary sources · refreshed hourly

Latest briefings

Follow the feed ↗
arXiv Distributed Computing

Operation-Type-Aware Client Routing for Leader-Based Consensus Datastores

arXiv:2609.00392v1 Announce Type: new Abstract: Leader-based consensus datastores (etcd, ZooKeeper) face two competing routing goals: spread load evenly across members, and route operations to the member whose protocol role matches the operation. Writes must commit through the leader, so sending them elsewhere adds a…

Read at source
arXiv Distributed Computing

Client-side transparent caching for remote ROOT data analysis

arXiv:2609.00400v1 Announce Type: new Abstract: High-energy physics analyses often process the same data as physicists refine algorithms and test new ideas. With data increasingly read from remote storage, each iteration is subject to network latency and depends on network bandwidth and shared-storage throughput, whic…

Read at source
arXiv Distributed Computing

Breaking Cycles for Scalable Fair Ordering in Blockchain Systems

arXiv:2609.00837v1 Announce Type: new Abstract: In blockchain systems, transaction order directly determines financial outcomes: unfair ordering enables front-running and sandwich attacks that have extracted over \$686M from Ethereum users. Current fair-ordering protocols aggregate pairwise receive-order evidence from…

Read at source
arXiv Distributed Computing

Shared-Memory Range-Tiled CDF Sort for Small-Range Integer Keys on GPUs

arXiv:2609.00843v1 Announce Type: new Abstract: We study unstable integer sorting on GPUs for arrays whose elements lie in a known integer range. Focusing on counting-sort-based methods that determine the output interval of each value from its frequency and the prefix sums of the frequencies, we propose and evaluate R…

Read at source
arXiv Distributed Computing

Prediction-Robust Service Deployment with Capacity-Aware Edge Admission

arXiv:2609.00877v1 Announce Type: new Abstract: Edge platforms instantiate executable services close to users to reduce request-serving cost, but each instance incurs a one-time deployment cost and remains useful only for a finite time-to-live (TTL). The resulting online decision is both prediction-sensitive and capac…

Read at source
arXiv Distributed Computing

Audit-First Rollback Semantics for Safety-Critical Deployment Pipelines

arXiv:2609.00406v1 Announce Type: cross Abstract: Distributed deployment runtimes carry a coherence obligation that classical fault-tolerance frameworks do not name directly: the live state a component is configured to run and the audit chain that records how it got there must agree at every terminal configuration. Pr…

Read at source