> Date: Thu, 10 Apr 2014 14:42:23 +0100 > From: Guido Medina <[email protected]> > To: Engel Sanchez <[email protected]>, Luke Bakken <[email protected]> > Cc: riak-users <[email protected]> > Subject: Re: Rebuilding AAE hashes - small question > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Thanks Engel, > > That approach looks very accurate, I would only suggest to have a > riak-admin cluster stop-aae and similar for start, for the dummies ;-) >
I agree with Guido that would be the best solution for the dummies. But a good interim solution would be if Basho puts up a “definitive guide to enabling and disabling AAE” somewhere. I have now seen a lot of different commands to achieve this. In this thread and in the “RIAK 1.4.6 - Mass key deletion” thread and some older threads. There is the per-host approach and there seem to be several cluster-wide / rpc approaches. I have seen: a. rpc:multicall(riak_kv_entropy_manager, disable, []). rpc:multicall(riak_kv_entropy_manager, cancel_exchanges, []). z. (with questions about the a. and z. ) and there is: riak_core_util:rpc_every_member_ann(riak_kv_entropy_manager, disable, [], 60000). And similar to enable. Can someone please advise what is the “authoritative” way to enable/disable AAE? Kind regards, Timo _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
