Re: anti_entropy_expire

2014-01-03 Thread Edgar Veiga
By the way, I think that the number of repaired key is pretty high. 2014-01-03 06:33:42.857 [info] <0.31440.2586>@riak_kv_exchange_fsm:key_exchange:206 Repaired 1491787 keys during active anti-entropy exchange of {468137243207554840987117797979434404733540892672,3} between {4738462339783786805113

multiple clusters on the same hosts

2014-01-03 Thread Patrick Tuckey
Has anyone had experience running multiple clusters on the same host(s)? We have two distinct data sets that we'd like to keep in riak, but one of them is more experimental, so we'd like to run them as separate clusters. That being said, it would be preferable to use the same hardware if we can.

Re: multiple clusters on the same hosts

2014-01-03 Thread Kartik Thakore
Vagrant (https://github.com/basho/vagrant-riak-cluster) will probably be not so great for performance but you won't notice that until you need too (map reduce will suck). Once your cluster needs grow, migrating your nodes to physical boxes shouldn't be hard. Consider and uneven split on 2 boxes (3/

Riak Java Client v2.0 core preview

2014-01-03 Thread Brian Roach
Greetings Riak Users! With Riak v2.0 in pre-release there have been some interest in a client that can exercise the new features (specifically, CRDTs). We're not quite done with the user level API, but the core of the new Java client is to a point to where it can be used to do so. The master bra