Hi Germain,
I'm not able to reproduce the errors locally but I do occasionally see the
following after a test ends:
=ERROR REPORT 9-Jun-2010::23:18:35 ===
webmachine error: path="/riak/test/5711"
{error,{error,{badmatch,{error,closed}},
[{webmachine_request,recv_unchunked_body,4}
The backend used is http_raw as you can see in the benchmark config file :
{mode, max}.
{duration, 30}.
{concurrent, 20}.
{driver, basho_bench_driver_http_raw}.
{code_paths, ["deps/stats",
"deps/ibrowse"]}.
{http_raw_ips, ["10.0.0.40", "10.0.0.41"]}.
{key_generator, {uniform_int, 10
Hi Germain,
I've confirmed that the basho bench drivers for riakclient and riakc_pb do
not provide a content-type when submitting key/value pairs to Riak. This
should not cause problems while running the benchmark.
Which driver were you using when you noticed the webmachine errors? Were you
makin
Hi Germain,
You should be able to work around this issue by specifying a full list of
default bucket properties with your change incorporated. For example, try
putting the following in your app.config:
{default_bucket_props, [{n_val,2},
{allow_mult,false},
You're right, i put this line in the app.config :
,{default_bucket_props, [{n_val, 2}]}
Maybe, i made a mistake...
Le 08/06/10 17:55, Dan Reverri a écrit :
Forwarding my reply to the mailing list.
-- Forwarded message --
From: *Dan Reverri* mailto:d...@basho.com>>
Date: Tue, Ju