Re: Waiting for 'backend' bucket property to take effect

2011-06-10 Thread Greg Nelson
Ok, cool. Makes sense, thanks for the confirmation. I'm toying with an idea of patching Riak to hard-code the backend for certain buckets. (A custom patch just for our needs, not general-purpose.) Along the lines of, "If the bucket name starts with foo_, use backend foo". Then those buckets don

Re: Waiting for 'backend' bucket property to take effect

2011-06-10 Thread Sean Cribbs
Greg, Yes, it is most likely gossip lag causing that. For your test cluster you could decrease the gossip_interval setting in riak_core from its default of 6 ms to something smaller. There has long been talk of moving the bucket properties out of the ring into something like a "system buc

Waiting for 'backend' bucket property to take effect

2011-06-09 Thread Greg Nelson
Hello, I have been debugging something I've seen popping up intermittently when running my application's functional tests against Riak (local 5 node devrel cluster). The behavior is basically that sometimes an object which was PUT will seemingly disappear. Any future GETs will 404. Even if wait