On Mon, Jan 17, 2011 at 5:46 AM, 吴磊 <[email protected]> wrote:
> When I join nodes like this:
> dev1/bin/riak-admin join [email protected]
> dev1/bin/riak-admin join [email protected]
>
> 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 [email protected]
    dev3/bin/riak-admin join [email protected]

-Bryan

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to