> On Aug. 15, 2018, 10:14 p.m., Chun-Hung Hsiao wrote:
> > src/slave/slave.cpp
> > Line 7653 (original), 7648 (patched)
> > <https://reviews.apache.org/r/68362/diff/1/?file=2073015#file2073015line7653>
> >
> >     This will create a resource provider without a resource version, which 
> > in turn makes `Slave::generateResourceProviderUpdate()` create an 
> > `UpdateSlaveMessage` missing the required field `resource_version_uuid`.
> 
> Benjamin Bannier wrote:
>     I don't see where this generates an `UpdateSlaveMessage`. Are you sure 
> we'll send one?

I should have pointed out the failed test: 
`ResourceProviderManagerHttpApiTest.ResourceProviderSubscribeDisconnect`. IIRC 
disconnection would trigger an `UpdateSlaveMessage`.


- Chun-Hung


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


On Aug. 15, 2018, 1:53 p.m., Benjamin Bannier wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68362/
> -----------------------------------------------------------
> 
> (Updated Aug. 15, 2018, 1:53 p.m.)
> 
> 
> Review request for mesos and Chun-Hung Hsiao.
> 
> 
> Bugs: MESOS-8403
>     https://issues.apache.org/jira/browse/MESOS-8403
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> With the introduction of the resource provider `SUBSCRIBE` event which
> contains the full `ResourceProviderInfo` of a subscribed resource
> provider, we can avoid sending the `ResourceProviderInfo` in
> `UPDATE_STATE` events and instead only send a `ResourceProviderID`
> like in most other messages.
> 
> 
> Diffs
> -----
> 
>   src/resource_provider/manager.cpp abd7e38e5517ea600f9fc9b8a96c7d0d26df0620 
>   src/resource_provider/message.hpp 9307f8859035dfafe0952e9026b078b44121537e 
>   src/slave/slave.cpp 78e8666f402be58af5b6e20a715da4998af2615c 
>   src/tests/resource_provider_manager_tests.cpp 
> 0b9e985cf3b4ded8590615b418e52a2a11f1c1aa 
> 
> 
> Diff: https://reviews.apache.org/r/68362/diff/2/
> 
> 
> Testing
> -------
> 
> `make check`
> 
> 
> Thanks,
> 
> Benjamin Bannier
> 
>

Reply via email to