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 = riak@172.31.18.146 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 riak@172.31.28.150 is not reachable!
Hope someoone had this issue!