Hi All,

I've got a cluster in 2.1.1 and was wanting to join a 2.1.3 node to it

I am getting the following error:

# ./bin/riak-admin cluster join [email protected]
Failed: [email protected] has a different ring_creation_size

So... for the new 2.1.3
# ./bin/riak-admin status | grep ring
ring_creation_size : 256
ring_members : ['[email protected]']
*ring_num_partitions : 256*
ring_ownership : <<"[{'[email protected]',256}]">>
rings_reconciled : 0
rings_reconciled_total : 0

AND for node [email protected]
# ./bin/riak-admin status | grep ring
ring_creation_size : 256
ring_members : ['[email protected]','[email protected]',
*ring_num_partitions : 64*
ring_ownership : <<"[{'[email protected]',13},\n {'[email protected]',13},\n {'[email protected]',13},\n {'[email protected]',12},\n {'[email protected]',13}]">>
rings_reconciled : 0
rings_reconciled_total : 32

The 'ring_num_partitions' are different which leaves me to believe this is the cause.

A.) How do I increase the 'ring_num_partitions' to 256 in the 2.1.1 cluster **OR**
B.) How do I decrease the 'ring_num_partitions' to 64 in the 2.1.3 node?

Any ideas? recommendations?


Thanks in advance,


Robert







_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to