Re: Urgent help with a down node.

2013-07-08 Thread Andrew Berman
Bryan, What version of Erlang? You should check this out: https://github.com/basho/riak_kv/issues/411 BTW - Google is your friend, which is how I found the above issue :) --Andrew On Sun, Jul 7, 2013 at 3:01 PM, Bryan Hughes wrote: > Hi Mark, > > DOH - sorry for the lack of detail. Didnt

Re: Urgent help with a down node.

2013-07-08 Thread Todd Tyree
Hi Andrew, While that ticket says it closes the issue with R15B02, it is worth noting that our only officially supported version at this time is R15B01: http://docs.basho.com/riak/latest/tutorials/installation/Installing-Erlang/ Bryan, Can you let us know which version you are running, please?

RiakCS presigned url

2013-07-08 Thread Quentin ADAM
Hi Does someone use riakCS with pre signed url ? It's going to 404 or 403 every time I try Best regards Quentin ADAM Clever Cloud CEO +33 6 62 09 40 07 http://twitter.com/waxzce http://fr.linkedin.com/in/waxzce https://github.com/waxzce quentin_adam on skype http:

Re: Urgent help with a down node.

2013-07-08 Thread Bryan Hughes
Andrew, Thanks for the tip on how to use Google. :) But that was not my original question. I wanted to understand in more detail from the Basho folks what 2013-07-07 12:51:42 =ERROR REPORT Hintfile './data/bitcask/22835963083295358096932575511191922182123945984/3.bitcask.hint' conta

Re: RiakCS presigned url

2013-07-08 Thread Kelly McLaughlin
Hi Quentin. Are you using a packaged version and if so could you tell me what version? Also what sort of request are you attempting and what are you using to generate the pre-signed URLs? Kelly On Mon, Jul 8, 2013 at 8:42 AM, Quentin ADAM wrote: > Hi > > Does someone use riakCS with pre signed

Re: Urgent help with a down node.

2013-07-08 Thread John Caprice
Hey Bryan, This indicates a problem with the Bitcask data file. That data file, according to the second error report, was truncated. You more than likely did not experience any data loss as this would affect only a single replica, and only those contained in that data file. To be safe, you can

Re: Urgent help with a down node.

2013-07-08 Thread Bryan Hughes
Hi John, Thank you! Can you give any insight as to what is the cause of the problem, or point me to any Basho Documentation detailing this? Cheers, Bryan On 7/8/13 8:22 AM, John Caprice wrote: Hey Bryan, This indicates a problem with the Bitcask data file. That data file, according to t

Re: Urgent help with a down node.

2013-07-08 Thread John Caprice
Bryan, Anything that interrupts the writing to or closing of that file can cause this. This could be i/o errors related to the file system or the disk, a Riak crash or kill etc. If you see this happen regularly it would be an issue worth investigating. Thanks, John On Mon, Jul 8, 2013 at 8:5

Re: Riak database fails after a short period

2013-07-08 Thread Mark Phillips
Hi Kirill, Based on a *very* quick read of this email, I think the issue here is that your VM is too small. Riak needs a certain amount of memory to run and 1GB of RAM probably isn't going to cut it. If it's possible, grab three new VMs with at least 8GB of RAM and spread your cluster over those m

Re: load balance problem among riakc_pb_socket processes when get objects?

2013-07-08 Thread Wu Ray
Hi, guys, I found that the problem only appeared in some special computers. For example the problem can only be reproduced in my old MacBook(2007, MacOSX Lion) and Intel Atom computer(Intel(R) Atom(TM) CPU N2800 @ 1.86GHz, Ubuntu 12.04). I cannot reproduce it on a Desktop PC, which is Intel(R) C

changing riak-cs server hostname

2013-07-08 Thread Guy Morton
Hi guys I have a riak-cs server I've successfully got working using s3.amazonaws.com as the hostname. I'm using host files to access it form my local machine. What do I need to do to change the hostname? I want to be able to use both Amazon S3 and RiakCS, you see. regards -- Guy Morton Web De

RE: changing riak-cs server hostname

2013-07-08 Thread Guy Morton
Let me be more specific... %% Instance of Riak CS you wish to talk to. {cs_hostname, "s3.amazonaws.com" }, {cs_port, 8080 }, {cs_protocol, "http" }, %% Proxy information; necessary if you are using s3.amazonaws.com as %% your hostname. {cs_proxy_ho