Re: rebar_riak_core question

2012-01-13 Thread Jeff Thompson
Hey Joel, Glad to hear you got things working! Cheers! Jeff On Fri, Jan 13, 2012 at 6:11 PM, Joel Meyer wrote: > Thanks for the response, Jeff. I switched to the multinode template, which > generates a reltool.config and has the right lines in it, so things are > working now. I'm also lookin

Re: rebar_riak_core question

2012-01-13 Thread Joel Meyer
Thanks for the response, Jeff. I switched to the multinode template, which generates a reltool.config and has the right lines in it, so things are working now. I'm also looking through the reltool docs and reading the relevant sections in "Erlang and OTP in Action". I probably should've done that l

Re: Keep Crashing

2012-01-13 Thread kser
After i increase the limit to 4096000, i seems to be still crashing with the same kind of log. ANy idea? I also had count how mnay bitcask file i had, is around 2500 only. Russell Brown-2 wrote > > Hi, > > This line in your log suggests that your hitting the limit for open file > handles. > >>

Riak Recap for January 11 - 12

2012-01-13 Thread Mark Phillips
Morning, Afternoon Evening To All - For today's Recap: events, new code, videos, and more. Enjoy. Have a great weekend. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups --- Riak Recap for January 11 - 12 ===

Re: rebar_riak_core question

2012-01-13 Thread Jeff Thompson
Hey Joel, I can't speak to which templates to use, but the error you are seeing is happening because you have a line with {boot_rel, "freqserver"} but no corresponding {rel, "freqserver", "x.x.x", []} release configuration.'' Again, I apologize that I don't have a full answer to the questions you

Re: enabling riak control?

2012-01-13 Thread Dick Davies
Ah, ok - the github project gave me the impression you could bolt it into 1.0.2. Have built a ring using HEAD and it's working now, thanks. On 13 January 2012 15:00, Jeffrey Massung wrote: > Riak Control will only work within master and/or Riak 1.1+. There are > changes within riak_core for riak_

Re: enabling riak control?

2012-01-13 Thread Jeffrey Massung
Riak Control will only work within master and/or Riak 1.1+. There are changes within riak_core for riak_control. Control might compile just fine (and better! ;-)), but much tof the functionality it would need doesn't exist in prior versions. -- Jeffrey Massung Software Engineer j...@basho.com

Re: documents disappear from riak search index

2012-01-13 Thread Ryan Zezeski
Francisco, This is a tricky one indeed. If I'm following your thus far you: 1. In November you had an incident with the cluster but re-saved all docs to repopulate the index, things were good 2. Then in Dec you compared a mapred vs. search query, you didn't get expected results, re-saved docs a

Re: Luwak EOL

2012-01-13 Thread Mikhail Sobolev
Hi Dave, On Thu, Jan 12, 2012 at 01:53:46PM -0700, David Smith wrote: > [a description of the problems/reasons] > > Hope that helps, Yes, it does. Thank you very much. -- Misha signature.asc Description: Digital signature ___ riak-users mailing list

RIAK, RAID, Redundancy and Raccoons

2012-01-13 Thread Sam R
(not actually raccoons but I wanted a fourth R) We have (not yet, but we will soon) 4 servers with 24x1TB raw data drives (OS on ssd). These servers will be providing static object storage (specifically, photos). Performance isn't important since all the data will be stored by a CDN sitting in fro

enabling riak control?

2012-01-13 Thread Dick Davies
Have tried shoehorning this into a 1.0.2 . The github docs seem to assume you already know how to extend risk, and I don't. Even without a t-shirt bribe :) am still curious what I'm missing here. https listener is up, but I don't have anything under /admin (and riak have got rebar to build the ri