You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Till Toenshoff <to...@me.com> on 2015/12/08 01:04:50 UTC

Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1.

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

Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.


Repository: mesos


Description
-------

Copied missing feature updates to v1 from include/mesos/mesos.proto.

This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).


Diffs
-----

  include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 

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


Testing
-------

For achieving this, the following was done within the tagged 0.26.0-rc3:

`diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
`diff include/mesos/executor.proto include/mesos/v1/executor.proto`
`diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`

These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.

The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
https://reviews.apache.org/r/31915
https://reviews.apache.org/r/38253
https://reviews.apache.org/r/38367

Parity on message definitions that are not purely slave related should now be achieved by this RR.


Thanks,

Till Toenshoff


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.

Posted by Till Toenshoff <to...@me.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41060/
-----------------------------------------------------------

(Updated Dec. 8, 2015, 2:23 a.m.)


Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.


Repository: mesos


Description
-------

Copied missing feature updates to v1 from include/mesos/mesos.proto.

This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).


Diffs (updated)
-----

  include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 

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


Testing
-------

For achieving this, the following was done within the tagged 0.26.0-rc3:

`diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
`diff include/mesos/executor.proto include/mesos/v1/executor.proto`
`diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`

These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.

The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
https://reviews.apache.org/r/31915
https://reviews.apache.org/r/38253
https://reviews.apache.org/r/38367

Parity on message definitions that are not purely slave related should now be achieved by this RR.

We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091

make check (on OSX)


Thanks,

Till Toenshoff


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.

Posted by Till Toenshoff <to...@me.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41060/
-----------------------------------------------------------

(Updated Dec. 8, 2015, 2:06 a.m.)


Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.


Summary (updated)
-----------------

Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.


Repository: mesos


Description
-------

Copied missing feature updates to v1 from include/mesos/mesos.proto.

This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).


Diffs (updated)
-----

  include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 

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


Testing
-------

For achieving this, the following was done within the tagged 0.26.0-rc3:

`diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
`diff include/mesos/executor.proto include/mesos/v1/executor.proto`
`diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`

These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.

The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
https://reviews.apache.org/r/31915
https://reviews.apache.org/r/38253
https://reviews.apache.org/r/38367

Parity on message definitions that are not purely slave related should now be achieved by this RR.

We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091

make check (on OSX)


Thanks,

Till Toenshoff


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.

Posted by Till Toenshoff <to...@me.com>.

> On Dec. 8, 2015, 1 a.m., Michael Park wrote:
> > include/mesos/v1/mesos.proto, lines 1507-1508
> > <https://reviews.apache.org/r/41060/diff/1/?file=1155455#file1155455line1507>
> >
> >     It looks like we're also missing this from `include/mesos/mesos.proto`?
> >     ```
> >     1510     // The name of volume driver plugin.
> >     1511     optional string volume_driver = 7;
> >     ```
> 
> Till Toenshoff wrote:
>     That one was brought in by commit fc7e25d8c05ee3c226e4d45819c047009ddd71c0, which is RR https://reviews.apache.org/r/38338, backed by https://issues.apache.org/jira/browse/MESOS-3392.
>     
>     It got in after the release-cut, so it is not a problem for 0.26.0 but following releases.
>     
>     Will drop this issue for this one as it was marked as based on 0.26.0-rc3 but add a new RR which is a complete fix for the current master.
> 
> Till Toenshoff wrote:
>     See https://reviews.apache.org/r/41070/

Actually, scratch 41070 - that partity is brought in by https://reviews.apache.org/r/40888


- Till


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


On Dec. 8, 2015, 2:23 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41060/
> -----------------------------------------------------------
> 
> (Updated Dec. 8, 2015, 2:23 a.m.)
> 
> 
> Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Copied missing feature updates to v1 from include/mesos/mesos.proto.
> 
> This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).
> 
> 
> Diffs
> -----
> 
>   include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 
> 
> Diff: https://reviews.apache.org/r/41060/diff/
> 
> 
> Testing
> -------
> 
> For achieving this, the following was done within the tagged 0.26.0-rc3:
> 
> `diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
> `diff include/mesos/executor.proto include/mesos/v1/executor.proto`
> `diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`
> 
> These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.
> 
> The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
> https://reviews.apache.org/r/31915
> https://reviews.apache.org/r/38253
> https://reviews.apache.org/r/38367
> 
> Parity on message definitions that are not purely slave related should now be achieved by this RR.
> 
> We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091
> 
> make check (on OSX)
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.

Posted by Michael Park <mp...@apache.org>.

> On Dec. 8, 2015, 1 a.m., Michael Park wrote:
> > include/mesos/v1/mesos.proto, lines 1507-1508
> > <https://reviews.apache.org/r/41060/diff/1/?file=1155455#file1155455line1507>
> >
> >     It looks like we're also missing this from `include/mesos/mesos.proto`?
> >     ```
> >     1510     // The name of volume driver plugin.
> >     1511     optional string volume_driver = 7;
> >     ```
> 
> Till Toenshoff wrote:
>     That one was brought in by commit fc7e25d8c05ee3c226e4d45819c047009ddd71c0, which is RR https://reviews.apache.org/r/38338, backed by https://issues.apache.org/jira/browse/MESOS-3392.
>     
>     It got in after the release-cut, so it is not a problem for 0.26.0 but following releases.
>     
>     Will drop this issue for this one as it was marked as based on 0.26.0-rc3 but add a new RR which is a complete fix for the current master.
> 
> Till Toenshoff wrote:
>     See https://reviews.apache.org/r/41070/
> 
> Till Toenshoff wrote:
>     Actually, scratch 41070 - that partity is brought in by https://reviews.apache.org/r/40888

