Hi All,

Could someone answer is basho_bench's basho_bench_driver_http_raw driver
working or not now?
I'm trying to benchmark my Riak node using basho_bench,
using basho_bench_driver_http_raw driver. But when i'm trying to run it all
instances of basho_bench_driver_http_raw clients instantly crashes with
error:

18:22:59.877 [debug] Driver basho_bench_driver_http_raw crashed:
{function_clause,[{basho_bench_driver_http_raw,run,[delete,#Fun<basho_bench_keygen.0.116178312>,#Fun<basho_bench_valgen.3.10384356>,{state,{'X-Riak-ClientId',<<"AAAAAg==">>},{{url,undefined,"10.1.12.12",8098,undefined,undefined,"/riak/test",undefined,undefined}},2,undefined,[],"/solr/test",undefined}],[{file,"src/basho_bench_driver_http_raw.erl"},{line,123}]},{basho_bench_worker,worker_next_op2,2,[{file,"src/basho_bench_worker.erl"},{line,233}]},{basho_bench_worker,worker_next_op,1,[{file,"src/basho_bench_worker.erl"},{line,239}]},{basho_bench_worker,max_worker_run_loop,1,[{file,"src/basho_bench_worker.erl"},{line,292}]}]}

basho_bench is from github repo, fetched yesterday, Erlang is 15B01, config
is below -

---------------- CUT -----------------------------------------------
{mode, max}.

{duration, 1}.

{concurrent, 3}.

{key_generator,   {uniform_int, 35000000}}.
{value_generator, {exponential_bin, 256, 10240}}.

{driver, basho_bench_driver_http_raw}.
{http_raw_ips, ["10.1.1.12"]}.
{http_raw_port, 8098}.
{http_raw_path, "/riak/test"}.
%%{driver, basho_bench_driver_riakc_pb}.
%%{riakc_pb_ips, [{10,1,1,12}]}.

{operations, [{get, 4}, {put, 4}, {update, 1}, {delete, 1}]}.
-------------- END ---------------------------------------------------

Thank for help in advance!
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to