Basic concepts and high level configuration. This is a basic overview of the Aerospike database and presents an introduction to configuring the database service.
Find the full webinar with audio here - http://www.aerospike.com/webinars
44. Cluster Formation
Heartbeat - Multicast
• When starting a multicast cluster,
you start with isolated nodes (4 in
this example).
• Each node will send a heartbeat to a
multicast IP address, so all the
nodes will know of each other.
• The cluster will form with the list of
nodes. This map is also stored in
each client, so they will know where
to go for any given record. One of
the nodes will create the partition
map and will distribute it to the rest
of the nodes in the cluster.
Cluster
Node 1
Node 2
Multicast IP
Node 3
44
Node 4
#45: Automatic multicast gossip protocol for node discoveryPaxos consensus algorithm determines nodes in clusterOrdered list of nodes determines data locationData partitions balanced for minimal data motionVote initiated and terminated in 100 milliseconds