----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66457/#review200885 -----------------------------------------------------------
Bad patch! Reviews applied: [66457, 66418, 66411, 66410, 66409, 66408, 66407, 66398] Failed command: python support/apply-reviews.py -n -r 66398 Error: 2018-04-11 04:24:35 URL:https://reviews.apache.org/r/66398/diff/raw/ [1889/1889] -> "66398.patch" [1] error: missing binary patch data for '3rdparty/csi-0.2.0.tar.gz' error: binary patch does not apply to '3rdparty/csi-0.2.0.tar.gz' error: 3rdparty/csi-0.2.0.tar.gz: patch does not apply Full log: https://builds.apache.org/job/Mesos-Reviewbot/22154/console - Mesos Reviewbot On April 11, 2018, 2:38 a.m., Chun-Hung Hsiao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66457/ > ----------------------------------------------------------- > > (Updated April 11, 2018, 2:38 a.m.) > > > Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht. > > > Bugs: MESOS-8760 > https://issues.apache.org/jira/browse/MESOS-8760 > > > Repository: mesos > > > Description > ------- > > This patch introduces a breaking change to change `PublishResources` to > `UpdateResourceUsage`, so the resource provider is aware of workloads. > For local resource providers, a workload is a container, and this call > is responsible to prepare the resources for each container. For external > resource providers, a workload is a framework, so this call can bookkeep > the resource usage for each framework and inform the allocator after a > failover. > > Note that this call is designed to report ALL resources used by every > workload on an agent, so it can handle resources without identifiers. > > > Diffs > ----- > > include/mesos/resource_provider/resource_provider.proto > db7c751bb61fb1ee2421015dcbefc021c3afbdac > include/mesos/v1/resource_provider/resource_provider.proto > 42bc050ed01a272603a41ab052ed75d799dd76e2 > > > Diff: https://reviews.apache.org/r/66457/diff/2/ > > > Testing > ------- > > This patch cannot be compiled standalone. Tests will be done later in the > chain. > > > Thanks, > > Chun-Hung Hsiao > >
