Re: Structure of riak_object:get_value result

2011-04-29 Thread Mikhail Sobolev
Hi Kresten, On Fri, Apr 29, 2011 at 12:18:11AM +0200, Kresten Krab Thorup wrote: > At any rate, you'll already have a JSON decoder (mochijson2) when running > inside Riak; so you can do > > JSON = mochijson2:decode(Value) > > To decode your JSON. For the JSON document {"key":4, "val":{"x

Re: Riak shutdown during heavy load testing

2011-04-29 Thread Wilson Tuladhar
Hi, Here the error that get logged into sasl-error.log file. =ERROR REPORT 29-Apr-2011::14:45:37 === ** State machine <0.3117.0> terminating ** Last event in was timeout ** When State == initialize ** Data == {state,<0.3101.0>,plain,<<>>,undefined,undefined,undefined,

Re: Riak shutdown during heavy load testing

2011-04-29 Thread Rusty Klophaus
Hi Wilson, Do you see any errors or otherwise abnormal looking messages in the logs? That will help diagnose the issue. The max requests per second depends very much on your hardware, size of data, and read/write patterns. Thanks, Rusty On Fri, Apr 29, 2011 at 6:44 AM, Wilson Tuladhar wrote: >

Riak shutdown during heavy load testing

2011-04-29 Thread Wilson Tuladhar
Hi, I am using riaksearch with erlang client and i have made an API that does for the select, insert and other such stuffs. I have built an web application on top of it and everything works fine when i do the manual testing. But now when i am using the automated load testing through Tsung by send