Hi Sebastian,

Is the node still running? If so, not only is the ring cached in memory,
Riak will rewrite it to disk again if its changed. If you attach to the
Riak node in question and run the following from the erlang shell provided
(including the period!) you should find the ringfile written back (you will
need to ensure /var/lib/riak/ring directory exists on the node first):

riak_core_ring_manager:ring_trans(fun(R, _) -> {new_ring, R} end, []).

Cheers,
Jordan


On Fri, Aug 22, 2014 at 1:50 PM, Sebastian Wittenkamp <
[email protected]> wrote:

>  Hi all, if I nuke /var/lib/riak/* - is there anywhere else on the system
> that contains ring data?
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to