On 03/08/2015 16:44, Valenti, Anthony wrote: > BTW, this is the ring distribution on the nodes: > > root@CORP-RIAK07:~# riak-admin member-status > ================================= Membership > ================================== > Status Ring Pending Node > ------------------------------------------------------------------------------- > valid 18.8% -- '[email protected]' > valid 18.8% -- '[email protected]' > valid 18.8% -- '[email protected]' > valid 25.0% -- '[email protected]' > valid 18.8% -- '[email protected]' > ------------------------------------------------------------------------------- > Valid:5 / Leaving:0 / Exiting:0 / Joining:0 / Down:0 > > Thanks, > Anthony >
I guess your ring_size value is 16. That means you have 3 partitions on 4 servers and 4 partitions on 1 server (and that one is full). I don't think you will have enough space on other servers. http://docs.basho.com/riak/latest/ops/building/planning/cluster/#Ring-Size-Number-of-Partitions I suggest you to add one more server, do a ring resize (check http://docs.basho.com/riak/latest/ops/advanced/ring-resizing/) and then remove it. Be careful when you add the new server, check the "cluster plan" output to be sure you offload data from the full one. Arnaud _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
