----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63491/#review190064 -----------------------------------------------------------
src/resource_provider/message.hpp Lines 42 (patched) <https://reviews.apache.org/r/63491/#comment267317> I'm tempted to use `UUID` here instead of `string`, but we would probably just end up converting it back immediately in the agent before it gets sent to master, so perhaps it's not worth it. What do you think? - Greg Mann On Nov. 2, 2017, 1:57 a.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63491/ > ----------------------------------------------------------- > > (Updated Nov. 2, 2017, 1:57 a.m.) > > > Review request for mesos, Chun-Hung Hsiao, Jie Yu, and Jan Schlicht. > > > Repository: mesos > > > Description > ------- > > This patch surfaces this information to resource provider manager > users like the agent. In a later patch we will modify the agent to > forward this information to the master. > > > Diffs > ----- > > src/resource_provider/manager.cpp 11f890156f0fd099f8a97b07cdc458a0726ee78e > src/resource_provider/message.hpp 3c7c3f2baeb726e04edd6ffbb9784699d7afe521 > > > Diff: https://reviews.apache.org/r/63491/diff/1/ > > > Testing > ------- > > `make check`, additional testing as part of > https://reviews.apache.org/r/63496/. > > > Thanks, > > Benjamin Bannier > >
