Ah, the second bullet point ("Don't add nodes one at a time if you're
adding multiple nodes") clarifies it perfectly. I would've thought
otherwise since there are possibilities of false not_found responses during
node addition.Thanks for pointing me to that page. --- Jeremiah Peschka - Founder, Brent Ozar Unlimited MCITP: SQL Server 2008, MVP Cloudera Certified Developer for Apache Hadoop On Sun, Aug 25, 2013 at 8:23 AM, Gints <[email protected]> wrote: > I believe they actually recommend adding all the nodes you want to add in a > single step, instead of one by one - this way the hand-off will happen only > once, and all the objects will go to the right nodes immediately. > > If you add nodes one by one, the objects will have to do multiple > transitions, since each added node will cause a redistribution of which > nodes will be responsible for which objects, causing a hand-off process > each > time, and you will consume more traffic, time and more resources to get the > same final result. > > > http://docs.basho.com/riak/latest/ops/building/planning/best-practices/#How-to-add-Nodes > > > > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/Adding-Nodes-to-a-Running-Cluster-tp4028951p4028952.html > Sent from the Riak Users mailing list archive at Nabble.com. > > _______________________________________________ > 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