Saw that. Thank you!


- Michael


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


On Dec. 8, 2015, 2:23 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41060/
> -----------------------------------------------------------
> 
> (Updated Dec. 8, 2015, 2:23 a.m.)
> 
> 
> Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Copied missing feature updates to v1 from include/mesos/mesos.proto.
> 
> This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).
> 
> 
> Diffs
> -----
> 
>   include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 
> 
> Diff: https://reviews.apache.org/r/41060/diff/
> 
> 
> Testing
> -------
> 
> For achieving this, the following was done within the tagged 0.26.0-rc3:
> 
> `diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
> `diff include/mesos/executor.proto include/mesos/v1/executor.proto`
> `diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`
> 
> These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.
> 
> The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
> https://reviews.apache.org/r/31915
> https://reviews.apache.org/r/38253
> https://reviews.apache.org/r/38367
> 
> Parity on message definitions that are not purely slave related should now be achieved by this RR.
> 
> We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091
> 
> make check (on OSX)
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.

Posted by Till Toenshoff <to...@me.com>.

> On Dec. 8, 2015, 1 a.m., Michael Park wrote:
> > include/mesos/v1/mesos.proto, lines 1507-1508
> > <https://reviews.apache.org/r/41060/diff/1/?file=1155455#file1155455line1507>
> >
> >     It looks like we're also missing this from `include/mesos/mesos.proto`?
> >     ```
> >     1510     // The name of volume driver plugin.
> >     1511     optional string volume_driver = 7;
> >     ```
> 
> Till Toenshoff wrote:
>     That one was brought in by commit fc7e25d8c05ee3c226e4d45819c047009ddd71c0, which is RR https://reviews.apache.org/r/38338, backed by https://issues.apache.org/jira/browse/MESOS-3392.
>     
>     It got in after the release-cut, so it is not a problem for 0.26.0 but following releases.
>     
>     Will drop this issue for this one as it was marked as based on 0.26.0-rc3 but add a new RR which is a complete fix for the current master.

See https://reviews.apache.org/r/41070/


- Till


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


On Dec. 8, 2015, 2:06 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41060/
> -----------------------------------------------------------
> 
> (Updated Dec. 8, 2015, 2:06 a.m.)
> 
> 
> Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Copied missing feature updates to v1 from include/mesos/mesos.proto.
> 
> This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).
> 
> 
> Diffs
> -----
> 
>   include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 
> 
> Diff: https://reviews.apache.org/r/41060/diff/
> 
> 
> Testing
> -------
> 
> For achieving this, the following was done within the tagged 0.26.0-rc3:
> 
> `diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
> `diff include/mesos/executor.proto include/mesos/v1/executor.proto`
> `diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`
> 
> These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.
> 
> The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
> https://reviews.apache.org/r/31915
> https://reviews.apache.org/r/38253
> https://reviews.apache.org/r/38367
> 
> Parity on message definitions that are not purely slave related should now be achieved by this RR.
> 
> We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091
> 
> make check (on OSX)
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1.

Posted by Till Toenshoff <to...@me.com>.

> On Dec. 8, 2015, 1 a.m., Michael Park wrote:
> > include/mesos/v1/mesos.proto, lines 1507-1508
> > <https://reviews.apache.org/r/41060/diff/1/?file=1155455#file1155455line1507>
> >
> >     It looks like we're also missing this from `include/mesos/mesos.proto`?
> >     ```
> >     1510     // The name of volume driver plugin.
> >     1511     optional string volume_driver = 7;
> >     ```

That one was brought in by commit fc7e25d8c05ee3c226e4d45819c047009ddd71c0, which is RR https://reviews.apache.org/r/38338, backed by https://issues.apache.org/jira/browse/MESOS-3392.

It got in after the release-cut, so it is not a problem for 0.26.0 but following releases.

Will drop this issue for this one as it was marked as based on 0.26.0-rc3 but add a new RR which is a complete fix for the current master.


- Till


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


