I added the node to the cluster. Appear on the node there is a problem. Node remains in the status of 'joining'. No data on the cluster.
#riak-admin member-status
================================= Membership ==================================
Status Ring Pending Node
-------------------------------------------------------------------------------
down 0.0% -- 'riak@172.17.0.145'
joining 0.0% -- 'riak@172.17.0.144'
valid 50.0% -- 'riak@172.17.0.115'
valid 50.0% -- 'riak@172.17.0.143'
I'm trying to remove a node from the cluster
#riak-admin cluster force-remove 'riak@172.17.0.144'
Failed: 'riak@172.17.0.144' is not a member of the cluster.
I'm trying to join the node to the cluster
#riak-admin cluster join 'riak@172.17.0.144'
Failed: This node is already a member of a cluster
How do I remove a node from the cluster, or to compel it to work normally? Version 1.4.9