Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-03-03 Thread Brian Wickman

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review36050
---

Ship it!


Ship It!

- Brian Wickman


On Feb. 28, 2014, 11:21 p.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 28, 2014, 11:21 p.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> vagrant destroy -f
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> vagrant ssh devtools -c 'cd aurora; ./pants 
> src/test/python/apache/aurora/executor:executor-large'
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-28 Thread Kevin Sweeney

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/
---

(Updated Feb. 28, 2014, 3:21 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Changes
---

Update testing done per Brian's feedback.


Bugs: AURORA-240
https://issues.apache.org/jira/browse/AURORA-240


Repository: aurora


Description
---

Upgrade mesos to 0.17.0

Moves to using non-deprecated methods and calls the new mesos-log --initialize 
command before starting up the scheduler.


Diffs
-

  3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
  build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
  docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
  examples/scheduler/scheduler-local.sh 
e1e394e5259686f30dc14856a455abf6197a26b0 
  examples/vagrant/provision-aurora-scheduler.sh 
894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
  examples/vagrant/provision-dev-environment.sh 
7fc11bf523a054f6d068cf676e87bb043d854a25 
  examples/vagrant/provision-mesos-master.sh 
6e8a923b829b6665751cf81353d89467fdd28da5 
  examples/vagrant/provision-mesos-slave.sh 
ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
  src/main/java/org/apache/aurora/scheduler/Driver.java 
7af8721cc3d9a743605909eba3ada66c0dca592a 
  src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
  src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
7a91ab8d9437ba465018fb9dc221d68174178534 

Diff: https://reviews.apache.org/r/18580/diff/


Testing (updated)
---

./build-support/jenkins/build.sh
vagrant destroy -f
./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
vagrant ssh devtools -c 'cd aurora; ./pants 
src/test/python/apache/aurora/executor:executor-large'


Thanks,

Kevin Sweeney



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-28 Thread Kevin Sweeney

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/
---

(Updated Feb. 28, 2014, 3:21 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Changes
---

Bill's feedback.


Bugs: AURORA-240
https://issues.apache.org/jira/browse/AURORA-240


Repository: aurora


Description
---

Upgrade mesos to 0.17.0

Moves to using non-deprecated methods and calls the new mesos-log --initialize 
command before starting up the scheduler.


Diffs (updated)
-

  3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
  build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
  docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
  examples/scheduler/scheduler-local.sh 
e1e394e5259686f30dc14856a455abf6197a26b0 
  examples/vagrant/provision-aurora-scheduler.sh 
894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
  examples/vagrant/provision-dev-environment.sh 
7fc11bf523a054f6d068cf676e87bb043d854a25 
  examples/vagrant/provision-mesos-master.sh 
6e8a923b829b6665751cf81353d89467fdd28da5 
  examples/vagrant/provision-mesos-slave.sh 
ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
  src/main/java/org/apache/aurora/scheduler/Driver.java 
7af8721cc3d9a743605909eba3ada66c0dca592a 
  src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
  src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
7a91ab8d9437ba465018fb9dc221d68174178534 

Diff: https://reviews.apache.org/r/18580/diff/


Testing
---

./build-support/jenkins/build.sh
./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh


Thanks,

Kevin Sweeney



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-28 Thread Jake Farrell


> On Feb. 28, 2014, 3 a.m., Bill Farner wrote:
> > examples/vagrant/provision-aurora-scheduler.sh, line 95
> > 
> >
> > Mind elaborating a bit on why this is necessary?
> 
> Kevin Sweeney wrote:
> Sure, updated.

created AURORA-243 to track and remove this on our side


- Jake


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review35758
---


On Feb. 28, 2014, 2:31 a.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 28, 2014, 2:31 a.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-28 Thread Kevin Sweeney


> On Feb. 27, 2014, 7 p.m., Bill Farner wrote:
> > src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java, 
> > line 46
> > 
> >
> > I forget — can this go directly on the deprecated method to limit scope?

It can't unfortunately. And marking the overrides as @Deprecated requires an 
@deprecated javadoc string else checkstyle fails.


> On Feb. 27, 2014, 7 p.m., Bill Farner wrote:
> > examples/vagrant/provision-aurora-scheduler.sh, line 95
> > 
> >
> > Mind elaborating a bit on why this is necessary?

Sure, updated.


- Kevin


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review35758
---


On Feb. 27, 2014, 6:31 p.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 27, 2014, 6:31 p.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-28 Thread Kevin Sweeney


> On Feb. 28, 2014, 11:08 a.m., Brian Wickman wrote:
> > have you run the executor:long tests?

Are those skipped by CI?


- Kevin


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review35819
---


On Feb. 27, 2014, 6:31 p.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 27, 2014, 6:31 p.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-28 Thread Brian Wickman

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review35819
---


have you run the executor:long tests?

- Brian Wickman


On Feb. 28, 2014, 2:31 a.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 28, 2014, 2:31 a.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-27 Thread Bill Farner

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review35758
---

Ship it!



examples/vagrant/provision-aurora-scheduler.sh


Mind elaborating a bit on why this is necessary?



src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java


I forget — can this go directly on the deprecated method to limit scope?


- Bill Farner


On Feb. 28, 2014, 2:31 a.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 28, 2014, 2:31 a.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-27 Thread Kevin Sweeney

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/#review35754
---


Since there's a substantial change from the initial subject I'll wait for 
another shipit.

- Kevin Sweeney


On Feb. 27, 2014, 6:31 p.m., Kevin Sweeney wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18580/
> ---
> 
> (Updated Feb. 27, 2014, 6:31 p.m.)
> 
> 
> Review request for Aurora, Bill Farner and Brian Wickman.
> 
> 
> Bugs: AURORA-240
> https://issues.apache.org/jira/browse/AURORA-240
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> Upgrade mesos to 0.17.0
> 
> Moves to using non-deprecated methods and calls the new mesos-log 
> --initialize command before starting up the scheduler.
> 
> 
> Diffs
> -
> 
>   3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
>   build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
>   docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
>   examples/scheduler/scheduler-local.sh 
> e1e394e5259686f30dc14856a455abf6197a26b0 
>   examples/vagrant/provision-aurora-scheduler.sh 
> 894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
>   examples/vagrant/provision-dev-environment.sh 
> 7fc11bf523a054f6d068cf676e87bb043d854a25 
>   examples/vagrant/provision-mesos-master.sh 
> 6e8a923b829b6665751cf81353d89467fdd28da5 
>   examples/vagrant/provision-mesos-slave.sh 
> ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
>   src/main/java/org/apache/aurora/scheduler/Driver.java 
> 7af8721cc3d9a743605909eba3ada66c0dca592a 
>   src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
> e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
>   src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
> 7a91ab8d9437ba465018fb9dc221d68174178534 
> 
> Diff: https://reviews.apache.org/r/18580/diff/
> 
> 
> Testing
> ---
> 
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>



Re: Review Request 18580: Upgrade mesos to 0.17.0

2014-02-27 Thread Kevin Sweeney

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18580/
---

(Updated Feb. 27, 2014, 6:31 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Summary (updated)
-

Upgrade mesos to 0.17.0


Bugs: AURORA-240
https://issues.apache.org/jira/browse/AURORA-240


Repository: aurora


Description (updated)
---

Upgrade mesos to 0.17.0

Moves to using non-deprecated methods and calls the new mesos-log --initialize 
command before starting up the scheduler.


Diffs (updated)
-

  3rdparty/python/BUILD 2c7646ced42a4215267291f566726a46e41575d9 
  build.gradle e5cd831f7e742a7911994c6cbe23122f90aae313 
  docs/deploying-aurora-scheduler.md 1718f8923ae33e3cac6f88fa54cef582e2f2342c 
  examples/scheduler/scheduler-local.sh 
e1e394e5259686f30dc14856a455abf6197a26b0 
  examples/vagrant/provision-aurora-scheduler.sh 
894a4d20a9084c7eb6bc3acf70d7c45d0052ca8d 
  examples/vagrant/provision-dev-environment.sh 
7fc11bf523a054f6d068cf676e87bb043d854a25 
  examples/vagrant/provision-mesos-master.sh 
6e8a923b829b6665751cf81353d89467fdd28da5 
  examples/vagrant/provision-mesos-slave.sh 
ef9180e40ac714d12d412c3e705b2e4dbad42ca2 
  src/main/java/org/apache/aurora/scheduler/Driver.java 
7af8721cc3d9a743605909eba3ada66c0dca592a 
  src/main/java/org/apache/aurora/scheduler/local/FakeDriverFactory.java 
e5d13e0b2cbcb89cfb24d934e27515fa9a4c885e 
  src/test/java/org/apache/aurora/scheduler/MesosSchedulerImplTest.java 
7a91ab8d9437ba465018fb9dc221d68174178534 

Diff: https://reviews.apache.org/r/18580/diff/


Testing
---

./build-support/jenkins/build.sh
./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh


Thanks,

Kevin Sweeney