Re: my cluster spontaneously loses a node after ~48hrs

2015-05-12 Thread Jason Golubock
Bryan- thanks for this tip, i probably wouldn't have suspected ulimit. It's been 4 days now since my last restart, which i've never reached before. so i'm cautious to say that the problem has gone away. i suspect this progress is due to some library updates we performed on the hosts. it turns

Re: No WM route

2015-05-12 Thread Charlie Voiselle
This error is usually caused when `admin.listener` is configured in riak-cs.conf. Either remove that line from the configuration file, or use that IP and port for your create user request. Please let me know if that helps you out Charlie Voiselle Basho Client Services On Apr 23, 2015 8:46 AM, "A

Re: Java client 1.1.4 and headOnly() in domain buckets

2015-05-12 Thread Daniel Iwan
We are using official 1.1.4 which is the latest recommended with Riak 1.3 we have installed. Upgrade to Riak 1.4 is not possible at the moment. D. -- View this message in context: http://riak-users.197444.n3.nabble.com/Java-client-1-1-4-and-headOnly-in-domain-buckets-tp4033042p4033048.html Sen

Re: No WM route

2015-05-12 Thread Bryan Hunt
Hi Amit. Did you resolve your issue? On 23 Apr 2015 16:46, "Amit Anand" wrote: > Hi all Im very new to Riak CS so please bear with me! Finally managed to > get Riak, Riak CS and Stanchion all running and now Im trying to add the > admin user. When I run my curl command I get nothing back and in t

Re: my cluster spontaneously loses a node after ~48hrs

2015-05-12 Thread Bryan Hunt
Also ensure ulimit is set according to the recommendations on docs.basho.com. ulimit set too low is a common cause of node termination. On 5 May 2015 21:23, "Jason Golubock" wrote: > > Scott - thanks for the response, > yes i've used all those tools at one point, but i'm not sure > exactly what i

Re: Java client 1.1.4 and headOnly() in domain buckets

2015-05-12 Thread Bryan Hunt
Hi Daniel, do you have reasons not to upgrade to the latest driver. I know the semantics have changed somewhat. Are you running a fork of the client? Bryan On 12 May 2015 00:40, "Daniel Iwan" wrote: > Hi all > > Am I right thinking that v1.1.4 does not support headOnly() on domain > buckets? > >

Re: How to retrieve an image from Riak using UGameDB

2015-05-12 Thread Bryan Hunt
Didn't realise Chris and Christopher had already replied to this. On 12 May 2015 13:25, "Bryan Hunt" wrote: > Hi Syed. I can't comment upon UGameDB but generally speaking you will need > to set a content-type header indicating the mime type. For a JPEG image > that type would be image/jpeg for a

Re: How to retrieve an image from Riak using UGameDB

2015-05-12 Thread Bryan Hunt
Hi Syed. I can't comment upon UGameDB but generally speaking you will need to set a content-type header indicating the mime type. For a JPEG image that type would be image/jpeg for a PNG it would be image/png. Riak just regards data as opaque blobs so it is probably defaulting to text/plain. Take a