riakjs.org missing

2012-07-30 Thread Mark Boyd ソフトウェア 建築家
Does anyone know what happened to riakjs.org? I’ve been using the library but the site disappeared and hasn’t resurfaced. Mark NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, di

Re: riakjs.org missing

2012-07-30 Thread Alexander Sicular
I think it's been discontinued. Check node_riak instead I think (some more). @siculars http://siculars.posterous.com Sent from my iRotaryPhone On Jul 30, 2012, at 8:51, Mark Boyd ソフトウェア 建築家 wrote: > Does anyone know what happened to riakjs.org? I’ve been using the library but > the site disa

RE: riakjs.org missing

2012-07-30 Thread Mark Boyd ソフトウェア 建築家
Will do. Or could just rely upon http API or dig in and learn the protocol buffers protocol myself. Thanks. Mark From: Alexander Sicular [mailto:sicul...@gmail.com] Sent: Monday, July 30, 2012 8:21 AM To: Mark Boyd ソフトウェア 建築家 Cc: riak-users@lists.basho.com Subject: Re: riakjs.org missing I thin

Re: High Memory Utilization

2012-07-30 Thread Reid Draper
I'd recommend lowering some of the leveldb configuration defaults [1]. I'd start with the cache size. You'll notice that most of these settings are _per_ _vnode_, which means for your single-node cluster with 64 partitions (vnodes), the defaults are likely a bit high for 10MM values. It's also wor

Re: Java client key existence

2012-07-30 Thread Brian Roach
Hi Ukyo, The Java client is … sort of complicated at the moment :) It's got a high level interface (IRiakClient) built on a "translation" level interface (RawClient) that then has the two separate, original clients under it (HTTP and Protocol buffers). At the highest level (IRiakClient) … th

Re: High Memory Utilization

2012-07-30 Thread Antonio Ye
So I set cache_size to 8388608 or 8 MB which according to the documentation is the default but Riak still uses 4.1 GB of RAM. I loaded 20 million records this time instead of the original 10 million. Does anyone know if replicas are also cached in elevelDB? On Mon, Jul 30, 2012 at 7:49 AM, Reid D

Re: Cant remote write to riak

2012-07-30 Thread Mark Phillips
Hey David, On Thu, Jul 26, 2012 at 9:52 PM, David Montgomery wrote: > I found what the problem was. As a newbie I followed the instructions > for a basic cluster setup to the T. Then meant I did not change the > defualt {pb_ip, "127.0.0.1" }. > > Great if that would be added in the wiki to c

Riak Recap for July 17 - 30

2012-07-30 Thread Mark Phillips
Evening, Morning, Afternoon to All - Long Recap today: Q & A, blog posts, new code, production users, and more. Enjoy. Mark twitter.com/pharkmillups -- Riak Recap for July 17 - 30 1) Andrew Nelson pushed his Data-Riak code past version 1.0.

Re: Large buckets with Secondary Index

2012-07-30 Thread Matthew Tovbin
Yousuf, Thanks for the update! Did you try to reproduce with 1.2.X? -Matthew On Sun, Jul 1, 2012 at 1:08 PM, Mik Quinlan wrote: > Hi, do the LevelDB buffer size settings write_buffer_size_min and > write_buffer_size_max make a different to point 7? > > > __