I have setted up riak in two seperate instances and the nodes are up. Also I am able additional nodes in the same machine and do clustering. I am stuck here joining a node on the other instance. Below are steps I have followed.
- stopped riak
- changed nodename in riak.conf and assigned private ips of my instances in vm.args and app.config changed node name nodename = [email protected] changed listener.http.internal to = 0.0.0.0:8098 changed listener.protobuf.internal to = 0.0.0.0:8087
- deleted ring folder
- started riak
- tried joining to another node, but failed with response Node [email protected] is not reachable!
Hope someoone had this issue!
