Re: Storage is not READY

2014-10-16 Thread Oliver, James
Huzzah! Thanks Jie!! On 10/16/14 12:29 PM, "Bill Farner" wrote: >You can all rejoice, Jie stepped up and posted a patch :-) > >https://reviews.apache.org/r/26815/ > >-=Bill > >On Thu, Oct 16, 2014 at 9:56 AM, Oliver, James >wrote: > >> +1 >> >> This bit me a while back. >> >> >> >> On 10/16/14

Re: Storage is not READY

2014-10-16 Thread Bill Farner
You can all rejoice, Jie stepped up and posted a patch :-) https://reviews.apache.org/r/26815/ -=Bill On Thu, Oct 16, 2014 at 9:56 AM, Oliver, James wrote: > +1 > > This bit me a while back. > > > > On 10/16/14 9:35 AM, "Jay Buffington" wrote: > > >We should fix this bug in Mesos: > >https://

Re: Storage is not READY

2014-10-16 Thread Oliver, James
+1 This bit me a while back. On 10/16/14 9:35 AM, "Jay Buffington" wrote: >We should fix this bug in Mesos: >https://issues.apache.org/jira/browse/MESOS-1703 > >If the error message hadn't been terrible, Joe could have easily fixed >and moved on. > >On Thu, Oct 16, 2014 at 9:32 AM, Bill Farne

Re: Storage is not READY

2014-10-16 Thread Jay Buffington
We should fix this bug in Mesos: https://issues.apache.org/jira/browse/MESOS-1703 If the error message hadn't been terrible, Joe could have easily fixed and moved on. On Thu, Oct 16, 2014 at 9:32 AM, Bill Farner wrote: > Piggy-backing on Zameer's reply: > https://github.com/apache/incubator-auro

Re: Storage is not READY

2014-10-16 Thread Joe Stein
mesos-log initialize --path="$AURORA_HOME/scheduler/db" worked :) thanks /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop ***

Re: Storage is not READY

2014-10-16 Thread Bill Farner
Piggy-backing on Zameer's reply: https://github.com/apache/incubator-aurora/blob/master/docs/deploying-aurora-scheduler.md#initializing-the-replicated-log Relevant ticket for today's doc day, https://issues.apache.org/jira/browse/AURORA-840 -=Bill On Thu, Oct 16, 2014 at 9:30 AM, Zameer Manji w

Re: Storage is not READY

2014-10-16 Thread Joshua Cohen
Hi Joe, It sounds like you haven't initialized the mesos replicated log. See the documentation here: https://github.com/apache/incubator-aurora/blob/master/docs/deploying-aurora-scheduler.md#initializing-the-replicated-log Cheers, Joshua On Thu, Oct 16, 2014 at 9:13 AM, Joe Stein wrote: > My

Re: Storage is not READY

2014-10-16 Thread Zameer Manji
Did you initialize the replicated log? On Thu, Oct 16, 2014 at 9:13 AM, Joe Stein wrote: > My build is from latest master. I only have one scheduler running. I also > see this in the log over and over (and over and over) again. Not sure it is > related. > > I1016 16:12:27.234133 26081 replica.c

Re: Storage is not READY

2014-10-16 Thread Joe Stein
My build is from latest master. I only have one scheduler running. I also see this in the log over and over (and over and over) again. Not sure it is related. I1016 16:12:27.234133 26081 replica.cpp:638] Replica in EMPTY status received a broadcasted recover request I1016 16:12:27.234256 26084 re

Re: Storage is not READY

2014-10-16 Thread Jay Buffington
This was fixed about three months ago: https://issues.apache.org/jira/browse/AURORA-584 Perhaps you're running an older version that doesn't have that commit? The tl;dr of that jira is that when you go to a scheduler that isn't the leader it should do a HTTP redirect (302?) to the leader. Jay