Re: changing bucket default settings

2011-09-01 Thread Giancarlo Frison
Thank you so much. The snippet contains an error, but now it's working n_val=1. Thank you for the help to all, Giancarlo Frison On Thu, Sep 1, 2011 at 5:47 PM, Jonathan Langevin < jlange...@loomlearning.com> wrote: > Appears you have the props in the wrong location. > Haven't tested, but try

Re: changing bucket default settings

2011-09-01 Thread Jonathan Langevin
Appears you have the props in the wrong location. Haven't tested, but try this: https://gist.github.com/1186453 * Jonathan Langevin Systems Administrator Loom Inc. Wilmington, NC: (910) 241-0433 - jlange...@loomlearning.com - www.loomlearning.com - Skype: intel352

Re: changing bucket default settings

2011-09-01 Thread Giancarlo Frison
Sure, I've just added the default_bucket_props to the default app.config https://gist.github.com/1186421 Giancarlo Frison On Thu, Sep 1, 2011 at 5:21 PM, Dan Reverri wrote: > What does your app.config file look like? Can you provide a pastie/gist of > it? > > Thanks, > Dan > > Daniel Reverri

Re: changing bucket default settings

2011-09-01 Thread Dan Reverri
What does your app.config file look like? Can you provide a pastie/gist of it? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Sep 1, 2011 at 7:48 AM, Giancarlo Frison wrote: > Hi Alexander, > > I shutdown riak, delete data/ folder, add default se

Re: changing bucket default settings

2011-09-01 Thread Giancarlo Frison
Hi Alexander, I shutdown riak, delete data/ folder, add default settings entity on app.config, finally started riak. I assumed that deleting data/ folder erase everything, isn't it? Thanks, Giancarlo Frison On Thu, Sep 1, 2011 at 4:21 PM, Alexander Sicular wrote: > Did you write to test bef

Re: changing bucket default settings

2011-09-01 Thread Jonathan Langevin
If you wrote to the test bucket, prior to changing your n_val, then the n_val property was stored to the bucket at that time.* Jonathan Langevin Systems Administrator Loom Inc. Wilmington, NC: (910) 241-0433 - jlange...@loomlearning.com - www.loomlearning.com - Sky

Re: changing bucket default settings

2011-09-01 Thread Alexander Sicular
Did you write to test before you changed the default? @siculars http://siculars.posterous.com Sent from my rotary phone. On Sep 1, 2011 9:51 AM, "Giancarlo Frison" wrote: > Hi Sean, > > I setup only default_bucket_props. no custom buckets settings. > > any hints? > > Thanks! > > Giancarlo Frison

Re: changing bucket default settings

2011-09-01 Thread Giancarlo Frison
Hi Sean, I setup only default_bucket_props. no custom buckets settings. any hints? Thanks! Giancarlo Frison On Thu, Sep 1, 2011 at 2:24 PM, Sean Cribbs wrote: > Giancarlo, > > Did you set a bucket property on the 'test' bucket before setting the > defaults? If so, then the defaults at that

Re: changing bucket default settings

2011-09-01 Thread Sean Cribbs
Giancarlo, Did you set a bucket property on the 'test' bucket before setting the defaults? If so, then the defaults at that time got merged with the property you set and stored in the ring state, making the new default props have no effect on them. On Thu, Sep 1, 2011 at 4:02 AM, Giancarlo Frison