Merge times.

2011-07-06 Thread Misha Gorodnitzky
iry_secs set available. Typically our bitcask data dir takes up 62GB-72GB per node (~2.5GB per part.), although after restarting and the subsequent merge we're seeing this drop to ~32GB per node (~1.1GB per part.). -- Misha Gorodnitzky | Senior Application Developer | Mobile Interactive

Protocol Buffer Timeouts

2010-07-30 Thread Misha Gorodnitzky
Hello all, We're doing some load testing using Riak erlang protocol buffers interface and are running into timeouts. From the looks of it, the timeouts are coming from the gen_server:calls in riakc_pb_socket.erl which don't specify a timeout, meaning that they timeout after 5 seconds and we lose a

Re: Running multiple Riak instances.

2010-07-25 Thread Misha Gorodnitzky
e will need to have a unique name configured. > > Grant Schofield > Developer Advocate > Basho Technologies, Inc. > > > On Jul 25, 2010, at 9:00 AM, Misha Gorodnitzky wrote: > >> Hi all, >> >> I'm trying to run multiple instances of Riak on my server wit

Running multiple Riak instances.

2010-07-25 Thread Misha Gorodnitzky
Hi all, I'm trying to run multiple instances of Riak on my server with the goal to run both the staging environment and eventually the production environment on the same server (I only have one for this project). This is an Ubuntu server and if at all possible I'd prefer not to build Riak from sou

Re: Conflict Resolution

2010-07-15 Thread Misha Gorodnitzky
n Sheehy wrote: > On Wed, Jul 14, 2010 at 5:25 AM, Misha Gorodnitzky wrote: > >> I don't suppose there are any examples anywhere of how people have >> approached conflict resolution with RIak? That would be useful to help >> people understand how to approach it ... maybe a

Re: Conflict Resolution

2010-07-14 Thread Misha Gorodnitzky
Hi Justin, On 13 July 2010 18:20, Justin Sheehy wrote: > > On Tue, Jul 13, 2010 at 1:06 PM, Misha Gorodnitzky wrote: > >> From doing a little testing, the last value in a multipart document is >> the first, so "Thursday" in this case, can we assume that this wil

Conflict Resolution

2010-07-13 Thread Misha Gorodnitzky
Hello all, We're trying to sort out a conflict resolution strategy and are wondering if we can rely on the order of the conflicted values in a document for it. So for example, for a given document we might end up with the values: [ "Wednesday", "Tuesday", "Thursday" ] >From doing a little test