Kevin Burton <[email protected]> wrote: kb> I replaced the 127.0.0.1 with the address for my cluster (I have 4 kb> nodes in the cluster). I get an error: `[info] can't set long node kb> name Please check configuration' followed by a fatal error [error] kb> Failed to start net kernel.
Kevin, what arguments did you use when running basho_bench? The "-N" argument requires a long node name: a short name like "foo@bar" is not sufficient. http://www.snookles.com/erlang-docs/R15B03/doc/reference_manual/distributed.html Translation: the RHS of the node name must have a dot in it. :-) -Scott _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
