You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Bill Farner <wf...@apache.org> on 2015/02/02 19:10:12 UTC

Re: Review Request 30467: Update mesos lib to 0.21.1

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

(Updated Feb. 2, 2015, 6:10 p.m.)


Review request for Aurora and Kevin Sweeney.


Changes
-------

updated to fix centos7 build deps.  native eggs are now posted, still blocked by MESOS-2310 though.


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


Repository: aurora


Description
-------

This is needed to take advantage of the task reconciliation API and new status update fields.


Diffs (updated)
-----

  3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
  build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
  build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
  docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
  examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 

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


Testing
-------

This is blocked by https://issues.apache.org/jira/browse/MESOS-2310


Thanks,

Bill Farner


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Bill Farner <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review70881
-----------------------------------------------------------


@ReviewBot retry

- Bill Farner


On Feb. 2, 2015, 6:10 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2015, 6:10 p.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> This is blocked by https://issues.apache.org/jira/browse/MESOS-2310
> 
> 
> Thanks,
> 
> Bill Farner
> 
>


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Aurora ReviewBot <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review70593
-----------------------------------------------------------


Master (9233abd) is red with this patch.
  ./build-support/jenkins/build.sh

:buildSrc:compileJava UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build

BUILD SUCCESSFUL

Total time: 3 mins 44.917 secs
+ export PIP_DEFAULT_TIMEOUT=60
+ PIP_DEFAULT_TIMEOUT=60
+ mkdir -p third_party
+ pip install -d third_party -r /dev/fd/63
++ grep -v mesos.native 3rdparty/python/requirements.txt
Downloading/unpacking bottle==0.11.6 (from -r /dev/fd/63 (line 1))
  Saved ./third_party/bottle-0.11.6-py2.py3-none-any.whl
Downloading/unpacking CherryPy==3.6.0 (from -r /dev/fd/63 (line 2))
  Saved ./third_party/CherryPy-3.6.0.tar.gz
  Running setup.py (path:/tmp/user/2396/pip_build_jenkins/CherryPy/setup.py) egg_info for package CherryPy
    
Downloading/unpacking mako==0.4.0 (from -r /dev/fd/63 (line 3))
  Saved ./third_party/Mako-0.4.0.tar.gz
  Running setup.py (path:/tmp/user/2396/pip_build_jenkins/mako/setup.py) egg_info for package mako
    
    warning: no files found matching '*.xml' under directory 'examples'
    warning: no files found matching '*.mako' under directory 'examples'
    warning: no files found matching 'ez_setup.py'
    no previously-included directories found matching 'doc/build/output'
Downloading/unpacking mesos.interface==0.21.1 (from -r /dev/fd/63 (line 4))
  Could not find a version that satisfies the requirement mesos.interface==0.21.1 (from -r /dev/fd/63 (line 4)) (from versions: 0.20.0, 0.20.1, 0.21.0)
  Some externally hosted files were ignored (use --allow-external to allow).
Cleaning up...
No distributions matching the version for mesos.interface==0.21.1 (from -r /dev/fd/63 (line 4))
Storing debug log for failure in /home/jenkins/.pip/pip.log


I will refresh this build result if you post a review containing "@ReviewBot retry"

- Aurora ReviewBot


On Feb. 2, 2015, 6:10 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2015, 6:10 p.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> This is blocked by https://issues.apache.org/jira/browse/MESOS-2310
> 
> 
> Thanks,
> 
> Bill Farner
> 
>


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Kevin Sweeney <ke...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review70592
-----------------------------------------------------------


I'll hold off on reviewing this until it's possible to build.

- Kevin Sweeney


On Feb. 2, 2015, 10:10 a.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2015, 10:10 a.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> This is blocked by https://issues.apache.org/jira/browse/MESOS-2310
> 
> 
> Thanks,
> 
> Bill Farner
> 
>


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Aurora ReviewBot <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review71096
-----------------------------------------------------------

Ship it!


Master (b49e1a0) is green with this patch.
  ./build-support/jenkins/build.sh

I will refresh this build result if you post a review containing "@ReviewBot retry"

- Aurora ReviewBot


On Feb. 4, 2015, 11:35 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 4, 2015, 11:35 p.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle 8cec4a78d8de6fd98986b9507c67a416e70735f8 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
>   examples/vagrant/upstart/aurora-scheduler.conf b31e735cd76204e226447dca7dbd3c8ee13cf56e 
>   examples/vagrant/upstart/mesos-master.conf 23d457b7adac79b75b790535b43082b55356d60f 
>   examples/vagrant/upstart/mesos-slave.conf e00c9fa096d497593e4d6b423e5c69ec0c1b964a 
>   src/test/sh/org/apache/aurora/e2e/http/http_example.aurora 4e98929da19a2515d0c4de59dac9018531ef47c9 
>   src/test/sh/org/apache/aurora/e2e/http/http_example_docker_updated.aurora 20f604bc775e93dd2324468b768a73a8626a3a64 
>   src/test/sh/org/apache/aurora/e2e/http/http_example_updated.aurora 98f5c47ca601bdd629114dd13c5c0e2dd60188ec 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> End-to-end tests pass.
> 
> 
> Thanks,
> 
> Bill Farner
> 
>


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Bill Farner <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/
-----------------------------------------------------------

