Re: Configure multiple riak clients in a cluster

2016-02-22 Thread Chathuri Gunawardhana
I think it should use distributed basho bench configurations as in here . But still with that, I have the same throughput results as in one basho client. I'm not sure what I'm doing wrong. Lets say I have 2 nodes A

Re: Configure multiple riak clients in a cluster

2016-02-22 Thread Chathuri Gunawardhana
I didn't get it clearly. Can you please provide me an example? Thank you very much! On Tue, Feb 23, 2016 at 2:07 AM, Christopher Meiklejohn < christopher.meiklej...@gmail.com> wrote: > Your client is registering with the name in the config file, and that name > can only be used once. > > You nee

Re: Configure multiple riak clients in a cluster

2016-02-22 Thread Christopher Meiklejohn
Your client is registering with the name in the config file, and that name can only be used once. You need to have each client use a different name. > {riakclient_mynode, ['riak_bench@172.31.0.117', longnames]}. Christopher Sent from my iPhone > On Feb 22, 2016, at 15:46, Chathuri Gunawardha

Configure multiple riak clients in a cluster

2016-02-22 Thread Chathuri Gunawardhana
Hi All, I'm using distributed version of riak client (here ). I could configure one riak client for the cluster. But when I try to start 2, one of them crashes (error suggests that there is a global name conflict). Can yo