Re: member-status pending section

2013-09-18 Thread Thomas Stein
On Tuesday 17 September 2013 17:32:33 you wrote: Hi Thomas, host / # riak-admin member-status = Membership == Status Ring Pending Node ---

Re: Secondary indexes in ruby (using riak-ruby-client)

2013-09-18 Thread Charl Matthee
Hi, On 17 September 2013 23:43, Wagner Camarao wag...@crunchbase.com wrote: bucket.get_index 'bars_bin', 'foo' But am failing with: Zlib::DataError: incorrect header check from /Users/wagner/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/net/http/response.rb:357:in `finish' I think the Zlib

Re: Secondary indexes in ruby (using riak-ruby-client)

2013-09-18 Thread Wagner Camarao
Yeah that error wasn't helping much, and you're right - I was using bitcask, and now it's working with LevelDB. Thanks! On Tue, Sep 17, 2013 at 11:51 PM, Charl Matthee ch...@ntrippy.net wrote: Hi, On 17 September 2013 23:43, Wagner Camarao wag...@crunchbase.com wrote: bucket.get_index

Re: member-status pending section

2013-09-18 Thread Thomas Stein
On Wednesday 18 September 2013 08:38:41 Thomas Stein wrote: host / # riak-admin transfer-limit === Transfer Limit LimitNode --- 2

ring resizing feature?

2013-09-18 Thread pseudo-nyme
Dear all, After a quick glimpse at Riak, I must say I like it: DHT with masterless design and gossiping protocol, that is appealing. More than maintainability or configurability, I am interested in scalability. I have looked at the node adding process for fine scaling, but for scaling big

[no subject]

2013-09-18 Thread Markus Doppelbauer
Hello, Is there a chance to get the biggest key of a bucket or secondary index? E.g.: A bucket (or 2i) contains the keys: 10, 20, 30, 40, 50 The result should be: 50 Could this problem be solved, by quering a secondary index from back, e.g.: curl

riak-cs_1.4.1-1 Debian package

2013-09-18 Thread Sebastian Müller
Hello, I tired to install riak-cs on Debian, but installation fails due to an error in the post-install script. # dpkg -i riak-cs_1.4.1-1_amd64.deb Selecting previously unselected package riak-cs. (Reading database ... 51331 files and directories currently installed.) Unpacking riak-cs (from

Re: riak-cs_1.4.1-1 Debian package

2013-09-18 Thread Jared Morrow
Sebastian, There is no newer package. Can you tell me the following: * What debian version are you on? * What user did you run the above command on? Do they have root access? From that same user can you do this: mkdir -p /etc/riak-cs touch /etc/riak-cs/testfile echo success * If you are

503 Error

2013-09-18 Thread Wolfinger, Fred
Good morning. For the past 24 hours, I have been trying to delete some data from Riak and reingest. I am using the 2.0.1 python-riak-client (http interface) and keep getting a 503 error. I have tried restarting the nodes, everything seems to be happy. This is a 3-node virtual cluster that we

Re: Riak control on HTTP (not HTTPS)

2013-09-18 Thread Christopher Meiklejohn
On Wednesday, September 18, 2013 at 10:12 AM, Guido Medina wrote: Hi, Is it possible to have Riak control running at HTTP port on localhost? Assuming security is provided by SSH tunnels. If so what is needed to be done at app.config? I enabled Riak control but it is redirecting me to

Re: Riak control on HTTP (not HTTPS)

2013-09-18 Thread Christopher Meiklejohn
I've opened an issue for this: https://github.com/basho/riak_control/issues/156 Thanks! - Chris -- Christopher Meiklejohn Software Engineer Basho Technologies, Inc. On Wednesday, September 18, 2013 at 10:32 AM, Guido Medina wrote: Now it is working, maybe to be added to a wish list, a

Re: ring resizing feature?

2013-09-18 Thread Jordan West
Hey PN, I'm the engineer at Basho working on Ring Resizing, primarily. I've left some comments inline. On Wed, Sep 18, 2013 at 12:46 AM, pseudo-n...@laposte.net wrote: Dear all, After a quick glimpse at Riak, I must say I like it: DHT with masterless design and gossiping protocol, that is

riak control and memory usage

2013-09-18 Thread Thomas Stein
hello. I'm playing around with riak control. Nice tool. One problem i have right now. Memory Usage of the nodes is not shown. See screenshot at http://meine-oma.de/riakcontrol.png Someone has an idea whats causing this? Error logs are empty. thanks and best regards t.

ring resizing feature?

2013-09-18 Thread pseudo-nyme
Dear all, After a quick glimpse at Riak, I must say I like it: DHT with masterless design and gossiping protocol, that is appealing. More than maintainability or configurability, I am interested in scalability. I have looked at the node adding process for fine scaling, but for scaling big (over

Riak control on HTTP (not HTTPS)

2013-09-18 Thread Guido Medina
Hi, Is it possible to have Riak control running at HTTP port on localhost? Assuming security is provided by SSH tunnels. If so what is needed to be done at app.config? I enabled Riak control but it is redirecting me to HTTPS. Thanks, Guido. ___

Re: riak control and memory usage

2013-09-18 Thread Christopher Meiklejohn
On Wednesday, September 18, 2013 at 11:47 AM, Thomas Stein wrote: hello. I'm playing around with riak control. Nice tool. One problem i have right now. Memory Usage of the nodes is not shown. See screenshot at http://meine-oma.de/riakcontrol.png Someone has an idea whats causing

Re: riak control and memory usage

2013-09-18 Thread Thomas Stein
On Wednesday 18 September 2013 11:55:49 Christopher Meiklejohn wrote: On Wednesday, September 18, 2013 at 11:47 AM, Thomas Stein wrote: hello. I'm playing around with riak control. Nice tool. One problem i have right now. Memory Usage of the nodes is not shown. See screenshot at

Re:

2013-09-18 Thread Alex Moore
Hi Markus,With Riak 1.4, 2i results are sorted in ascending order. So a range query from 0 to or to 0 with a max result of 1 will always return the lowest index value. In your case you may want to store the largest key # somewhere, or if you need to find it infrequently you may

Riak CS 1.4.1 bug? InvalidAccessKeyId reported for deletion calls

2013-09-18 Thread Toby Corkindale
I've just upgraded from Riak CS 1.3.1 to 1.4.1 Using s3cmd to test a few things, I've found some odd behaviour. Creating a bucket and putting a file works just fine, eg: s3cmd mb s3://test s3cmd put README s3://test s3cmd get s3://test/README However if I try to delete a file or bucket, it

Re: Riak CS 1.4.1 bug? InvalidAccessKeyId reported for deletion calls

2013-09-18 Thread Toby Corkindale
Ah, hold on.. have just discovered that rather than it being deletion calls, it seems to just be every X calls of any sort.. sounds like one of the servers in the load-balancer pool must be misconfigured somehow, but the rest are OK. On 19/09/13 08:34, Toby Corkindale wrote: I've just

Re: 503 Error

2013-09-18 Thread Luke Bakken
Hi Fred - Did you try out curl to delete an object, rather than using the python library? Also - are you using Riak search? I'm trying to figure out some of the errors I see in the logs. If you're on Riak 1.4 or later, could you run riak-debug on each of your nodes and send me the archives that

Invalid hintfiles (was: Riak CS 1.4.1 bug? InvalidAccessKeyId reported for deletion calls)

2013-09-18 Thread Toby Corkindale
I found one Riak server was reporting a lot of errors like [error] 0.808.0 Hintfile '/var/lib/riak/bitcask/68507889249886074290797726533575766546371837952/3.bitcask.hint' invalid And the Riak CS logs contained a lot of messages about being unable to retrieve s3 user details because error:

Re: Invalid hintfiles (was: Riak CS 1.4.1 bug? InvalidAccessKeyId reported for deletion calls)

2013-09-18 Thread Luke Bakken
Hi Toby, Invalid hint files won't cause Riak to fail requests - there must have been something else happening. Hint files are used by Riak to speed start time when loading a large key set. You mentioned a load-balancer pool - are you using something like HAProxy to load-balance requests to your

Re: Invalid hintfiles

2013-09-18 Thread Toby Corkindale
On 19/09/13 11:17, Luke Bakken wrote: Hi Toby, Invalid hint files won't cause Riak to fail requests - there must have been something else happening. Hint files are used by Riak to speed start time when loading a large key set. You mentioned a load-balancer pool - are you using something like

Re: Invalid hintfiles

2013-09-18 Thread Seth Thomas
Toby,Although I haven't traced a root cause just yet I've had several reports in IRC of odd behavior when using nginx as a load balancer for Riak CS. In almost every case, removing nginx from the equation and switching to haproxy or pointing directly at the nodes in the application has resolved

Re: ring resizing feature?

2013-09-18 Thread Alexander Sicular
That's about the rights of it. As I was reading your message I did some quick math and sure enough you already put that same number down. I've heard told that the max size for any Erlang network, of which Riak is most assuredly, is 200 Erlang VM's. Extrapolating from there, considering that

Re: Invalid hintfiles

2013-09-18 Thread Toby Corkindale
Hi Andrew, Thanks for that -- so far things are looking stable after making that change. -T On 19/09/13 13:27, Andrew Stone wrote: Hi Toby, Can you try raising the pb_backlog to 128 in your riak app.config on each node. It's likely those disconnect errors are left over from the stampede of

Re: Invalid hintfiles

2013-09-18 Thread Andrew Stone
Good to hear. :) On Wed, Sep 18, 2013 at 11:52 PM, Toby Corkindale toby.corkind...@strategicdata.com.au wrote: Hi Andrew, Thanks for that -- so far things are looking stable after making that change. -T On 19/09/13 13:27, Andrew Stone wrote: Hi Toby, Can you try raising the