SV: Latency

2012-04-27 Thread Jens Rantil
Hi Alek, I think someone else is more suited to answer the question about why it is in this particular order. My guess is that, in general, an insert will not do any read, an read will have to consolidate reads from multiple (R) machines and an update will perform a read and then a write. Howev

Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-27 Thread claudef
Dear colleagues, Trying to install the RIAK package under a SUSE SLES 11 SP11 Version S390. I've downloaded the .tar.gz install file from the BASHO site. First I've installed the Erlang package with the --with-ssl option and recompiled the openssl package with the "shared" option, as requested

Re: Upgrade to 1.1.2 problems

2012-04-27 Thread Phil Sorber
Joe, Confirmed that was the problem. Made that change and the rolling upgrade went smoothly. Thanks for your help! On Thu, Apr 26, 2012 at 10:18 AM, Phil Sorber wrote: > Joe, > > I think you hit the nail on the head. We install from your released > deb's, but we deploy via chef and have the conf

RE: preflist_exhausted error

2012-04-27 Thread Sati, Mohit
Hello All, After creating the index for all keys: Index creation: curl -X PUT -H "Content-Type: application/json" \ -H "x-riak-index-day_int: 20110723" \ http://localhost:8098/riak/tagg_dsquery/ -d "" Index Verfication: === curl http://localhost:8098/buckets

Re: Riak Core EDocs

2012-04-27 Thread Mark Phillips
On Thu, Apr 19, 2012 at 3:37 PM, Jordan West wrote: > We are beginning to use Riak Core and I noticed there are no edocs for the > project (or perhaps I just couldn't find them?). While its only one or two > engineers working on the project this is not a big issue but as we get more > eyes on it

Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-27 Thread Kelly McLaughlin
Hi Claude. Most git servers use port 9418. If you are able to open that port on your firewall it should work. Alternatively if you look for files in the riak directory and its subdirectories called 'rebar.config' and edit those and change the git urls to be "http://..."; instead of "git://..." t

Riak Recap for April 24 - 26

2012-04-27 Thread Mark Phillips
Evening, Morning, Afternoon to All - Huge Recap from the last few days: blog posts, slide decks, new code, and more. Have a great weekend. Mark twitter.com/pharkmillups --- Riak Recap for April 24 - 27 = 1) Today's Recap is dedicated to John

Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-27 Thread Jared Morrow
Claude, The issue is not in the rebar.config file for eleveldb, but in a file that fetches the original C++ source for leveldb. To fix your issue, simply unpack the riak source as you already did then: $ cd deps/eleveldb And then make the following changes to 'c_src/build_deps.sh': --- c_sr

Re: Intermittent MapReduce crashes (reserve_vm)

2012-04-27 Thread Brian Conway
Any ideas? Using JS for MapReduce, I'm currently unable to do anything except trivial tasks without these crashes, so I must be doing something wrong. I'm fine with slow results (it is virtualized on commodity hardware, after all), but intermittent VM errors don't seem right. Thanks in advance. Br