Tag

Master Election

0 views collected around this technical thread.

政采云技术
政采云技术
Jan 11, 2022 · Operations

Master Election in Elasticsearch Pre‑7.x: Bully Algorithm and Source Code Analysis

This article explains the Bully election algorithm used by Elasticsearch versions prior to 7.x, describes phenomena such as false death and split‑brain, and provides a detailed walkthrough of the master‑election source code including key Java methods and configuration parameters.

Bully algorithmElasticsearchJava
0 likes · 14 min read
Master Election in Elasticsearch Pre‑7.x: Bully Algorithm and Source Code Analysis
58 Tech
58 Tech
Sep 24, 2019 · Operations

Master Election and Load Balancing in WMB Distributed Message Queue

The article explains how WMB, a high‑performance distributed message queue, uses Paxos‑based master election, periodic lease renewal, and a multi‑stage load‑balancing strategy to evenly distribute master nodes across groups, improve throughput, and ensure consistent message delivery.

Master ElectionMessage QueuePaxos
0 likes · 11 min read
Master Election and Load Balancing in WMB Distributed Message Queue
NetEase Game Operations Platform
NetEase Game Operations Platform
Jul 6, 2019 · Operations

Deep Dive into Openflowplugin Master Election and ContextChain Service Instantiation

This article explains how Openflowplugin uses Cluster Singleton services to elect a master controller for each switch, details the ContextChain registration and instantiation process, and describes how the MastershipChangeServiceManager and ReconciliationFramework enable north‑bound applications to detect and react to mastership changes.

Cluster SingletonMaster ElectionOpenDaylight
0 likes · 9 min read
Deep Dive into Openflowplugin Master Election and ContextChain Service Instantiation
Efficient Ops
Efficient Ops
May 2, 2017 · Big Data

Mastering ZooKeeper: Core Concepts and Real-World Big Data Applications

This article introduces ZooKeeper’s fundamental architecture, explains its key concepts such as cluster roles, sessions, ZNodes, watches, and ACLs, and then details how it powers essential distributed coordination tasks—including configuration management, naming services, master election, and distributed locks—in large‑scale Hadoop and HBase ecosystems.

Big DataDistributed CoordinationDistributed Locks
0 likes · 25 min read
Mastering ZooKeeper: Core Concepts and Real-World Big Data Applications