Tag

gossip protocol

1 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 27, 2025 · Databases

Understanding the Redis Cluster Bus and Node Communication

This article explains how Redis cluster nodes use a TCP-based gossip protocol and a dedicated cluster bus to discover each other, detect failures, synchronize configuration, and automatically redirect client commands to the correct node, illustrated with practical command‑line examples.

ClusterDatabaseNode Communication
0 likes · 5 min read
Understanding the Redis Cluster Bus and Node Communication
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 25, 2021 · Databases

Understanding Redis Sentinel: Discovery, Failover Detection, and Gossip Protocol

This article explains Redis Sentinel's role in providing high availability by detailing how Sentinels discover each other, detect master failures, elect a new master, and communicate state using the gossip protocol, offering a clear conceptual overview for database practitioners.

DatabaseFailoverHigh Availability
0 likes · 6 min read
Understanding Redis Sentinel: Discovery, Failover Detection, and Gossip Protocol
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 24, 2021 · Databases

Deep Dive into Redis Cluster Architecture and Principles

This article provides a comprehensive analysis of Redis Cluster, covering node and slot assignment, command execution, resharding, redirection, fault‑tolerance, gossip communication, scaling strategies, configuration limits, and practical code examples for building and operating a high‑availability sharded Redis deployment.

ClusterFailoverHigh Availability
0 likes · 21 min read
Deep Dive into Redis Cluster Architecture and Principles
Wukong Talks Architecture
Wukong Talks Architecture
Feb 24, 2021 · Fundamentals

Understanding the Gossip Protocol Through a Virus Analogy

The article uses a whimsical story of a coronavirus‑like virus transmitted from a bat to humans to illustrate the Gossip protocol, its three functions—direct mail, anti‑entropy, and epidemic spread—and discusses their advantages, drawbacks, and practical applications in achieving eventual consistency in distributed systems.

anti-entropydata replicationdistributed systems
0 likes · 10 min read
Understanding the Gossip Protocol Through a Virus Analogy
DataFunTalk
DataFunTalk
Dec 30, 2019 · Databases

Cassandra: Past, Present, and Future – History, Architecture, Features, and Use Cases

This article summarizes a Cassandra meetup presentation that traces the database's origins from BigTable and Dynamo, outlines its key milestones, explains its peer‑to‑peer and LSM architecture, highlights current features, real‑world deployments, performance advantages, and previews upcoming 4.0 releases and community projects.

Big DataCassandraDistributed Database
0 likes · 14 min read
Cassandra: Past, Present, and Future – History, Architecture, Features, and Use Cases
JD Retail Technology
JD Retail Technology
Jun 22, 2018 · Operations

JDOS Operations Platform: Managing Million‑Scale Container Clusters at JD.com

This article describes JD.com's JDOS Operations Platform, which enables two operators to manage millions of Docker and Kubernetes containers across massive clusters, detailing its architecture, regression analysis of scale, gossip‑based inspection system, intelligent alert convergence, and performance improvements for ultra‑large‑scale environments.

Container OrchestrationDockerKubernetes
0 likes · 11 min read
JDOS Operations Platform: Managing Million‑Scale Container Clusters at JD.com
JD Tech
JD Tech
Jun 22, 2018 · Operations

JDOS Operations Platform: Managing Millions of Containers at JD.com

The article describes how JD.com built and operates the JDOS Operations Platform to manage a multi‑million‑container Docker and Kubernetes fleet, detailing the challenges of massive scale, the architectural components such as the configuration center, operation center, inspection system, gossip‑based communication, and an intelligent alerting system that together enable efficient, automated, and reliable large‑scale container operations.

Container ManagementKubernetesLarge-Scale Operations
0 likes · 12 min read
JDOS Operations Platform: Managing Millions of Containers at JD.com
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 24, 2018 · Databases

How Dynamo Achieves High‑Availability in Distributed Key‑Value Stores

This article explains Dynamo, the decentralized key‑value storage system, covering its design goals, consistent‑hashing partitioning with virtual nodes, replication strategies, quorum‑based consistency, conflict resolution with vector clocks, hinted handoff, Merkle‑tree synchronization, and gossip‑based failure detection.

Distributed StorageDynamoHigh Availability
0 likes · 9 min read
How Dynamo Achieves High‑Availability in Distributed Key‑Value Stores