Cluster rebalancing

2014-07-02 Thread Chaim Solomon
Hi, I'm running a 2.0.0b cluster (small) and have been running out of space on one node. I had expected that adding a node would lead to freeing up of space on other nodes - but it's not working too fast. I would suggest to add to RIAK a way to have the distribution algorithm take free space into

Re: Python 2.6 support?

2014-07-02 Thread Sean Cribbs
Thank you all for your input. We have been able to resolve the most egregious problems on 2.6 for now and will be maintaining compatibility at least through the next release cycle. On Wed, Jul 2, 2014 at 5:53 PM, Mark Allen wrote: > Late to the party, but a bunch of our servers are stuck at pyt

Re: CS: Query path for storage/access statistics appears wrong?

2014-07-02 Thread Toby Corkindale
On 3 July 2014 01:57, Hector Castro wrote: > Hey Toby, > > Are you authenticating the request that uses query string parameters? Hi Hector, In both cases I am authenticating the request, using the AWS header method. I noted that I needed to only do the auth hash based on the path, not the query p

Re: CS: Query path for storage/access statistics appears wrong?

2014-07-02 Thread Toby Corkindale
Hi Kelly, I've submitted this as issue: https://github.com/basho/riak_cs/issues/909 Thanks, Toby On 3 July 2014 01:40, Kelly McLaughlin wrote: > Toby, > > I checked on this and you are correct that it is a bug. The query parameters > for the usage API requests are omitted during the URL processin

Re: Riak returning no objects when an object should exist

2014-07-02 Thread Thomas Santero
Hi Alain, Im only speculating here, but id wager to say that this isn't the same key always, but rather multiple different keys that you know to exist? If that's the case it's possible that with notfound_ok: true sometimes Riak will return a not found if a vnode in the preflist responds back w

Riak returning no objects when an object should exist

2014-07-02 Thread Alain Rodriguez
Hi all, We are seeing a situation where reading a key that is known to exist returns no value. The bucket properties are as follows: {"props":{"allow_mult":false,"basic_quorum":false,"big_vclock":50,"chash_keyfun":{"mod":"riak_core_util","fun":"chash_std_keyfun"},"dw":"quorum","last_write_wins":t

Re: Python 2.6 support?

2014-07-02 Thread Mark Allen
Late to the party, but a bunch of our servers are stuck at python 2.6 (debian squeeze), so please don't drop support for it. Thank you. Mark On Wednesday, June 25, 2014 2:10 PM, Sean Cribbs wrote: In the process of developing the Python client for 2.0 features, we're running into issues

SSL Configuration for Riak-CS

2014-07-02 Thread Igor Birman
Hi, I am struggling getting SSL working with Riak-CS.  I can add SSL settings to the config, but s3cmd does not let me connect using a proxy.  If I turn off the proxy configuration and add s3.amazonaws.com to my hosts file, it tries to access Riak-CS over port 443.  I tried connecting using S3

Re: CS: Query path for storage/access statistics appears wrong?

2014-07-02 Thread Hector Castro
Hey Toby, Are you authenticating the request that uses query string parameters? -- Hector On Wed, Jul 2, 2014 at 1:23 AM, Toby Corkindale wrote: > Hi, > Maybe I'm doing something wrong, but I find I can only access the Riak > CS storage/access information per-user by using the s3-compatible >

Re: CS: Query path for storage/access statistics appears wrong?

2014-07-02 Thread Kelly McLaughlin
Toby, I checked on this and you are correct that it is a bug. The query parameters for the usage API requests are omitted during the URL processing step. This leads to the not_requested return you are seeing because when the usage request is processed after the URL processing step the indicator

Re: Riak ram issues

2014-07-02 Thread Tom Santero
Hi Chriz, Your object sizes are two orders of magnitude too large for Riak to handle, which is why your nodes are running out of memory and crashing. Either limit the size of the objects you're persisting to Riak to be no larger than 2-3 megs, or instead investigate using Riak CS ( http://docs.bas

Riak ram issues

2014-07-02 Thread chriz newbie
Hi all, I have some problems with my Riak cluster. Using a Post on a Node for loading data my memory starts to increase and suddenly after short time riak crashes. My storage backend is leveldb and the post command is curl -i -X POST http://localhost:8098/riak/documents/m1 -H "Content-Type: text/p