On Dec. 8, 2015, 12:47 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41060/
> -----------------------------------------------------------
> 
> (Updated Dec. 8, 2015, 12:47 a.m.)
> 
> 
> Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Copied missing feature updates to v1 from include/mesos/mesos.proto.
> 
> This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).
> 
> 
> Diffs
> -----
> 
>   include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 
> 
> Diff: https://reviews.apache.org/r/41060/diff/
> 
> 
> Testing
> -------
> 
> For achieving this, the following was done within the tagged 0.26.0-rc3:
> 
> `diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
> `diff include/mesos/executor.proto include/mesos/v1/executor.proto`
> `diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`
> 
> These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.
> 
> The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
> https://reviews.apache.org/r/31915
> https://reviews.apache.org/r/38253
> https://reviews.apache.org/r/38367
> 
> Parity on message definitions that are not purely slave related should now be achieved by this RR.
> 
> We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091
> 
> make check (on OSX)
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1.

Posted by Michael Park <mp...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41060/#review109229
-----------------------------------------------------------

Ship it!


Looks good to me overall! The non-issues are just me leaving notes. Thanks!


include/mesos/v1/mesos.proto (line 1317)
<https://reviews.apache.org/r/41060/#comment168720>

    `s/AppC/Appc/` according to https://github.com/apache/mesos/commit/40638c5



include/mesos/v1/mesos.proto (line 1325)
<https://reviews.apache.org/r/41060/#comment168710>

    Updated by https://github.com/apache/mesos/commit/e90c448



include/mesos/v1/mesos.proto (lines 1360 - 1363)
<https://reviews.apache.org/r/41060/#comment168711>

    Updated by https://github.com/apache/mesos/commit/f55e36a5a7e0e00186bdcb3c1dc7601f9ba90bb0



include/mesos/v1/mesos.proto (lines 1408 - 1411)
<https://reviews.apache.org/r/41060/#comment168708>

    Perhaps simply an oversight on https://github.com/apache/mesos/commit/5520587, since both of these seemed to have been committed together.



include/mesos/v1/mesos.proto (lines 1507 - 1508)
<https://reviews.apache.org/r/41060/#comment168707>

    It looks like we're also missing this from `include/mesos/mesos.proto`?
    ```
    1510     // The name of volume driver plugin.
    1511     optional string volume_driver = 7;
    ```


- Michael Park


On Dec. 8, 2015, 12:47 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41060/
> -----------------------------------------------------------
> 
> (Updated Dec. 8, 2015, 12:47 a.m.)
> 
> 
> Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Copied missing feature updates to v1 from include/mesos/mesos.proto.
> 
> This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).
> 
> 
> Diffs
> -----
> 
>   include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 
> 
> Diff: https://reviews.apache.org/r/41060/diff/
> 
> 
> Testing
> -------
> 
> For achieving this, the following was done within the tagged 0.26.0-rc3:
> 
> `diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
> `diff include/mesos/executor.proto include/mesos/v1/executor.proto`
> `diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`
> 
> These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.
> 
> The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
> https://reviews.apache.org/r/31915
> https://reviews.apache.org/r/38253
> https://reviews.apache.org/r/38367
> 
> Parity on message definitions that are not purely slave related should now be achieved by this RR.
> 
> We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091
> 
> make check (on OSX)
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1.

Posted by Till Toenshoff <to...@me.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41060/
-----------------------------------------------------------

(Updated Dec. 8, 2015, 12:47 a.m.)


Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.


Repository: mesos


Description
-------

Copied missing feature updates to v1 from include/mesos/mesos.proto.

This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).


Diffs
-----

  include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 

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


Testing (updated)
-------

For achieving this, the following was done within the tagged 0.26.0-rc3:

`diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
`diff include/mesos/executor.proto include/mesos/v1/executor.proto`
`diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`

These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.

The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
https://reviews.apache.org/r/31915
https://reviews.apache.org/r/38253
https://reviews.apache.org/r/38367

Parity on message definitions that are not purely slave related should now be achieved by this RR.

We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091

make check (on OSX)


Thanks,

Till Toenshoff


Re: Review Request 41060: Made v1 API in mesos.proto equivalent to non-v1.

Posted by Till Toenshoff <to...@me.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41060/
-----------------------------------------------------------

(Updated Dec. 8, 2015, 12:24 a.m.)


Review request for mesos, Bernd Mathiske, Ben Mahler, and Joris Van Remoortere.


Changes
-------

Added mention of https://issues.apache.org/jira/browse/MESOS-4091


Repository: mesos


Description
-------

Copied missing feature updates to v1 from include/mesos/mesos.proto.

This is a revised version of RR 41046 - removing the `AppcImageManifest` from V1 API again as it has been intensionally left out (as being Slave only).


Diffs
-----

  include/mesos/v1/mesos.proto be3d61e9ec2f092019d6111d6e08b06fcc6dd068 

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


Testing (updated)
-------

For achieving this, the following was done within the tagged 0.26.0-rc3:

`diff include/mesos/mesos.proto include/mesos/v1/mesos.proto`
`diff include/mesos/executor.proto include/mesos/v1/executor.proto`
`diff include/mesos/scheduler/scheduler.proto include/mesos/v1/scheduler/scheduler.proto`

These diffs do show a couple of "slave"->"agent" renames which were ignored for this udate.

The results showed that only mesos.proto was not en par with V1. We listed out all responsible review-requests;
https://reviews.apache.org/r/31915
https://reviews.apache.org/r/38253
https://reviews.apache.org/r/38367

Parity on message definitions that are not purely slave related should now be achieved by this RR.

We did however notice a irregularity on the non v1-proto, documented by https://issues.apache.org/jira/browse/MESOS-4091


Thanks,

Till Toenshoff