On machine one I got the Error:


02:13:16.583 [info] Application basho_bench started on node nonode@nohost

02:13:16.591 [debug] Supervisor inet_gethost_native_sup started undefined
at pid <0.94.0>

02:13:16.592 [debug] Supervisor kernel_safe_sup started
inet_gethost_native:start_link() at pid <0.93.0>



02:13:26.581 [warning] No data for op: {insert,insert}

02:13:26.582 [info]
Errors:[{{insert,insert},3},{{{insert,insert},{post,timeout}},3}]



And riak-admin status shows:

node_puts_total : 8

but on the other machines 0



On machine two, when I start basho bench from  their with the same script,
I got this error:



02:16:22.850 [warning] No data for op: {insert,insert}

02:16:22.851 [info]
Errors:[{{insert,insert},94992},{{{insert,insert},{post,{conn_failed,{error,enetunreach}}}},94992}]



And riak-admin status shows:

node_puts_total : 0

for all machines.



I also tried:



curl -v -XPUT http://10.0.10.153:8098/riak/test/doc?returnbody=true -H
"X-Riak-Vclock: a85hYGBgzGDKBVIszMk55zKYEhnzWBlKIniO8mUBAA==" -H
"Content-Type: application/json" -d '{"bar":"baz"}'



on all machines, also with ips from other machines I always got HTTP 200 OK



Any idea whats going wrong?



I will try to use a client API and see if I can make inserts that way. The
problem is, I need the benchmark graphics for my case study.

I will also try to reinstall basho bench perhaps I made some mistakes.


Greetings Christian


2013/3/20 Evan Vigil-McClanahan <[email protected]>

> You could look at the output of `riak-admin status` for those nodes
> and see if one of them isn't taking gets and puts.
>
> On Wed, Mar 20, 2013 at 9:58 AM, Christian Steinmann
> <[email protected]> wrote:
> > No summary.csv shows error for all inserts. Can i somehow determine which
> > node is not responding correct or in time
> >
> > Am 20.03.2013 17:15 schrieb "Evan Vigil-McClanahan" <
> [email protected]>:
> >
> >> typically you get that error when one of the connections doesn't
> >> return for an entire reporting interval.  Is this happening on every
> >> request?
> >>
> >> Note that for better riak performance, you'll want to raise
> >> concurrency to more than 1 per node.
> >>
> >> On Wed, Mar 20, 2013 at 9:00 AM, Christian Steinmann
> >> <[email protected]> wrote:
> >> > Hello,
> >> >
> >> > i installed a riak cluster with three nodes to make some tests and
> >> > document
> >> > the results for school. I also installed basho bench. When i run
> >> >
> >> > ./basho_bench examples/httpraw.config
> >> >
> >> > I got this output:
> >> >
> >> > [warning] No data for op: {insert,insert}
> >> > 08:46:06.416 [info]
> >> > Errors:[{{insert,insert},3},{{{insert,insert},{post,timeout}},3}]
> >> >
> >> > The config looks like this:
> >> >
> >> > {mode, max}.
> >> >
> >> > {duration, 1}.
> >> >
> >> > {concurrent, 3}.
> >> >
> >> > {driver, basho_bench_driver_http_raw}.
> >> >
> >> > {value_generator, {fixed_bin, 300}}.
> >> >
> >> > {http_raw_port, 8098}.
> >> >
> >> > {operations, [{insert, 1}]}.
> >> >
> >> > {source_dir, "foo"}.
> >> >
> >> > {log_level,info}.
> >> >
> >> > {http_raw_ips, ["10.0.0.151", "10.0.0.152", "10.0.0.153"]}.
> >> >
> >> >
> >> > Iam not sure what goes wrong. With curl i can make successful GET
> calls
> >> > to
> >> > the "test" bucket with all ips.
> >> >
> >> > greetings Christian
> >> >
> >> > _______________________________________________
> >> > 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

Reply via email to