(Updated Feb. 4, 2015, 11:35 p.m.)


Review request for Aurora and Kevin Sweeney.


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


Repository: aurora


Description
-------

This is needed to take advantage of the task reconciliation API and new status update fields.


Diffs (updated)
-----

  3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
  build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
  build.gradle 8cec4a78d8de6fd98986b9507c67a416e70735f8 
  docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
  examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
  examples/vagrant/upstart/aurora-scheduler.conf b31e735cd76204e226447dca7dbd3c8ee13cf56e 
  examples/vagrant/upstart/mesos-master.conf 23d457b7adac79b75b790535b43082b55356d60f 
  examples/vagrant/upstart/mesos-slave.conf e00c9fa096d497593e4d6b423e5c69ec0c1b964a 
  src/test/sh/org/apache/aurora/e2e/http/http_example.aurora 4e98929da19a2515d0c4de59dac9018531ef47c9 
  src/test/sh/org/apache/aurora/e2e/http/http_example_docker_updated.aurora 20f604bc775e93dd2324468b768a73a8626a3a64 
  src/test/sh/org/apache/aurora/e2e/http/http_example_updated.aurora 98f5c47ca601bdd629114dd13c5c0e2dd60188ec 

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


Testing (updated)
-------

End-to-end tests pass.


Thanks,

Bill Farner


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Aurora ReviewBot <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review70926
-----------------------------------------------------------

Ship it!


Master (8bcb2ba) is green with this patch.
  ./build-support/jenkins/build.sh

I will refresh this build result if you post a review containing "@ReviewBot retry"

- Aurora ReviewBot


On Feb. 4, 2015, 5:24 a.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 4, 2015, 5:24 a.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle 8cec4a78d8de6fd98986b9507c67a416e70735f8 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
>   examples/vagrant/upstart/aurora-scheduler.conf b31e735cd76204e226447dca7dbd3c8ee13cf56e 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> TODO(wfarner): I still need to verify that end-to-end tests pass.
> 
> 
> Thanks,
> 
> Bill Farner
> 
>


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Bill Farner <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/
-----------------------------------------------------------

(Updated Feb. 4, 2015, 5:24 a.m.)


Review request for Aurora and Kevin Sweeney.


Changes
-------

This diff makes progress.  It turns out that mesosphere's latest deb installs libmesos.so under /usr/lib rather than /usr/local/lib.  The patch adjusts for that, but IMHO this is a regression on the deb.  Anybody else have an opinion on that?


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


Repository: aurora


Description
-------

This is needed to take advantage of the task reconciliation API and new status update fields.


Diffs (updated)
-----

  3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
  build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
  build.gradle 8cec4a78d8de6fd98986b9507c67a416e70735f8 
  docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
  examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
  examples/vagrant/upstart/aurora-scheduler.conf b31e735cd76204e226447dca7dbd3c8ee13cf56e 

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


Testing (updated)
-------

TODO(wfarner): I still need to verify that end-to-end tests pass.


Thanks,

Bill Farner


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Kevin Sweeney <ke...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review70893
-----------------------------------------------------------

Ship it!


LGTM pending a successful end-to-end test.

- Kevin Sweeney


On Feb. 3, 2015, 5:42 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 3, 2015, 5:42 p.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Bill Farner
> 
>


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Bill Farner <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/
-----------------------------------------------------------

(Updated Feb. 4, 2015, 1:42 a.m.)


Review request for Aurora and Kevin Sweeney.


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


Repository: aurora


Description
-------

This is needed to take advantage of the task reconciliation API and new status update fields.


Diffs
-----

  3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
  build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
  build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
  docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
  examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 

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


Testing (updated)
-------


Thanks,

Bill Farner


Re: Review Request 30467: Update mesos lib to 0.21.1

Posted by Aurora ReviewBot <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30467/#review70889
-----------------------------------------------------------

Ship it!


Master (2742120) is green with this patch.
  ./build-support/jenkins/build.sh

I will refresh this build result if you post a review containing "@ReviewBot retry"

- Aurora ReviewBot


On Feb. 2, 2015, 6:10 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30467/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2015, 6:10 p.m.)
> 
> 
> Review request for Aurora and Kevin Sweeney.
> 
> 
> Bugs: AURORA-1080
>     https://issues.apache.org/jira/browse/AURORA-1080
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This is needed to take advantage of the task reconciliation API and new status update fields.
> 
> 
> Diffs
> -----
> 
>   3rdparty/python/requirements.txt 0c88e4c299ffe5886bb3ab7d83b0187cb4b7888a 
>   build-support/python/make-mesos-native-egg 2cba8ede04e22aee1e6ec5c979161904a6f8fddb 
>   build.gradle f9f71a84493b782e9f6072e44e89a2c017cf2a09 
>   docs/deploying-aurora-scheduler.md 9bf5b5a92bf65b31b2f8fda102003b113f61186a 
>   examples/vagrant/provision-dev-cluster.sh fa0de88314169bc9fe31aaf41126cedd0865ed5a 
> 
> Diff: https://reviews.apache.org/r/30467/diff/
> 
> 
> Testing
> -------
> 
> This is blocked by https://issues.apache.org/jira/browse/MESOS-2310
> 
> 
> Thanks,
> 
> Bill Farner
> 
>