Re: Whole cluster times out if one node is gone

2010-11-27 Thread Sean Cribbs
1) Riak detects node outage the same way any Erlang system does - when a message fails to deliver, or the heartbeat maintained by epmd fails. The default timeout in epmd is 1 minute, which is probably why you're seeing it take 1 minute to be detected. 2) If it takes too long (the vnode is overl

Re: Whole cluster times out if one node is gone

2010-11-27 Thread Jay Adkisson
Neville, I'm not sure how you mean. The network gear is all functional, otherwise I wouldn't be able to interact with the machines at all (they're at our colo). But as far as I understand, if I hard reboot a box (or, in a real-world scenario, the pdu fails), the switch will happily continue forwa

Re: Error installing riak from source on OS X

2010-11-27 Thread Jonah Crawford
I was able to get riak to compile. Uninstalled all things riak related from brew and used the source found here - https://wiki.basho.com/display/RIAK/Installing+Riak+from+Source - Thanks for the help! On Nov 27, 2010, at 7:41 AM, Jeremiah Peschka wrote: > If you pull from github using the inst

Re: Error installing riak from source on OS X

2010-11-27 Thread Jeremiah Peschka
If you pull from github using the instructions here, it doesn't require the mercurial repository. I can only say that with any confidence because I just pulled it down the source and tried it out. I do recall running into this

Re: Error installing riak from source on OS X

2010-11-27 Thread David Smith
On Fri, Nov 26, 2010 at 11:47 PM, Jonah Crawford wrote: > Hi I've been able to get riak funning using brew but getting some glitches > with client code so I decided to install from source to see if it helps any. > Here is the error I'm getting: The root question here is "how did you install Erl

Re: Error installing riak from source on OS X

2010-11-27 Thread Alexander Sicular
I believe you need to have mercurial installed. I think rebar looks for it even though the primary repos are in git now. -Alexander On Nov 27, 2010, at 10:16 AM, Jeremiah Peschka wrote: > Did you pull down the riak sources by cloning the github repo or did you just > download from somewhere?

Re: Error installing riak from source on OS X

2010-11-27 Thread Jeremiah Peschka
Did you pull down the riak sources by cloning the github repo or did you just download from somewhere? Jeremiah Peschka SQL Server MVP MCITP: Database Developer, DBA 614.515.0727 On Nov 27, 2010 1:47 AM, "Jonah Crawford" wrote: > Hi I've been able to get riak funning using brew but getting some g