riak client

2015-01-15 Thread Ildar Alishev
Hello everyone. Would like to ask is there any riak clients like phpmyadmin for mysql db? I mean i’d like to have an easy web faced (with frontend) client is there any Than you! Ildar. ___ riak-users mailing list riak-users@lists.basho.com

list of bucketa

2015-01-15 Thread Ildar Alishev
Hello everyone. I have created list of buckets so just wanted to check if they were created. What command should i use? Thank you! Ildar. ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_list

Re: Rick CS MethodNotAllowed

2015-01-15 Thread Lee Sylvester
Thank you, that gives me something to go on. I’ll take a look and will let you know if it leads to a fix :-) Regards, Lee > On 15 Jan 2015, at 06:29, Toby Corkindale wrote: > > I'm going to take a punt that you're using the wrong domain name. > Eg. you've told riak to use, say, s3.internal a

Re: riak client

2015-01-15 Thread Ciprian Manea
Hi Ildar, We have a web GUI for riak called reckon [0] While not in active development, it's a good starting point to browse your riak data. Please note that Rekon should NOT be used on a production cluster! [1] https://github.com/basho/rekon Regards, Ciprian On Thu, Jan 15, 2015 at 11:07 AM

Re: Rick CS MethodNotAllowed

2015-01-15 Thread Lee Sylvester
Thank you, Toby, that was exactly it. I was originally hitting the correct domain, but was getting 500 errors. I swapped to hitting the IP while adjusting Riak CS to see if I could get it to work, when I stopped getting 500 errors and started getting more meaningful errors. I guess I should h

Re: riak client

2015-01-15 Thread Ildar Alishev
Thank you! Ildar > 15 янв. 2015 г., в 15:55, Ciprian Manea написал(а): > > Hi Ildar, > > We have a web GUI for riak called reckon [0] > > While not in active development, it's a good starting point to browse your > riak data. > > Please note that Rekon should NOT be used on a production clu

Re: Using apache as a reverse proxy

2015-01-15 Thread Fred Grim
So actually yeah and the problem was the same. However if I hit riak directly then there is no issue. Are there http settings for riak that cause the streaming behavior to change when being proxied? F On 1/14/15, 10:31 PM, "Toby Corkindale" wrote: >Just a thought, but have you tried to replica

Re: list of bucketa

2015-01-15 Thread Alexander Sicular
Hi Ildar, Would you expound on "created"? Buckets are namespaces in Riak and, in the general case, do not need to be "created". When you write a key to "users/jon" the "users" bucket is created. You can also list buckets in Riak, but it's generally not something you would do in production[1]. That

Re: Using apache as a reverse proxy

2015-01-15 Thread Fred Grim
The more I look at this the more I am thinking there is something busted in riak or webmachine (I am using riak 1.4.10). The issue seems to be impervious to apache settings or haproxy settings and going through the source there doesn¹t seem to be many knobs to turn to adjust chunked responses. Goog

Re: Using apache as a reverse proxy

2015-01-15 Thread Luke Bakken
Most reverse proxies have a timeout for data being sent from the server. If this query takes a long time to run when not using the proxy, I suggest investigating increasing timeout values. -- Luke Bakken Engineer lbak...@basho.com On Thu, Jan 15, 2015 at 12:01 PM, Fred Grim wrote: > The more I l

Re: Using apache as a reverse proxy

2015-01-15 Thread Fred Grim
So it does not take much time. Less then a second. Here is a little bit more data. So it looks like (after increasing the buffer windows on both linux hosts) I get the first connection to fully complete. And then it looks like riak stops responding to new requests. I increased the backlog for we

Re: Using apache as a reverse proxy

2015-01-15 Thread Fred Grim
So this is really for the Googles. The problem turned out to be my code (isn’t it always) and a misuse of an edge triggered epoll loop. Sorry for all the line noise list. Fred On 1/15/15, 2:06 PM, "Luke Bakken" wrote: >Most reverse proxies have a timeout for data being sent from the >server.