Build failed in Jenkins: Aurora #532

2014-09-04 Thread Apache Jenkins Server
See Changes: [mchucarroll] Fix output formatting error in "job status". -- [...truncated 1098 lines...] PASSED src/test/python/apache/aurora/client/cli/test_diff.py::TestDiffCommand::test_diff_invalid_conf

[GitHub] incubator-aurora pull request: Add information about log initialis...

2014-09-04 Thread wfarner
Github user wfarner commented on the pull request: https://github.com/apache/incubator-aurora/pull/13#issuecomment-54522584 +1, thanks for pitching in! As Jay mentioned - we don't have a good way to deal with pull requests right now. We'd love to give you credit in our commit histor

Build failed in Jenkins: Aurora #533

2014-09-04 Thread Apache Jenkins Server
See Changes: [wfarner] Upgrade to latest in jetty 7.x series. -- [...truncated 1120 lines...] PASSED src/test/python/apache/aurora/client/cli/test_diff.py::TestDiffCommand::test_diff_invalid_config Error

Re: Build failed in Jenkins: Aurora #533

2014-09-04 Thread Bill Farner
This was the previous commit. Filed https://issues.apache.org/jira/browse/AURORA-684 -=Bill On Thu, Sep 4, 2014 at 12:01 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [wfarner] Upgrade to latest in jetty

Build failed in Jenkins: Aurora #534

2014-09-04 Thread Apache Jenkins Server
See Changes: [wfarner] Specify required vagrant version in Vagrantfile. -- [...truncated 1097 lines...] PASSED src/test/python/apache/aurora/client/cli/test_diff.py::TestDiffCommand::test_diff_invalid_conf

Re: Build failed in Jenkins: Aurora #533

2014-09-04 Thread Mark Chu-Carroll
Working on fixing it. It's a time-zone issue: Jenkins build is using GMT, my laptop is using EST, which creates a different timestamp in the output. Dammit. On Thu, Sep 4, 2014 at 3:07 PM, Bill Farner wrote: > This was the previous commit. Filed > https://issues.apache.org/jira/browse/AURORA-

Build failed in Jenkins: Aurora #535

2014-09-04 Thread Apache Jenkins Server
See Changes: [mchucarroll] Fix build failure caused by timezone issue in tests. -- [...truncated 6905 lines...] src/test/python/apache/aurora/config/test_base.py::test_binding PASSED src/test/python/apache

Re: Build failed in Jenkins: Aurora #535

2014-09-04 Thread Mark Chu-Carroll
Heads up: This is no longer the issue with my test. On Thu, Sep 4, 2014 at 4:19 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [mchucarroll] Fix build failure caused by timezone issue in tests. > >

Re: Build failed in Jenkins: Aurora #535

2014-09-04 Thread Bill Farner
This is https://issues.apache.org/jira/browse/AURORA-682 -=Bill On Thu, Sep 4, 2014 at 1:20 PM, Mark Chu-Carroll wrote: > Heads up: This is no longer the issue with my test. > > > > On Thu, Sep 4, 2014 at 4:19 PM, Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > >> See

Having trouble running the scheduler locally in intellij?

2014-09-04 Thread Bill Farner
Symptom: you tried running LocalSchedulerMain in intellij and the process fails complaining about bad command line arguments Fix: enable annotation processors in intellij settings: [image: Inline image 1] This is needed because the command line args system in the scheduler uses an annotation pro

Re: Having trouble running the scheduler locally in intellij?

2014-09-04 Thread Alexius Ludeman
you've included no image with your email. On Thu, Sep 4, 2014 at 2:29 PM, Bill Farner wrote: > Symptom: you tried running LocalSchedulerMain in intellij and the process > fails complaining about bad command line arguments > > Fix: enable annotation processors in intellij settings: > > [image: I

Unable to assign Jira issue to myself?

2014-09-04 Thread Joshua Cohen
Anyone know if I need to get a permission in Jira in order to do this? Thanks! Joshua

Re: Having trouble running the scheduler locally in intellij?

2014-09-04 Thread Kevin Sweeney
I think this is what he was trying to attach: [image: Inline image 1] On Thu, Sep 4, 2014 at 3:47 PM, Alexius Ludeman wrote: > you've included no image with your email. > > > On Thu, Sep 4, 2014 at 2:29 PM, Bill Farner wrote: > > > Symptom: you tried running LocalSchedulerMain in intellij and

Re: Having trouble running the scheduler locally in intellij?

2014-09-04 Thread Kevin Sweeney
[image: Inline image 1] On Thu, Sep 4, 2014 at 3:47 PM, Alexius Ludeman wrote: > you've included no image with your email. > > > On Thu, Sep 4, 2014 at 2:29 PM, Bill Farner wrote: > > > Symptom: you tried running LocalSchedulerMain in intellij and the process > > fails complaining about bad co

Re: Unable to assign Jira issue to myself?

2014-09-04 Thread Zameer Manji
I think Chris Lambert needs to give you some some sort of extra permission. On Thu, Sep 4, 2014 at 3:58 PM, Joshua Cohen wrote: > Anyone know if I need to get a permission in Jira in order to do this? > > Thanks! > > Joshua > -- Zameer Manji

Re: Unable to assign Jira issue to myself?

2014-09-04 Thread Bill Farner
Zameer is right, you needed to be included in the contributors list on the jira project. I've added you, please report back if you're still stuck! -=Bill On Thu, Sep 4, 2014 at 4:11 PM, Zameer Manji wrote: > I think Chris Lambert needs to give you some some sort of extra permission. > > > On

Re: Having trouble running the scheduler locally in intellij?

2014-09-04 Thread Bill Farner
In case the various attachment approaches didn't work for anyone, here's text instructions: File > Settings > Compiler > Annotation Processors Make sure to tick "Enable annotation processing" -=Bill On Thu, Sep 4, 2014 at 4:05 PM, Kevin Sweeney wrote: > Hmm apparently that didn't work. Attac

Re: Unable to assign Jira issue to myself?

2014-09-04 Thread Joshua Cohen
Wonderful, all better. Thanks! On Thu, Sep 4, 2014 at 4:31 PM, Bill Farner wrote: > Zameer is right, you needed to be included in the contributors list on the > jira project. I've added you, please report back if you're still stuck! > > -=Bill > > > On Thu, Sep 4, 2014 at 4:11 PM, Zameer Manj

Removing default 'rack' constraint

2014-09-04 Thread Zameer Manji
Hey, A current flaw with Aurora is that it will automatically inject a rack limit constraint of 1 into a task's scheduling constraints even if the job was submitted without any constraints [1]. This means that Aurora needs all Mesos slaves to have a 'rack' attribute, so it can satisfy this schedul

Re: Removing default 'rack' constraint

2014-09-04 Thread Bill Farner
FWIW the same goes for the 'host' constraint and attribute. -=Bill On Thu, Sep 4, 2014 at 4:54 PM, Zameer Manji wrote: > Hey, > > A current flaw with Aurora is that it will automatically inject a rack > limit constraint of 1 into a task's scheduling constraints even if the job > was submitted

Re: Removing default 'rack' constraint

2014-09-04 Thread Jay Buffington
I'm not sure it should be removed, but I've also found this very confusing. Also, it's only applied for jobs that have service=True production=True. At a minimum we need to get it documented. Jay On Thu, Sep 4, 2014 at 5:01 PM, Bill Farner wrote: > FWIW the same goes for the 'host' constraint