On Mon, Jan 17, 2011 at 5:46 AM, 吴磊 <mjollnir....@gmail.com> wrote:
> When I join nodes like this:
> dev1/bin/riak-admin join dev2@127.0.0.1
> dev1/bin/riak-admin join dev3@127.0.0.1
>
> the ring has only 2 nodes: dev1 & dev2. I wait about 30 minutes,
> nothing changed.

I ran into this bug last week as well.  I've filed an issue to track
its status.  You can follow it here:

https://issues.basho.com/show_bug.cgi?id=972

The solution, for now, as other people have suggested, is to run the
'join' on the nodes you are adding to the cluster, and pass them the
names of nodes already in the cluster.  So, in your example, use this
form instead:

    dev2/bin/riak-admin join dev1@127.0.0.1
    dev3/bin/riak-admin join dev1@127.0.0.1

-Bryan

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to