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
> 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
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
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.
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