I have having 5 node cluster of Riak Kv, having ring size as given below
[email protected] 19.9
[email protected] 19.9
[email protected] 19.9
[email protected] 20.0
[email protected] 20.3
but after removing node
[email protected] from cluster forcely
by command sudo riak-admin force-remove -f [email protected]
ring size becomes as given below
[email protected] 25.0
[email protected] 25.0
[email protected] 25.0
[email protected] 25.0
but I lossed some data , is there any procedure to recover that OR Procedure to remove node from cluster without lossing any data.