Build 3 Erlang nodes running the rc_toy application and start them.
make devrel; make dev-startAttach to the nodes and create a cluster.
devrel/rc_toy1/rc_toy1/bin/rc_toy1 attachriak_core:join('[email protected]').devrel/rc_toy3/rc_toy3/bin/rc_toy3 attachriak_core:join('[email protected]').Join to one of the nodes and start issuing pings (i.e. rc_toy:ping()) randomly.
Look at the at the responses you get. You will note that pong replies come from
vnodes from all 3 nodes we have deployed in the cluster.
Join a riak_core cluster using Node as a bootstrapping node.
riak_core:join(Node)riak_core_status:ringready()riak_core_ring_manager:get_my_ring()