Leader Election

Overview

This section describes the SpaceClosed Where GigaSpaces data is stored. It is the logical cache that holds data objects in memory and might also hold them in layered in tiering. Data is hosted from multiple SoRs, consolidated as a unified data model.'s leader election mechanism, which is based on the CAP theorem. It also explains how to configure and optimize it.

CAP Theorem

The CAP theorem, also known as Brewer's theorem, states that it is impossible for a distributed computer system to simultaneously provide all three of the following guarantees:

  • Consistency (all nodes see the same data at the same time)

  • Availability (node failures do not prevent survivors from continuing to operate)

  • Partition Tolerance (the system continues to operate despite arbitrary message loss)

image

As a result, you can have partition tolerance plus consistency, or partition tolerance plus availability. Gigaspaces provides two available implementations to support the approach that is best suited to your environment and business needs.

Consistency based implementation is based on Apache ZookeeperClosed Apache Zookeeper. An open-source server for highly reliable distributed coordination of cloud applications. It provides a centralized service for providing configuration information, naming, synchronization and group services over large clusters in distributed systems. The goal is to make these systems easier to manage with improved, more reliable propagation of changes., whereas availability based is based on the native Lookup Service: