Riak key size estimation

2014-09-03 Thread Guido Medina
Hi, Is there a way to estimate the size of a Riak Key using Riak Java client 1.4.x, say from an instance of IRiakObject? An approximation would be OK, I can probably get the Json's string and check its length but then there are 4 sizes to take into account right? 1. The Json string length.

Re: repair-2i stops with "bad argument in call to eleveldb:async_write"

2014-09-03 Thread Effenberg, Simon
I changed now in the code the timeout from 5 to 60mins on one node.. after 23mins the repair-2i was able to continue: 2014-09-03 12:58:06.913 UTC [info] <0.10345.8>@riak_kv_2i_aae:repair_partition:257 Acquired lock on partition 548063113999088594326381812268606132370974703616 2014-09-03 12:58:06

Re: Packagecloud.io

2014-09-03 Thread Jared Morrow
Alex, If you want to use apt to install Riak, then packagecloud.io is what you need to do since we are not updating our [apt|yum].basho.com repos moving forward. We need to update our documentation, so I'll get on that right away. Right now an upgrade is available for Riak (2.0.0 rather than rc1

Merge error in bitcask data store

2014-09-03 Thread Lucas Grijander
Hi. I am new in the list, so i don't know if this is the right place to open this thread. Our riak cluster is composed by 4 nodes. The O.S is Ubuntu 14.04 and the version of riak is 2.0.0 We are getting a lot of errors in the logs of ours riak nodes. The errors are like this: 2014-09-03 13:05:

Re: [ANN] Riak 2.0.0

2014-09-03 Thread Alain Rodriguez
Very exciting news! Can't wait to start playing with it. > El Sep 2, 2014, a las 10:30 PM, Alex De la rosa > escribió: > > Awesome! Thank you very much! > > Alex > > >> On Tue, Sep 2, 2014 at 11:53 PM, Alexander Sicular >> wrote: >> Congrats to the whole Basho team. Great achievement! -Ale

Re: Logical Export/Cluster Migration

2014-09-03 Thread Dmitri Zagidulin
Mark, What version Riak are you trying to export from? On Tue, Sep 2, 2014 at 1:07 PM, Mark Rechler wrote: > Hello All, > > What would be the best tool for moving data from one riak cluster to > another? > > To give some context, we needed to change the ring_creation_size and > build out a new

Re: Merge error in bitcask data store

2014-09-03 Thread Engel Sanchez
Hi Lucas. Unfortunately, you have hit a bug in the Bitcask backend that we overlooked. The attached beam file is a patched version of the backend code that should resolve the issue for you. To use it, stop each node, then place riak_kv_bitcask_backend.beam in your basho-patches directory, then re

AW: repair-2i stops with "bad argument in call to eleveldb:async_write"

2014-09-03 Thread Effenberg, Simon
The repair worked.. Total 2 items scanned: 12961170 Total tree objects: 9258332 Total objects fixed: 538423 So it seems that it had to fix a lot. But shouldn't this be impossible with AAE enabled? Von Samsung Mobile gesendet Ursprüngliche Nachricht Von: "Effenberg, Simon" D

Re: Merge error in bitcask data store

2014-09-03 Thread Engel Sanchez
Bringing this back to the mailing list: A new patch was required to fix the Bitcask merge problems seen by Lucas. Here it is. Again, it can be loaded by placing it in the basho-patches directory and stopping then starting the node again. It could also be loaded without a restart by issuing the lo

Re: Merge error in bitcask data store

2014-09-03 Thread Tom Santero
Hi Engel, Thanks for the speedy patch and bringing this back to the list. I see you already created an issue on GitHub [0] and tagged it with the 2.0.1 milestone. Can we expect a 2.0.1 release forthcoming? I was planning on upgrading Riak today to 2.0, but since I use Bticask I'm affected by this

Riak Python Client 2.1 (for Riak 2.0) Released

2014-09-03 Thread Sean Cribbs
Hi Riak Users, Hot on the heels of the Riak 2.0.0 release, we've just released the official Python Client to PyPi [1]. This package has support for Riak 2.0.0 features including security, data types, Search 2.0 (Yokozuna), and bucket types. Up-to-date API documentation with examples and explanatio

Retrieve keys on bucket by timestamp

2014-09-03 Thread tele
Hi All, Is there any way i can retrieve from a bucket the keys that last change N minutes ago for example. If possible cis there a way to do it with riak-python-client? Or the only way is to add a timestamp index in the bucket and update in case of changes, so that i will be able to query that in

Re: [ANN] Riak 2.0.0

2014-09-03 Thread tele
Already playing with it :) Congratz for all the hard work :tele On Wed, 3 Sep 2014 09:02:55 -0700 Alain Rodriguez wrote: > Very exciting news! Can't wait to start playing with it. > > > El Sep 2, 2014, a las 10:30 PM, Alex De la rosa > > escribió: > > > > Awesome! Thank you very much! > >