Re: Riak 1.4 test on Azure - Webmachine error at path ...

2013-07-30 Thread Matthew Von-Maszewski
Yes, you can raise max_open_files as high as you have memory to cover. The plan for Riak 2.0 is to make these settings automatic and dynamic. Then the cache_size will automatically decline as max_open_files increases to cover your dataset. Of course, there will be limits to prevent memory goin

Re: Riak 1.4 test on Azure - Webmachine error at path ...

2013-07-30 Thread Christian Rosnes
On Sun, Jul 28, 2013 at 10:08 PM, Matthew Von-Maszewski wrote: > > leveldb has two independent caches: file cache and data block cache. You > have raised the data block cache from its default 8M to 256M per your > earlier note. I would recommend the follow: > > {max_open_files, 50}, %%

Re: Riak 1.4 test on Azure - Webmachine error at path ...

2013-07-28 Thread Matthew Von-Maszewski
Christian, leveldb has two independent caches: file cache and data block cache. You have raised the data block cache from its default 8M to 256M per your earlier note. I would recommend the follow: {max_open_files, 50}, %% 50 * 4Mbytes allocation for file cache {cache_size, 10485760

Re: Riak 1.4 test on Azure - Webmachine error at path ...

2013-07-28 Thread Christian Rosnes
On Thu, Jul 25, 2013 at 2:16 PM, Christian Rosnes < christian.ros...@gmail.com> wrote: > During a test I just performed on a small Riak 1.4 cluster setup on Azure, > I started seeing the Riak errors messages listed below after about 10 > minutes. > > The simple test was performed using lastest Jm

Riak 1.4 test on Azure - Webmachine error at path ...

2013-07-25 Thread Christian Rosnes
YPE_015","pid":"6945","dst":{"sno":"10010","sNum":"4580","dTyp":"DTYPE_020","co":"MK","pFix":"389"}, "bInfo":{"price":39, "cur":"MKD", "iTxt&quo

Re: webmachine error

2011-12-15 Thread Anna Byszkin
? Have you tried doing the write and then a read directly > after? Have you tried a read with curl? > > >> In the error.log and crash.log files I can see: >> -- >> [error] webmachine error: >> path="/riak/elists/84kZEElqXqNCLZ_ZCQcRHpTbCD5c77AREvB_K3jGc

Re: webmachine error

2011-12-09 Thread Ryan Zezeski
ad with curl? > In the error.log and crash.log files I can see: > -- > [error] webmachine error: > path="/riak/elists/84kZEElqXqNCLZ_ZCQcRHpTbCD5c77AREvB_K3jGcm4" > > {error,{error,{badmatch,{error,closed}},[{webmachine_request,recv_unchunked_body,4},{webmachine_request,do_re

Re: webmachine error

2011-12-06 Thread Anna Byszkin
ng()).execute(); finished successfully and I found a relevant info in the application log. However later I couldn't find this key in Riak. In the error.log and crash.log files I can see: -- [error] webmachine error: path="/riak/elists/84kZEElqXqNCLZ_ZCQcRHpTbCD5c77AREvB_K3jGcm4&quo

Re: webmachine error

2011-10-15 Thread Ryan Zezeski
still persisting for you? -Ryan [1]: http://erldocs.com/R14B02/kernel/gen_tcp.html?i=1&search=gen_tcp:rec#recv/3 On Fri, Sep 23, 2011 at 2:07 AM, raghwani sohil wrote: > Hi , > > I am using php client and I am getting following error > > webmachine error: path="/riak/log/3586

Webmachine error

2011-09-27 Thread raghwani sohil
Hi , I am using php client and I am getting following error webmachine error: path="/riak/log/3586_232_2011_ 09_17_21_30_25.html" {error,{error,{badmatch,{error,closed}}, [{webmachine_request,recv_unchunked_body,4}, {webmachine_request,do_r

webmachine error

2011-09-22 Thread raghwani sohil
Hi , I am using php client and I am getting following error webmachine error: path="/riak/log/3586_232_2011_09_17_21_30_25.html" {error,{error,{badmatch,{error,closed}}, [{webmachine_request,recv_unchunked_body,4}, {webmachine_request,do_r

Re: webmachine error

2011-01-06 Thread Rusty Klophaus
nd the entire document is indexed under a single field name.) Also, in 0.13, the raw extractor had a bug that caused it to always use a field name of "value". I believe this is the source of the webmachine error that you see. This is tracked here ( https://issues.basho.com/show_bug.cgi?id=

webmachine error

2011-01-06 Thread BOG BOG
Hello Riak Users, After a failed attempt to 'put' an object witk riakc_pb_socket api, into a bucket enabled for indexing and the retrying the same operation with erlang http client I get the following error. It seems to me that this error does not even suppose to appear here.