find() Suddenly Works on Quorum Change

2013-02-12 Thread Ian Ha
Via the Ripple client library for Ruby, we were doing a User.find() call to our riak cluster and received the following error: Riak::ProtobuffsFailedRequest: Expected success from Riak but received 0. {r_val_unsatisfied,3,0} As a guess, we changed the read quorum to 2 from 3 and left the write qu

Re: Riak Data-UI

2013-02-07 Thread Ian Ha
+1. Developing a comprehensive admin console would be great. I would add merge statistics to Chad's feature requests. Would be nice to see who how much disk space is saved during merges, which merge/threshold triggers were hit, and possible disk usage at that time. On Wed, Feb 6, 2013 at 2:21 P

Re: Riak Data-UI

2013-02-07 Thread Ian Ha
Also: Is there an ETA on Riak Control? On Thu, Feb 7, 2013 at 10:08 AM, Ian Ha wrote: > +1. > > Developing a comprehensive admin console would be great. > > I would add merge statistics to Chad's feature requests. Would be nice to > see who how much disk space is sav

Re: Riak Security on AWS.

2013-02-04 Thread Ian Ha
Yes, you can do that on AWS. In our case, we just defined a security group called 'riak', we set the inbound restrictions on that group and also tell it to only accept connections for other EC2 nodes that have the same security group. On riak node creation, we give the 'riak' security group to th

Re: Riak Security on AWS.

2013-02-01 Thread Ian Ha
We also run on AWS and we use security groups. You can restrict inbound traffic to other nodes with the same security group only. On Fri, Feb 1, 2013 at 9:32 AM, Hector Castro wrote: > Hi, > > We recently published a blog post detailing methods of deployment on AWS > [0]. > > More specifically,

Re: Riak Merge On Restarts Only

2013-01-22 Thread Ian Ha
to be reported in this command. > > Hope this answers all your questions. > > Thanks! > > > -- > Brian Sparrow > Customer Service Engineer > Basho Technologies > > On Friday, January 18, 2013 at 5:14 PM, Ian Ha wrote: > > Hi, > > In our production system,

Riak Merge On Restarts Only

2013-01-18 Thread Ian Ha
Hi, In our production system, we notice that merges are not taking place. We have noticed, however, that when we restart riak (via a 'riak stop' then a 'riak start'), then the merges are triggered and our disk usage goes way day (which is what we want). We use bitcask. Why does this happen on a r

Does changing backend configs apply to existing data?

2012-12-07 Thread Ian Ha
Hi, We have a situation where our production riak cluster is missing config information. Specifically, we are running bitcask as our backend and we did not define an expiry_secs value, meaning data lives forever (which we don't want). Question: If we changed the config and define expiry_secs, does