strange behavior upgrading from riak-java-client 1.0.5 -> 1.0.6

2012-12-26 Thread Dietrich Featherston
I had rolled out an upgrade to a JVM app that uses rjc 1.0.5. We had upgraded to 1.0.6 to take advantage of newly added abilities to do a put without preceding it with a fetch in order to reduce operational load on the cluster. However, after rolling out this change we frequently see large rises in

Re: Installing Riak on Ubuntu Server.

2012-12-26 Thread Sean Carey
Follow the instructions for Precise Pangolin. Sean Carey @densone On Wednesday, December 26, 2012 at 16:13, Kevin Burton wrote: > I was following the instructions on > http://docs.basho.com/riak/1.2.1/tutorials/installation/Installing-on-Debian-and-Ubuntu/ > but it seem to differentiate bet

Installing Riak on Ubuntu Server.

2012-12-26 Thread Kevin Burton
I was following the instructions on http://docs.basho.com/riak/1.2.1/tutorials/installation/Installing-on-Debian -and-Ubuntu/ but it seem to differentiate between different versions of Ubuntu. I only know that I have a Ubuntu Server 12.04.1 LTS. Which of the installation steps should I pick? Th

Re: dealing with duplicate values in riak

2012-12-26 Thread Sean Cribbs
If you use some hash function of the "post" attribute as the key of the object, then even if the key is written multiple times, there will be no duplicate (because the content maps directly to the key, this is also called "content-addressable"). If you need some other key-scheme, external synchroni

dealing with duplicate values in riak

2012-12-26 Thread idmartin
Im thinking about switching a project to riak. Whats the best way to deal with duplicate strings in riak. I will have a bucket of obj's with one being a "post" like attribute ( small-med-large string ). What the best way of avoiding adding duplicates into the bucket based on this key? -- View t