Re: Bucket properties not updated

2013-10-10 Thread Jordan West
On Thu, Oct 10, 2013 at 2:09 PM, Daniel Iwan wrote: > There is no coordination between servers so concurrent update of > properties is possible. > That would certainly explain a lot. > > In my case though I'm setting allow_mult back to true so eventually that > should win? Or would propagation th

Re: Bucket properties not updated

2013-10-10 Thread Daniel Iwan
There is no coordination between servers so concurrent update of properties is possible. That would certainly explain a lot. In my case though I'm setting allow_mult back to true so eventually that should win? Or would propagation through ring potentially break that logic and allow_multi = false c

Re: Bucket properties not updated

2013-10-10 Thread Jordan West
back to true. After removing that I could not reproduce the > problem (so far). Looks like it may be related to problems Jeremiah > reported, and allow_mult getting stuck in false. Thanks for that hint. > > D. > > > > -- > View this message in context: > http://riak-us

Re: Bucket properties not updated

2013-10-10 Thread Daniel Iwan
Hi I found a place in my code where allow_mult is switched to false (during boot) and then back to true. After removing that I could not reproduce the problem (so far). Looks like it may be related to problems Jeremiah reported, and allow_mult getting stuck in false. Thanks for that hint. D.

Re: Bucket properties not updated

2013-10-10 Thread Daniel Iwan
. -- View this message in context: http://riak-users.197444.n3.nabble.com/Bucket-properties-not-updated-tp4029397p4029425.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list riak-users@lists.basho.com http

Re: Bucket properties not updated

2013-10-10 Thread Daniel Iwan
. -- View this message in context: http://riak-users.197444.n3.nabble.com/Bucket-properties-not-updated-tp4029397p4029424.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list riak-users@lists.basho.com http

Re: Bucket properties not updated

2013-10-09 Thread Daniel Iwan
rties at multiple nodes >>> simultaneously, there will be additional steps to resolve the change in >>> order for the ring to converge. If all nodes are online and reachable, the >>> change should complete very quickly (I would consider 1 second somewhat >>> slow).

Re: Bucket properties not updated

2013-10-09 Thread Jeremiah Peschka
complete very quickly (I would consider 1 second somewhat >> slow). >> >> Joe Caswell >> >> From: Daniel Iwan >> Date: Wednesday, October 9, 2013 7:39 AM >> To: "riak-users@lists.basho.com" >> Subject: Bucket properties not updated >>

Re: Bucket properties not updated

2013-10-09 Thread Daniel Iwan
in > order for the ring to converge. If all nodes are online and reachable, the > change should complete very quickly (I would consider 1 second somewhat > slow). > > Joe Caswell > > From: Daniel Iwan > Date: Wednesday, October 9, 2013 7:39 AM > To: "riak-users@li

Bucket properties not updated

2013-10-09 Thread Daniel Iwan
Hi With Java client 1.1.3 and Riak 1.3.1 I'm doing: WriteBucket wb = iclient.createBucket(BUCKET_NAME).nVal(3).allowSiblings(true); Bucket b = wb.execute(); _logger.fine("Regular bucket: " + bucket + ", allows siblings? " + bucket.getAllowSiblings()); DomainBucketBuilder