Tagged articles
7 articles
Page 1 of 1
Big Data Technology & Architecture
Big Data Technology & Architecture
Sep 18, 2020 · Big Data

Understanding the Elasticsearch Master Election Process

This article explains when Elasticsearch triggers a master election, describes each election stage—including active master and candidate selection, Bully algorithm comparison, and master node responsibilities—while providing code excerpts that illustrate the underlying implementation details.

Big DataCluster ManagementDistributed Systems
0 likes · 8 min read
Understanding the Elasticsearch Master Election Process
ITPUB
ITPUB
Mar 2, 2020 · Big Data

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

This article explains ZooKeeper’s architecture, key concepts such as roles, sessions, ZNodes, versioning, ACLs, and watchers, and demonstrates how it powers essential big‑data components like Hadoop’s ResourceManager and HBase’s master election, naming service, and distributed locking.

Big DataDistributed CoordinationHBase
0 likes · 23 min read
Mastering ZooKeeper: Core Concepts and Real-World Big Data Applications
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.

Distributed CoordinationDistributed LocksHBase
0 likes · 25 min read
Mastering ZooKeeper: Core Concepts and Real-World Big Data Applications
WeChat Backend Team
WeChat Backend Team
Sep 21, 2016 · Fundamentals

Understanding Master Election with Paxos: Lease Algorithm Explained

This article explains the concept of a Master role in distributed systems, how Master election relies on strong consistency via Paxos, details a lease‑based election algorithm, and discusses correctness guarantees and renewal mechanisms using versioning.

ConsensusDistributed SystemsMaster Election
0 likes · 7 min read
Understanding Master Election with Paxos: Lease Algorithm Explained