Java Client update vs store

2015-02-03 Thread Cosmin Marginean
I have an edge case where consistency is favoured over availability so I’m using a "consistent": true bucket type for a very specific operation. I worked in testing my setup so ended up faking an entire failure by deliberately using an incorrect vClock. Using StoreValue, the (second) write fails

Re: Build otp_src_R16B02-basho5 on Heroku

2015-02-03 Thread Christopher Meiklejohn
> On Feb 3, 2015, at 7:45 AM, Corentin Jechoux > wrote: > > Hello, > > I try to build Basho's Erlang version on Heroku server. > > The commands used are > ./configure > make > > However I face an issue : > > cd lib && \ > ERL_TOP=/app/otp_src_R16B02-basho5 > PATH=/app/otp_src_R1

Build otp_src_R16B02-basho5 on Heroku

2015-02-03 Thread Corentin Jechoux
Hello, I try to build Basho's Erlang version on Heroku server. The commands used are ./configure make However I face an issue : cd lib && \ ERL_TOP=/app/otp_src_R16B02-basho5 PATH=/app/otp_src_R16B02-basho5/bootstrap/bin:"${PATH}" \ make opt SECONDARY_BOOTSTRAP=true ma

Re: Single node cluster

2015-02-03 Thread Russell Brown
On 3 Feb 2015 19:12, Miroslav Urbanek wrote: > > Hello, > > I know it is recommended to have at least 5 nodes in a Riak > cluster. However, for development purposes, I want to set up a single > node cluster and achieve its maximum performance. I use buckets > without siblings and Riak Search.

Single node cluster

2015-02-03 Thread Miroslav Urbanek
Hello, I know it is recommended to have at least 5 nodes in a Riak cluster. However, for development purposes, I want to set up a single node cluster and achieve its maximum performance. I use buckets without siblings and Riak Search. What are good configuration options in this scenario? So far, I