On 31/07/2015 19:51, Valenti, Anthony wrote: > We have a Riak CS node that ran out of space on the data mount and the > service shutdown. This is strange since the other nodes in the cluster seem > to be about 76%-78% full. Why is it so out of balance and how can it be > fixed? >
Hi ! I faced the same issue :) Look at your cluster status with riak-admin member_status you will see how much data your nodes should host. Depending on your ring_size and how many nodes you have, you can get more data assigned to one server. If you follow basho's documentation, you have at least 10 partitions per server. You might be able to transfer one partition or many to other servers. If you don't, your partition size may be bigger than space available on the other servers. Arnaud _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com